J jerome New Arrival Registered Mar 12, 2018 #1 Hello, i'm using WP All Import plugin & while importing i receive a error message "Your server terminated the import process". Screenshot : i don't know where is the problem. please help me to fix this issue. Thanks!
Hello, i'm using WP All Import plugin & while importing i receive a error message "Your server terminated the import process". Screenshot : i don't know where is the problem. please help me to fix this issue. Thanks!
C cortez New Arrival Registered Mar 13, 2018 #2 hello as describe in screenshot you need to contact with your hosting provider. they can help you better.
hello as describe in screenshot you need to contact with your hosting provider. they can help you better.
J jerome New Arrival Registered Mar 13, 2018 #3 @"cortez" i have contacted with my hosting provider they said its your responsibility or ask to plugin developer. i'm using litespeed web server with mariadb.
@"cortez" i have contacted with my hosting provider they said its your responsibility or ask to plugin developer. i'm using litespeed web server with mariadb.
geniushostgeniushost is verified member. Junior Poster Premium Member Mar 14, 2018 #4 Hello @"jerome" Try adding the following code to .htaccess file and then test: Code: <i> </i>BEGIN litespeed noabort <IfModule rewrite_module> RewriteEngine On RewriteRule .* - [E=noabort:1] </IfModule> END litespeed noabort
Hello @"jerome" Try adding the following code to .htaccess file and then test: Code: <i> </i>BEGIN litespeed noabort <IfModule rewrite_module> RewriteEngine On RewriteRule .* - [E=noabort:1] </IfModule> END litespeed noabort
J jerome New Arrival Registered Mar 14, 2018 #5 thank you @"geniushost" import is now complete without any error after adding this code in .htaccess file
thank you @"geniushost" import is now complete without any error after adding this code in .htaccess file