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
|