We are simply moving users from older moodle to new one.
We are simply moving users from older moodle to new one.
This reference to fix the issue:
https://docs.moodle.org/310/en/error/admin/installhijacked
Shows this:
Workaround:
Update the database directly with your current IP address (table: mdl_user, field: lastip, SQL: UPDATE mdl_user set lastip='159.245.48.2' where username='admin';).
which means you need some sorf of mySQL client (phpmyadmin probably with shared hosting) to do the SQL command on the database for moodle.
this reference:
https://moodle.org/mod/forum/discuss.php?d=408774
is more hard core ...
In your case, since the install has taken days, someone else (another IP address) has already accessed your site and attempted to finish install but it failed.
All in all, the best advice one could give is this one:
START OVER!
Drop the DB for the moodle.
Erase moodle code you have and whatever is in moodledata
Then study/read/follow:
https://docs.moodle.org/400/en/Installing_Moodle
What do you think, Howard?
'SoS', Ken
@Howard ... your notion is correct ... however, OP has said it's taken 7 (? - several) tries to get the core tables built.
Guess we'll wait for the next hickup and request for another 'work-around'. Been my experience ... even if successful with beating server into an install, gremlins await!
'SoS', Ken
Hi everyone,
I have case on my Moodle, Here's the complete chronology:
Anyone can help me?