Problem with local import
-
So, I have 2 servers – remove and local.
When I do import to remove server – all is well.
But if I do import (in first time) to local server – after over time I get white screen and not all content imported. No errors ??
In second time – import comes to the end.In my wp-config.php :
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, true );
define( ‘SCRIPT_DEBUG’, true );
define( ‘SAVEQUERIES’, true );
define( ‘DISABLE_WP_CRON’, true );
error_reporting(E_ALL);
@ini_set(‘display_errors’, 1);In local php.init :
safe_mode = Off
file_uploads = On
memory_limit = 128M
post_max_size = 8M
upload_max_filesize = 8M
max_input_time = 60
max_execution_time = 30In what could be the problem?
- The topic ‘Problem with local import’ is closed to new replies.