Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: error/admin/installhijacked.

error/admin/installhijacked

From MoodleDocs
Revision as of 06:08, 2 July 2014 by Paul Richter (talk | contribs) (Added database field details.)

This error compares $adminuser->lastip with the users current IP address.

It will occur if a site has been installed on a server via the cli scripts in admin/cli (install_database.php or install.php). After installing the site remotely, visiting the site via a web browser (a different IP) will trigger the error message.

Workaround:

Update the database directly with your current IP address (table: mdl_user, field: lastip).