![]() |
|
Error 500 - 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: Error 500 (/thread-13944.html) |
Error 500 - jakinnaird - 13-06-2024 I am receiving the following error when trying to access my site, thurmontimages.com 500: Internal server error This error is generated when a script running on the server could not be implemented or permissions are incorrectly assigned for files or directories Troubleshooting suggestions: Temporarily disable any rewrite rules by renaming your .htaccess file if it exists. Ensure that any CGI or Perl scripts have at least .755. permissions. If trying to run PHP and you get this error, you may have an invalid php.ini in your /cgi-bin, or may be missing your php.dat file in this folder. Does anyone have any suggestions? Would it be best to reload the core files? jakinnaird Error 500 - kuzzzma - 13-06-2024 have you tried the suggestions in your post (generated by the server)? Error 500 - acrylian - 14-06-2024 Sounds like permissions: https://www.zenphoto.org/news/permissions-for-zenphoto-files-and-folders/ And also review the debuglog and if you have access logs of your server itself. Error 500 - jkinnaird9458 - 29-06-2024 I am at my wit's end with this issue. I have tried setting the permissions as noted and when try to log on I get an access denied error or this 500 error. I have been trying to run the setup but can not access that either. I can see all the folders and files with Filezilla and can change the attributes but I can not get anything to work. Can anyone help to resolve issues like this other than making suggestions? John Error 500 - acrylian - 29-06-2024 Only thing that come to mind is (unless your server is somehow not compatible at all): Be sure the user the permissions are set is the users that can execute php scripts. On some hosts the FTP user you use is not that one therefore scripts will not run. If that isn't it maybe ask your host for help. Error 500 - kuzzzma - 29-06-2024 If you have access to your FTP - try looking for logs for your site (mine are located in user directory in folder "logs" organized by sites (location of yours might be different, if you can't find them - ask your hosting provider for where to look (or check their FAQ). Also check zenphoto logs - in zp-data directory there are debug.log, security.log and setup.log, you'll have to download all of those locally to check (open with notepad for example, or other text editor.) What to do next depends on what you find there. |