ZenphotoCMS Forum
problem with installation -> Internal Server Error - 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: problem with installation -> Internal Server Error (/thread-6065.html)



problem with installation -> Internal Server Error - kamil - 2009-10-31

hi,

i try to install zenphoto for my new baby ;], but i when go to: http://url/zenphoto/zp-core/setup.php

then:

'Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, user@domain and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.'

error_log from apache says:

'[Sat Oct 31 21:39:39 2009] [error] [client 81.219.102.16] Request exceeded the limit of 20 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.'

even if LimitInternalRecursion is set to 100000.

how can i fix it?




problem with installation -> Internal Server Error - sbillard - 2009-10-31

Try deleting the .htaccess file in th zenphoto folder before running setup. Also check for a .htaccess file in the root folder.




problem with installation -> Internal Server Error - LpSoleil - 2009-11-06

I have the same Error, try to erase .htaccess, but still not working. Any other trick ?

Here is the server ERROR Log :

[Fri Nov 06 08:52:57 2009] [error] [client 000.000.000.100] SoftException in Application.cpp:256: File "/home/dancetri/public_html/zenphoto/index.php" is writeable by group




problem with installation -> Internal Server Error - kagutsuchi - 2009-11-06

As the error indicates, the specified file is writeable by group. Chances are that your Apache configuration does not allow these permissions. Ideally the permissions for files and folders should be set as specified in this article: http://www.zenphoto.org/2009/03/troubleshooting-zenphoto/#29

The zenphoto default permissions (777) may be too high for Apache to allow. You should try setting the permissions to be strict instead of relaxed as Apache expects them to be.

If you're still having problems, you may want to contact your hosting to find out exactly what permissions you should be using.




problem with installation -> Internal Server Error - LpSoleil - 2009-11-06

Thank you, i'll try it right away!