79 | | |
80 | | ---- |
81 | | |
82 | | == My Dolphin site shows 500 internal server error. == |
83 | | |
84 | | First, you need to investigate your webserver error log file, for the exact error message, but most common problems are listed below: |
85 | | |
86 | | 1) Try to remove the '''Options -!MultiViews''' from the file '''.htaccess'''. Also remove any '''php_value''' and '''php_admin_value''' instructions from it. |
87 | | |
88 | | 2) Another problem causing this may be incorrect permissions on some files or folders. All folders should have 755 permissions, and all files should have 644 permissions (except for '''flash/modules/global/app/ffmpeg.exe''' which should have 755 permissions). |
89 | | |
90 | | 3) All Dolphin files and folders should have your FTP user as their owner. If it is not so, this can be another reason of the problem. |