500 Server Error After PHP 8.3 Upgrade for Mumara 6.6 - IonCube Issue

Jhon Wick

Beginner
I recently upgraded my self-hosted Mumara Campaigns to version 6.6, which required moving from PHP 8.1 to PHP 8.3. I also updated ionCube Loader to version 14, compatible with PHP 8.3. Since then, I’m getting a 500 Server Error on URLs like https://domain.org/node/add. The logs show that files like /var/www/domain.org/public\_html/app/modules/esp/ZeptoMail/ZeptoMail.php are encoded for PHP 8.1, but PHP 8.3 requires files encoded for PHP 8.2 or 8.3. Everything else on my AlmaLinux 8 server is working perfectly except this. is there any one whos having the same issue or similar issue ?
 
I recently upgraded my self-hosted Mumara Campaigns to version 6.6, which required moving from PHP 8.1 to PHP 8.3. I also updated ionCube Loader to version 14, compatible with PHP 8.3. Since then, I’m getting a 500 Server Error on URLs like https://domain.org/node/add. The logs show that files like /var/www/domain.org/public\_html/app/modules/esp/ZeptoMail/ZeptoMail.php are encoded for PHP 8.1, but PHP 8.3 requires files encoded for PHP 8.2 or 8.3. Everything else on my AlmaLinux 8 server is working perfectly except this. is there any one whos having the same issue or similar issue ?
This file was encoded with PHP 8.1 and Ioncube 12 and in new version this file is no longer needed. you can remove the file if its creating any conflicts.
 
Back
Top