Access denied. You are not authorized to access this page. Please log in as the admin user (the first user you created). If you cannot log in, you will have to edit
settings.php
to bypass this access check. To do this:
sites/your_site_name
if such directory exists, or else to
sites/default
which applies otherwise.
$update_free_access = FALSE;
. Change it to
$update_free_access = TRUE;
.
$update_free_access = FALSE;
.