Anonymous - 2004-08-14

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...