wp import size limit

trojenxx

Junior Member
Joined
Sep 1, 2019
Messages
121
Reaction score
19
hey, there u hope you're doing well.
so I have a backup of my website (40MB) and when I try to import it gives me an error in WordPress
I've installed a plugin and also didn't work

maybe because of my hosting provider "infintyfree"

if anyone know a solution for this please let me know.

thanks
 
What is the error ?

Import WordPress​

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 file or by post_max_size being defined as smaller than upload_max_filesize in php.ini.
 

Import WordPress​

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 file or by post_max_size being defined as smaller than upload_max_filesize in php.ini.
Try to change these two lines to 256M in the php.ini file.
upload_max_filesize = 256M
post_max_size = 256M
Then restart your web server (apache) and try again!
 
Or just export the articles, then import the articles, nothing else.
 
Try to change these two lines to 256M in the php.ini file.
upload_max_filesize = 256M
post_max_size = 256M
Then restart your web server (apache) and try again!
How to restart my my web server (apache)
 
Do you have cpanel access? If yes, you can set upload size by going to php version and switch to php options to increase the upload_max_filesize
 
Back
Top