Hi. Setup my gallery but i have some errors all of page on top. i attached error.jpg please check.
change php.ini:
error_reporting = E_ALL | E_STRICT ---> error_reporting = E_ALL & ~E_NOTICE
display_errors = On ---> display_errors = Off
but currently have error continiou....
please help me.
server: microsoft server 2008 r2
PHP: Version 5.3.5 (using via xamp)
mysql: mysqlnd 5.0.7-dev - 091210 - $Revision: 304625 $ (using via xamp)
Unfortunately XAMPP has 2 php.ini files. Afaik you have to modify the one in the apache/bin/ directory. Don't forget to restart your Apache after you saved that settings.