Error after Update to php 5.3 - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Update/Upgrade (/forum-44.html) +--- Thread: Error after Update to php 5.3 (/thread-15376.html) |
Error after Update to php 5.3 - C-Cosmo - 10-18-2011 05:41 PM I updated my php and mysql Versions. After that I have a lot of Errors. At Adminpannel: Quote:Warning: require_once(/var/www/ispcp/gui/include/ispcp-db-keys.php): failed to open stream: Permission denied in /var/www/ispcp/gui/include/ispcp-lib.php on line 90 Fatal error: require_once(): Failed opening required '/var/www/ispcp/gui/include/ispcp-db-keys.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/ispcp/gui/include/ispcp-lib.php on line 90 At phpmyadmin: Quote:Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. At Website: http://ultimate-esport.de php -v: Quote:PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/adodb.so' - /usr/lib/php5/20090626/adodb.so: cannot open shared object file: No such file or directory in Unknown on line 0The Chmod Permissions at the Website are the same as they was. Please help me what to do! RE: Error after Update to php 5.3 - DragonZX - 10-19-2011 12:42 AM Ask the developer for update. This engine doesn't support php 5.3 Another variant is to use community cms like Joomla or Drupal RE: Error after Update to php 5.3 - C-Cosmo - 10-19-2011 12:52 AM Its not only the Problem with this System. Have a look at the ispCP Controll Pannel.. phpmyadmin doesn't work too.. Adminpannel: admin.dj-cosmo.net phpmyadmin: admin.dj-cosmo.net/pma RE: Error after Update to php 5.3 - DragonZX - 10-20-2011 02:39 AM Update the phpmyadmin to the latest version. You may use http://isp-control.net/forum/thread-15349.html to update it quickly. If update won't help, write here a pma error RE: Error after Update to php 5.3 - akora - 02-24-2012 07:34 PM I´m having the same problem, just update the ispCP to 1.0.7 (from 1.0.5) on Lenny, everything worked. Then I updated the PHP from 5.2 to 5.3 and after that nothing works. I noticed that if I change chmod to 644 on this file "/var/www/ispcp/gui/include/ispcp-db-keys.php" I can reach the login page, but I can not login. And no websites works. So I think it has something to do with rights and I will keep search for the answear in that direction. If you found a solution, please post it back here. EDIT: When I look in the combined log for a website, it tells me its a 500 error: [24/Feb/2012:10:34:37 +0100] "GET / HTTP/1.1" 500 - "-" RE: Error after Update to php 5.3 - joximu - 02-24-2012 10:41 PM Since lenny is outdated - maybe upgrading to squeeze (which includes php 5.3) is an option. ispcp 1.0.7 can run on squeeze... (a.g. deactivate the display of deprecated errors). /J RE: Error after Update to php 5.3 - iCeFrEsH - 07-13-2012 01:26 PM I've the same problem on squeeze! Can't log on to my ispCP anymore. Any idea what to do?? edit: fixed it myself. did the following: chmod 644 /var/www/ispcp/gui/include/ispcp-db-keys.php chmod 644 /var/www/ispcp/gui/include/ispcp-lib.php chmod 644 /var/www/ispcp/gui/include/ispCP/Initializer.php chmod 777 /var/www/ispcp/gui/phptmp/ |