Migration failed,
-
Hi,
I am using your plugin quite a while and it was always workiung well. But now I have a problem,. I cannot resolve. My migration from a very difficult server (Domainfactory) to an other host (Hetzner) did not work. I received this debug code: BMI-TKePCyxC-47519
Additionally I was informed, that the max. execution time of the server is set to 60. That is strange, because I changed it vis the .htaccess. Here is my complete .htaccess:# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# Backup Migration START
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=noabort:1]
RewriteRule .* - [E=noconntimeout:1]
</IfModule>
<IfModule mod_env>
SetEnv noabort 1
</IfModule>
# Backup Migration END
php_value max_execution_time 300Do you have any ideas, where the bug is located?
Thanks
RaphaelThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.