-
Notifications
You must be signed in to change notification settings - Fork 5
500 Internal Server Error #19
Description
Hello,
Thanks for sharing this app. I have been able to successfully install the module and everything works fine locally however, since moving the site to live I am unable to do anything with the ImageGalleryPage page.
When I go into the admin area of the site and click on an ImageGalleryPage to edit it I get a 500 internal server error. See below:
<title>500 Internal Server Error</title>Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] 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.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I changed the ImageGalleryPage.phps to ImageGalleryPage.php as it didn't work with the phps extension. Would this be the cause? If I change it back the ImageGalleryPage page type is not longer available. Is there something else I'd need to change within my silverstripe installation to make this work?