PDA

View Full Version : PHP/Mysql error


Wwamphyri
11th February 2007, 06:16
Rather baffled by this
vBulletin 3.6.4 requires that the MySQL functions in PHP be available. Please ask your host to enable this.

[Sat Feb 10 23:08:44 2007] [error] an unknown filter was not added: PHP
[Sat Feb 10 23:08:44 2007] [error] an unknown filter was not added: PHP
[Sat Feb 10 23:08:45 2007] [error] mod_log_sql: insufficient configuration info to establish database link
[Sat Feb 10 23:08:45 2007] [error] mod_log_sql: child spawned but unable to open database link
[Sat Feb 10 23:08:45 2007] [error] an unknown filter was not added: PHP
[Sat Feb 10 23:08:45 2007] [error] an unknown filter was not added: PHP
[Sat Feb 10 23:08:46 2007] [error] an unknown filter was not added: PHP
[Sat Feb 10 23:08:46 2007] [error] an unknown filter was not added: PHP
[Sat Feb 10 23:09:48 2007] [error] an unknown filter was not added: PHP
[Sat Feb 10 23:09:48 2007] [error] an unknown filter was not added: PHP

martinfst
11th February 2007, 10:11
If you are on Suse 10.2, I think this thread may help: http://www.howtoforge.com/forums/showthread.php?t=9778

Wwamphyri
11th February 2007, 12:48
If you are on Suse 10.2, I think this thread may help: http://www.howtoforge.com/forums/showthread.php?t=9778


Debian 3.1, i notice the install forced php5 is there a way around that? also it force apache1?

till
11th February 2007, 13:45
The install neither forces php5 nor apache1. These php and apache are only used for the controlpanel on port 81 and not for your websites. Your websites are hosted on the apache and php that you installed as debian packages.

To you original problem, please have a look here:
http://www.howtoforge.com/forums/showpost.php?p=60042&postcount=5

Wwamphyri
11th February 2007, 21:40
I'm running Debian 3.1, and thank you when I seen php and apache being compiled i figured thats what i was running. as the problem if you have suggestions why php can't make calles to mysql that would be great :)

till
12th February 2007, 11:01
Please have a look at your php.ini file (I guess its /etc/php5/apache2/php.ini) if there is the mysql.so extension lodaed at the end of the file.

Wwamphyri
13th February 2007, 06:26
i had to run dpkg-reconfigure the php4 then it loaded all the modules i wanted