When using phpAutoGallery I am recieving many notices (warnings) and think it might be helpful to you r debugging if you turn on error_reporting = E_ALL in your php.ini file...
Make sure it is not set to error_reporting = E_ALL & ~E_NOTICES
This will turn off notices...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When using phpAutoGallery I am recieving many notices (warnings) and think it might be helpful to you r debugging if you turn on error_reporting = E_ALL in your php.ini file...
Make sure it is not set to error_reporting = E_ALL & ~E_NOTICES
This will turn off notices...