Open GoogleCodeExporter opened 9 years ago
AH!, had the same problem. Think I fixed it.
It's a setting with error reporting within the php.ini file of the php server.
So find your php.ini file on the server.
open in a text editor like notepad; find the line:
error_reporting = E_ALL
change it to:
error_reporting = E_ALL & ~E_NOTICE
or for a production server:
error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE
either one will work.
Original comment by cub...@gmail.com
on 16 Sep 2011 at 5:57
Thank cub...@gmail.com
Do you have any idea how can I change the login method to make it through mysql
authentication? or do you have any suggestions how i can improve the security
of the script?
Original comment by sub7...@gmail.com
on 18 Sep 2011 at 2:08
Original issue reported on code.google.com by
sub7...@gmail.com
on 7 Sep 2011 at 11:56