Warning messages in setup

I'm running zenphoto in a shared server environment (HostMonster). At every upgrade I consistently get the warning about magic_quotes gpc and making sure that it's turned off.

I've got php.ini files in my root level, in my zp-core and in my zenphoto root directory all with magic_quotes set to Off but still I get the warning that it is not off.

As an unrelated issue I'm also informed by the setup page that almost every file in my themes folder is missing or not as it should be. But it all works just fine.

Any help for either of these would be appreciated.

Thanks

NK

Comments

  • Most likely you will have to take this up with `HostMonster`. Zenphoto uses the PHP function `get_magic_quotes_gpc()` to see magic quotes is set. Apparently what you are doing does not cause it to be reset.

    Regarding setup: The process checks the files in your installation. The time-stamps should all be within a reasonable window if each other. If not it shows you which files seem out of sorts with the others.

    There is also a package definition which contains the names of all the files. Should setup not find one of the listed files it will tell you that it is missing.

    Setup can be fooled by some server configurations that do not allow it to read the list of files in a folder. Maybe that is the case with your themes folder.

    If you are convinced that you have all the needed files, that they all came from the same install package, and that everything is indeed working, then you can ignore the messages.
Sign In or Register to comment.