I am receiving the message that
PHP Register Globals [is set]
Error!
PHP Register globals presents a security risk to any PHP application. See Using Register Globals. Zenphoto refuses to operate under these conditions. Change your PHP.ini settings to register_globals = off.
This is the same php.ini file I have been using with no issues on previous versions.
I do have register_globals = off
any suggestions