Unable to upgrade to 9.1.0 with Modena theme

I’m running concrete 8.5.7 with Modena 1.2.3. I’d like to upgrade to concrete 9.1.x and Modena 2.0.x. I’m upgrading manually by replacing the /packages/modena and /concrete folders under PHP 7.4.21.

I’ve maxed out my php settings:
max_execution_time = 3000
max_input_time = 6000
max_input_vars = 100000
memory_limit = 512M

I’ve tried loads of permutations to do the upgrades, all end in an internal server error:

8.5.7 Modena 1.2.3 to Modena 2.0.4
“This package requires concrete5 version 9.1.0 or greater.”

8.5.7 to 9.1.0 with Modena 1.2.3 cleared cache
Internal Server Error

8.5.7 Modena 1.2.3 to Modena 2.0.4 cleared cache
change protected $appVersionRequired = ‘8.5.7’;
WORKS!
Then trying 8.5.7 to 9.1.0
Internal Server Error

8.5.7 Modena 1.2.3 to Modena 2.0.4 cleared cache
change protected $appVersionRequired = ‘8.5.7’;
WORKS!
Then trying 8.5.7 to 9.0.1 cleared cache
Internal Server Error

Has anyone managed to get this to work? Any help gratefully received!
Simon.

Have you reached out to the developer? https://vidalthemes.ticksy.com/

Double check and make sure your server side caching is off, and the concrete folder is fully deleted before replacing the new one.

Hey Jes,

Yeah been working with the developer, he’s super helpful. Server side caching is off and the concrete folder is fully deleted.

I have spotted an odd error log entry, though…

PHP Fatal error:  Trait 'Illuminate\Support\Traits\Macroable' not found in /localhost/fingaltri/concrete/vendor/illuminate/support/Str.php on line 8