Your server terminated the import process

Welcome to our community

Be apart of something great, join today!

jerome

Newbie
Messages
10
Reaction score
2
Points
3
Hello,

i'm using WP All Import plugin & while importing i receive a error message "Your server terminated the import process".

Screenshot :

1oQX2i3.jpg


i don't know where is the problem. please help me to fix this issue.

Thanks!
 
  • Advertisement
  • cortez

    Newbie
    Messages
    22
    Reaction score
    1
    Points
    3
    hello

    as describe in screenshot you need to contact with your hosting provider. they can help you better.
     

    jerome

    Newbie
    Messages
    10
    Reaction score
    2
    Points
    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.
     

    geniushost 

    Premium Member
    Messages
    38
    Reaction score
    2
    Points
    17
    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
     
  • Advertisement
  • jerome

    Newbie
    Messages
    10
    Reaction score
    2
    Points
    3
    thank you @"geniushost" import is now complete without any error after adding this code in .htaccess file :)
     

    Advertisement

    Top