Jump to content

Can't login to the admin page after installing file upload module.


Wolverine

Recommended Posts

Welcome Wolverine! Glad to see you made it to the forums.

Please edit the file /includes/global.inc.php and make this change:

From:
$glob['safe_mode'] = false; // Set to true to disable hooks and code snippets, 'hooks' to disable code hooks and 'snippets' to disable code snippets

To:
$glob['safe_mode'] = 'hooks'; // Set to true to disable hooks and code snippets, 'hooks' to disable code hooks and 'snippets' to disable code snippets

If the module is causing the problem, then making this 'safe_mode' setting should stop that from happening. You can then get into admin and disable the module.

You should also create the error_log.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...