2.4.0 Panel ERROR

I’ve moved my site to my html root to put my website live, everything seems to be working without any issues… but my panel stopped working.

Whoops \ Exception \ ErrorException (E_CORE_WARNING)
PHP Startup: Unable to load dynamic library '/opt/cpanel/ea-php56/root/usr/lib64/php/modules/gmp.so' - /opt/cpanel/ea-php56/root/usr/lib64/php/modules/gmp.so: cannot open shared object file: No such file or directory

Any help on this one?

This is a server issue, looks like you are trying to load a PHP module that is not installed. Does your php.ini contain a line like this?

extension=gmp.so

If so, please comment it out.

On your live website, you should also disable debug in your config.php.

But it used to work without any problem before I changed the folder location

/public_html/cms/panel >> perfect!
/public_html/panel >> no go…

Does it work again if you move it back?

I’ve moved it back… still a no-go.
You can see the error right here :

https://www.teunis.be/panel/ (debug mode)

https://www.teunis.be/cms/panel/ (debug off, clean panel copy as test, same issue)

Everything else just works.

Then the folder location change can’t be the issue. Please contact your hosting provider, maybe they have changed something in the setup.

1 Like

I’ve made a local copy on my xampp server, and it works without any issues. Must be something that changed on the hosting. Just contacted the support and hope to get an answer soon.