Hello.
On the start configuration window :
Module MYSQL is not available - check your php configuration (php.ini)
In easyphp php_mysql.dll not exist.
I put it in the 'ext' folder and in php.ini : extension=php_mysql.dll.
I hope someone can help.
Thanks.
Sometimes dll must be copied in the apache directory.
Hello,
I am facing the same problem , Could you tell me please if you were able to solve this
Create new file in your web directory called info.php containing
phpinfo() ;
Then call in your browser http://yourServer/info.php
You should get a php information page.
Post result here.
Thanks fot your replay ,Attached the result also i am facing this problems too
Module MYSQL is not available - check your php configuration (php.ini)
Module IMAP is not available - impossible to configure ProjeQtOr to retreive notes from received emails
max_input_vars=1000 is too small - value should be at least 2000, 4000 recommended - check your php configuration (php.ini)
thanks
In your configuration, you have mysqli and pdo_mysql, but not mysql.
Install php_mysql module (in most configurations you only need to uncomment corresponding line in php.ini).
As of PHP5.5, mysql becomes obsolete, so further versions will try to remove this dependency.
Other messages are warnings only.
But you'd better responect the requirements : install php_imap and change max_input_var as described.
Thanks it is working now