Broke my sites too. You can regain access if you disable the plugin in your MYSQL Database. Here is a useful HowTo
Cheers
-
This reply was modified 8 years, 1 month ago by eeq.
Thread Starter
eeq
(@eeq)
So,
i have solved this problem by myself. As it turned out, my hosting provider stopped the execution of the importer script after 180 seconds because of the default PHP settings. I wanted to import a xml file which was greater than 8MiB so the script didin’t finish in time. So all i had to do is edit the PHP.ini file of my webserver and add/edit the lines:
max_execution_time = 300
I hope i could help some of you who run into the same problem.
Greetings Eeq