Web Hosting Forum - Net Hosting Talk

We are a community of individuals and businesses passionate about web hosting. Let's build, learn, and grow together.

Your server terminated the import process

jerome

Novice
Member
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" 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.
     
    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
  • Advertisement

    Back
    Top