Upgarding C5.7.5.9 and Version 8.1.0 GREAT, but can't create the same site in version 8.

Permalink
Hi,

I had a 5.7.5.9 site working nicely. I ran the upgrade to 5.7.5.13 - FINE. I then ran the upgrade to Version 8 - FINE!!! That site works just as expected!

BUT - I created a new version 8 site and tried to install the same package and theme as in the first site - multiple bugs prevent it from installing! The main issue is installing an attribute and the namespace change from
\Concrete\Core\File\Image\Thumbnail\Type\Type();

to:
\Concrete\Core\Entity\File\Image\Thumbnail\Type\Type();

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi SeanDevoy,

You will need to update your custom code to work with v8.

This tutorial covers how to update your thumbnail type code and load it conditionally based on concrete5 version:
https://documentation.concrete5.org/tutorials/package-developers-upg...
SeanDevoy replied on at Permalink Reply
Thanks.
Sean