Recently, I updated easyapache 3 to 4 for update php version on my website.
After that, http 500 error showed up and then tried revert 3 from 4, however, ea3 is no longer available.
I tried to figure out what problem was in there so that looked up error log in cPanel.
Some of errors on there, these are just parts of errors on there that I just posted.
PHP Warning: PHP Startup: Unable to load dynamic library './mcrypt.so' - ./mcrypt.so: cannot open shared object file: No such file or directory in Unknown on line 0
[30-Dec-2019 11:32:31 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library './bcmath.so' - ./bcmath.so: cannot open shared object file: No such file or directory in Unknown on line 0
and then also
PHP Warning: Creating default object from empty value in /home/ugaksa/public_html/modules/module/module.model.php on line 100
style='color:black'>[30-Dec-2019 11:32:51 America/Chicago] PHP Strict Standards: Non-static method DB::getInstance() should not be called statically in /home/ugaksa/public_html/config/func.inc.php on line 210
and then
[31-Dec-2019 17:55:41 UTC] PHP Fatal error: Uncaught Error: Using $this when not in object context in /home/ugaksa/public_html/classes/context/Context.class.php:595
How should I proceed to solve these problem?
After that, http 500 error showed up and then tried revert 3 from 4, however, ea3 is no longer available.
I tried to figure out what problem was in there so that looked up error log in cPanel.
Some of errors on there, these are just parts of errors on there that I just posted.
PHP Warning: PHP Startup: Unable to load dynamic library './mcrypt.so' - ./mcrypt.so: cannot open shared object file: No such file or directory in Unknown on line 0
[30-Dec-2019 11:32:31 America/Chicago] PHP Warning: PHP Startup: Unable to load dynamic library './bcmath.so' - ./bcmath.so: cannot open shared object file: No such file or directory in Unknown on line 0
and then also
PHP Warning: Creating default object from empty value in /home/ugaksa/public_html/modules/module/module.model.php on line 100
style='color:black'>[30-Dec-2019 11:32:51 America/Chicago] PHP Strict Standards: Non-static method DB::getInstance() should not be called statically in /home/ugaksa/public_html/config/func.inc.php on line 210
and then
[31-Dec-2019 17:55:41 UTC] PHP Fatal error: Uncaught Error: Using $this when not in object context in /home/ugaksa/public_html/classes/context/Context.class.php:595
How should I proceed to solve these problem?
Last edited by a moderator: