calljoey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Importing content after WordPress installationThanks so much WPyogi 🙂
The only problem is that the original website WordPress server is now offline and everything is lost so I can’t re-export.
I’ve also tried importing from the local serverNot sure if or how we can break up an existing XML file.
I also don’t know how to export in smaller chunks 🙁I appreciate all your help. It’s sad that one exports the site, but then there is no way of re-importing the content because the XML file is too big…
Forum: Fixing WordPress
In reply to: Importing content after WordPress installationDidn’t work for me. Thanks for your suggestion Tara, I appreciate it.
Forum: Fixing WordPress
In reply to: Large XML import problemThis must be a problem without a solution
Forum: Fixing WordPress
In reply to: Importing content after WordPress installationThanks Tara. I will try, but my backup file is an .XML file not a .sql
Forum: Fixing WordPress
In reply to: Large XML import problemStill looking for a solution, maybe someone can help? Thank you
Forum: Fixing WordPress
In reply to: Large XML import problemStill looking for a solution, a plug in, anything that can fix this issue. I need to restore my site, I have the XML 312M file and I have no way of importing it? Someone in this universe must have a solution. Anyone? Please? Thank you.
Forum: Fixing WordPress
In reply to: Large XML import problemForum: Fixing WordPress
In reply to: Large XML import problemOr is there a way to break up the XML file into smaller chunks, or can I upload the XML directly into the SQL database using MyPhpAdmin? This is unbelievably frustrating! Thanks again for any advice.
Forum: Fixing WordPress
In reply to: Large XML import problemHere’s what I’ve done:
wp-config.php file installed in my WordPress folder added:
define( ‘WP_MEMORY_LIMIT’, ‘995M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘999M’ );Added to my public_html/php.ini file:
memory_limit = 999MGetting:
Sorry, there has been an error.
File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.This has to be the BIGGEST bug/obstacle/limitation PHP or hosts or wordpress has!
One can’t backup a site and expect to recover it via XML files if they are larger than 2M? Surely ther has to be a solution for this popular problem?Any advice? Thanks all 🙂