![]() |
|
setup.php stops after "MySQL show tables" - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: setup.php stops after "MySQL show tables" (/thread-2422.html) |
setup.php stops after "MySQL show tables" - matthias-muc - 2008-03-13 Hi folks, I'm having a problem installing zenphoto (v.1.1.5) on a server running PHP (4.2.2) with safe mode enabled. Unfortunately, the server support won't turn off safe mode. They said they need safe mode for security reasons and if the script was coded correctly, it wouldn't make use of any functions restricted by safe mode.
[b]On the target machine setup.php seems to stop running after it writes I just don't get why the script stops running. As I pointed out above, safe mode may be the cause, but can't be turned off. How do I get around this? (without having to change my server provider...) :-) Link here: http://fire-ice-and-magic.de/zenphoto/zp-core/setup.php Thanks in advance, setup.php stops after "MySQL show tables" - acrylian - 2008-03-13 Please see here: http://www.zenphoto.org/2007/12/installation-and-upgrading/#5 setup.php stops after "MySQL show tables" - sbillard - 2008-03-13 You might want to consider another ISP. Safe mode does little to make PHP programs safe. What it really does is prevent many useful PHP scripts (like Zenphoto) from running either well, or sometimes at all. The problem you are encountering may be an over zealous implementation of safe mode. Zenphoto is unable, apparently, to read the .htaccess file. But, rather than just not reading the file, apparently execution got stopped. The only thing you can do is try to run upgrade.php, which will bypass the system checks that zenphoto likes to do to insure that there is a fighting chance for it to work. Naturally, we can make no guarentees that zenphoto will work once it is installed. |