XF 1.2 Admin Panel error

Hi guys, having an issue when logging into the admin panel (clean install):

The following error occurred:
Not Acceptable
An appropriate representation of the requested resource /upload/admin.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
 
Go into the install directory and attempt to rebuild master data. However, I'm seeing the login screen when I attempt to access your ACP. Is this not what you see?
 
Can you enable debug mode and see if it provides you any more information:
Edit the library/config.php file and add the following:
PHP:
$config['debug'] = true;
Note that it is not advised to run a live site with debug mode enabled due to the increased resources utilized.
 
Top Bottom