LOCAL SERVER stoping a migration process
Posted by: ilflores (---.190-30-4.telecom.net.ar)
Date: June 28, 2018 06:18PM

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

Screenshot :[imgur.com]

Someone using LITESPEED was suggested to use this code (below) in .htaccess file and works for him. How can I get the same results since I'm using WAMPSERVER? Thanks so much in advance.

"Try adding the following code to .htaccess file and then test:
Code:
BEGIN litespeed noabort

<IfModule rewrite_module>
RewriteEngine On
RewriteRule .* - [E=noabort:1]
</IfModule>

END litespeed noabort"

Options: ReplyQuote
Re: LOCAL SERVER stoping a migration process
Posted by: Otomatic (Moderator)
Date: June 28, 2018 06:35PM

Hi,

The essential and the primordial, especially for a "machine" like Wordpress, is to have created a VirtualHost for your local WordPress BEFORE importing then importing in this VirtualHost.
Did you do it?

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: LOCAL SERVER stoping a migration process
Posted by: ilflores (---.190-30-4.telecom.net.ar)
Date: June 28, 2018 06:40PM

No, I did not create a VirtualHost. I never do that. Can you help me to understand the advantages of doing that? (a link for me to read about this)

Also, what do you mean by "machine like Wordpress"?

Also, I have activated the WP_DEBUG to see the log of the server stoping the migration, but I can not find any log file to read it and to see the reason why it stops.

Options: ReplyQuote
Re: LOCAL SERVER stoping a migration process
Posted by: Otomatic (Moderator)
Date: June 28, 2018 06:59PM

Hi,

The need for Virtual Host
and
Wampserver 3 - Create or add a VirtualHost

WordPress (But it's not the only one) writes its installation URL into its database.
So when you migrate locally where, of course, the installation URLs cannot be the same, you also need to modify the database.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: LOCAL SERVER stoping a migration process
Posted by: ilflores (---.190-30-4.telecom.net.ar)
Date: June 28, 2018 07:16PM

I have created the Virtualhost. I have still the same problem

Options: ReplyQuote
Re: LOCAL SERVER stoping a migration process
Posted by: RiggsFolly (Moderator)
Date: June 28, 2018 11:58PM

Hi,

So show us the httpd-vhosts.conf file

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote


Sorry, only registered users may post in this forum.