PDA

View Full Version : Zend Core 2.5 php 5.2.4 MySQL problem


dico
10-29-2007, 07:54 AM
Since I upgraded my Zend Core to version 2.5 (new Optimizer ?) , I cannot make the calendar connect to my MySQL 5 database that was working fine under Zend Core 2.1.
easycalendar 6.3.24b

ve9gra
10-29-2007, 04:04 PM
Have you configured your mySQL to use the old password format?

http://dev.mysql.com/doc/refman/5.0/en/old-client.html

dico
10-29-2007, 05:27 PM
I found out the problem: I had deactivated the mysql.so extension in my php.ini since I am not using it anymore for my other applications:

extension=mysql.so
extension=mysqli.so

easyphpcalendar should have warned me explicitly whenever the mysql.so is not activated.

Thanks for the support, dico

Brian
10-29-2007, 09:05 PM
The calendar will report verbatim any PHP/mySQL errors as provided by the system.