Hello, I’ve just completed a new install of Omeka Classic 3.1.2 and when I launch the site for the first time it appears that only part of the index.php shows. I’ve made several attempts to fix this to no avail. Screenshot of what I see when I navigate to the URL for the first time is attached. Any thoughts on why this is happening?
Seeing this means that your server is not configured to run PHP code. If you’re setting up the server yourself you’d want to make sure PHP is installed and then check that it’s configured/enabled in Apache. Otherwise this is something to bring up to your hosting/IT/etc.
Thank you very much! I did configure PHP on the server on now I am getting an “Omeka has encountered an error. To learn how to see more detailed information about this error, see the Omeka Classic User Manual page on retrieving error messages.” I do have error logging enabled, but there is nothing in the errors.log so I am not sure where to pinpoint what might be happening.
A couple things to consider:
First, if you have error logging enabled, make sure you’ve made the error log at application/logs/errors.log writable by the server. If it’s not writable and logging is turned on, that’s an error all by itself.
Second, there’s another option given in that manual page on retrieving errors, one that turns on detailed error display. If you follow those steps, then the error page you’re looking at will display the message right there on the page.
Thank you so much for your help and support. I was able to troubleshoot and get everything up and running with your help!