Re: [PHP] Re: Problem between php4.4 and mysql

2005-08-22 Thread Alex Scott
Thanks for all your help. Problem was that Up2date had installed php 4.3.2 onto our server and compiled no support for MySQL into Apache. I was getting no error messages, so it was only when I saw phpinfo() that I realised that the version had changed. Alex. On Mon, 22 Aug 2005 10:55:06

[PHP] Re: Problem between php4.4 and mysql

2005-08-21 Thread JamesBenson
Sounds like you have a duplicate entry in your httpd.conf for the PHP module, 100% of the time ive seen that error is the above reason, so I suggest checking your LoadModule * sections, depending whether you have a shared libphp4.so module or built-in module there should or shouldnt be a

Re: [PHP] Re: Problem between php4.4 and mysql

2005-08-21 Thread Alex Scott
On 21 Aug 2005, at 20:47, Alex Scott wrote: Thanks, Yes I found that it was also loading php.conf from conf.d , so moved that up a level restartedd apache and that error ceased. However I am still finding that the database connected php pages are not loading. I don't know why they just

Re: [PHP] Re: Problem between php4.4 and mysql

2005-08-21 Thread Jasper Bryant-Greene
On 21 Aug 2005, at 21:24, Jasper Bryant-Greene wrote: As far as your database problem goes... Have you recently installed MySQL 4.1 or has it previously been working with MySQL 4.1? Alex Scott wrote: I Installed it about a month ago (from RPM's) and php 4.4 as well the two were working

Re: [PHP] Re: Problem between php4.4 and mysql

2005-08-21 Thread Jasper Bryant-Greene
M. Sokolewicz wrote: Jasper Bryant-Greene wrote: Well, it's hard to say without a bit more detail. Are you able to give us the actual error that PHP is giving on the database connected pages? I assume you are using the mysqli functions rather than the mysql functions to access your