You are not logged in.

#1 2011-03-18 17:45:45

colbert
Member
Registered: 2007-12-16
Posts: 809

PHP not working

Mar 18 15:59:20 localhost httpd: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/pdo.so' - /usr/lib/php/modules/pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0
Mar 18 15:59:21 localhost httpd: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/session.so' - /usr/lib/php/modules/session.so: cannot open shared object file: No such file or directory in Unknown on line 0
Mar 18 15:59:21 localhost httpd: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/zlib.so' - /usr/lib/php/modules/zlib.so: cannot open shared object file: No such file or directory in Unknown on line 0
Mar 18 15:59:35 localhost kernel: agpgart-via 0000:00:00.0: AGP 3.5 bridge
Mar 18 15:59:35 localhost kernel: agpgart-via 0000:00:00.0: putting AGP V3 device into 8x mode
Mar 18 15:59:35 localhost kernel: nvidia 0000:01:00.0: putting AGP V3 device into 8x mode
Mar 18 16:03:55 localhost kernel: [Hardware Error]: Machine check events logged
Mar 18 16:09:28 localhost httpd: PHP Deprecated:  Function set_magic_quotes_runtime() is deprecated in /home/bobby2/public_html/torrentflux-b4rt/inc/lib/vlib/vlibTemplate.php on line 1367
Mar 18 16:09:28 localhost httpd: PHP Deprecated:  Function set_magic_quotes_runtime() is deprecated in /home/bobby2/public_html/torrentflux-b4rt/inc/lib/vlib/vlibTemplate.php on line 1369
Mar 18 16:09:32 localhost httpd: PHP Deprecated:  Function ereg() is deprecated in /home/bobby2/public_html/torrentflux-b4rt/inc/main.internal.php on line 160
Mar 18 16:09:36 localhost httpd: PHP Deprecated:  Function ereg() is deprecated in /home/bobby2/public_html/torrentflux-b4rt/inc/main.internal.php on line 160
Mar 18 16:09:38 localhost httpd: PHP Deprecated:  Function ereg() is deprecated in /home/bobby2/public_html/torrentflux-b4rt/inc/main.internal.php on line 160
Mar 18 16:19:12 localhost -- MARK --
Mar 18 16:39:12 localhost -- MARK --
Mar 18 16:43:26 localhost ntpd[1345]: skew change 41.669 exceeds limit
Mar 18 16:45:09 localhost httpd: PHP Deprecated:  Function ereg() is deprecated in /home/bobby2/public_html/torrentflux-b4rt/inc/main.internal.php on line 160
Mar 18 16:59:12 localhost -- MARK --
Mar 18 17:04:30 localhost ntpd[1345]: skew change 22.227 exceeds limit
Mar 18 17:19:12 localhost -- MARK --
Mar 18 17:20:02 localhost ntpd[1345]: skew change 15.891 exceeds limit
Mar 18 17:21:22 localhost httpd: PHP Deprecated:  Function ereg() is deprecated in /home/bobby2/public_html/torrentflux-b4rt/inc/main.internal.php on line 160
Mar 18 17:21:34 localhost httpd: PHP Fatal error:  Call to a member function details_list() on a non-object in /home/bobby2/public_html/mythweb/modules/tv/get_show_details.php on line 11
Mar 18 17:28:17 localhost httpd: PHP Deprecated:  Function ereg() is deprecated in /home/bobby2/public_html/torrentflux-b4rt/inc/main.internal.php on line 160
Mar 18 17:28:29 localhost httpd: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/pdo.so' - /usr/lib/php/modules/pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0
Mar 18 17:28:29 localhost httpd: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/session.so' - /usr/lib/php/modules/session.so: cannot open shared object file: No such file or directory in Unknown on line 0
Mar 18 17:28:29 localhost httpd: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/zlib.so' - /usr/lib/php/modules/zlib.so: cannot open shared object file: No such file or directory in Unknown on line 0
Mar 18 17:28:36 localhost httpd: PHP Deprecated:  Function ereg() is deprecated in /home/bobby2/public_html/torrentflux-b4rt/inc/main.internal.php on line 160

Haven't done anything, was just trying to add torrent file to torrentflux as usual and it went blank in Firefox, can't do anything with it now. I just reinstalled php package and restarted httpd, but still same thing sad

Last edited by colbert (2011-03-18 21:31:06)

Offline

#2 2011-03-23 14:47:50

jb234
Member
From: Norway
Registered: 2009-06-22
Posts: 25
Website

Re: PHP not working

It could be that you have you updated without merging in the new /etc/php.ini.pacnew ?

In there it seems that those session and zlib modules have been removed, and that they are no longer in /usr/lib/php/modules/.

So remove the load statements from php.ini and see if for example session works without loading that module.

Just a guess...

Offline

Board footer

Powered by FluxBB