![]() |
|
500 error at installation - 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: 500 error at installation (/thread-6582.html) |
500 error at installation - kahuna - 2010-02-10 I've been trying to install ZenPhoto without success; I always get the following error message after validating the DB settings: Changez le masque des permissions sur le fichier/répertoire : accès total (0777) accès relaché (0775) accès strict (0755) Host is OVH. Any suggestion will be appreciated. 500 error at installation - acrylian - 2010-02-10 The internal server error is probably related to htaccess/modrewrite. If mysql can'T connect, somethin is not correct with your db details. Double check that. The other stuff is actually explained.. On magic_quotes there is an entry on the troubleshooting. 500 error at installation - kahuna - 2010-02-10 Thanks for your answer. I have already double-triple-checked the DB settings; they are identical to those I use for other pages/sites hosted in the same environment. Does ZP have special requirements I should be aware of? NB: I'll see to the other stuff later; currently, my priority is to install ZenPhoto properly. 500 error at installation - acrylian - 2010-02-10 Actually zp does not have that special requirements and I installed it successfully on several shared hosts. Does maybe your mysql user account have insufficient rights? See the installation post on the user guide. It might all come down to the permissions warning. There is also a troubleshooting entry what is needed for zp to work if you set them manually. 500 error at installation - kahuna - 2010-02-11 I've succeeded in installing ZP on my local computer in no time ... Regarding the online installation that still won't work, I'm wondering whether the database name provided by my host could play some havoc, as it contains a '.' right in the middle (the name is something like xxxxx-n.yyyyy) Regarding your last suggestions:
500 error at installation - acrylian - 2010-02-11 If the database server has a point because it is in a subdomain, that should not matter. Mine is also and it works fine. 500 error at installation - youngelm - 2010-02-28 I get the same error but there is no setup_log.txt file. I upgraded from 1.2.6, which was working but jumped & jittered. The upgrade reported the 500 error page. Since then I've tried the manual upgrade; that also did not work. I have completely removed all instances of zenphoto, and tried to start from scratch, nothing works. I dumped the old tables, then dumped the database. Created a new database - nothing but the 500 server error. I spoke to my host, nothing they could tell me, except everything looks OK. PHP 5.2.12, MySQL 5.0.45. Is there any settings in php.ini that could be causing this? I am sorry that I cannot figure this out on my own. I am not savvy enough and I avoid the databases (for lack of knowledge) Which is why I chose ZenPhoto. I run 2 separate wordpress on this site without issue, each has their own MySQL database. 500 error at installation - acrylian - 2010-02-28 Installing Zenphoto is not harder than Wordpress. What does the server error log say? 500 error at installation - sbillard - 2010-02-28 500 errors are often permission problems. Try differnt permissions 500 error at installation - youngelm - 2010-03-02 My webhost reset all the permissions to 755 (folders) & 644 (files) for me & that did the trick. Though, I swear that's what they were. Just thought I'd let you know. Thanks |