XF 1.5 Issue with being directed to the forums itself

JustinKite_

New member
4f3b6a20e9f9c80f6eb43d95c940cc03.png

Having this issue with the index not opening as the front page, and when you do click on the index all it does is download it rather than actually opening the page. You can go into the admin.php, but only because I've previously been logged into it and whenever I try to log out, it just downloads "admin.php". Anyone know of a fix?
 
The server isn't set up correctly - PHP appears to not be running.

Presumably this is a migration from another server?

I would also recommend running the requirements test script to ensure the server is compatible.
 
The server was previously running from WAMP, but now I've uninstalled WAMP and am using the actual windows webroot so that is most likely the issue. I just don't know how to fix it :P
 
Ok, I've got some parts of the forums working. If you go to http://crystalgalaxy.net/community/ , most of the functions of the website do not work. I assume it's a similar issue to what was preventing people from accessing the site in the first place, but if anyone can provide a somewhat detailed explanation of what I should do to fix it, that would be very much appreciated.
 
That's a directory permissions error on the server.

Ensure /data and /internal_data are 0777, or IUSR has full control in IIS, recursively.
 
If you are on an unmanaged server, you will need to learn how to do various tasks related to server set up and configuration.

I recommend searching for 'how to set permissions on a windows IIS server'.
 
Back
Top Bottom