Hello,
I want to increase the size of import on Wordpress because my wordpress file got 369,6 Mo. I tried to configure wp-config.php and .htaccess but Wordpress just stopped to work.
Any ideas how to increase the maximum upload size ?
Hello,
I want to increase the size of import on Wordpress because my wordpress file got 369,6 Mo. I tried to configure wp-config.php and .htaccess but Wordpress just stopped to work.
Any ideas how to increase the maximum upload size ?
Hello @moi , welcome to DevKinsta community!
In order to increase the maximum upload size in your WordPress, you can do the following:
upload_max_filesize = 512M
post_max_size = 512M
Maximum upload file size: 512 MB.
Hope that helps!
Regards,
Agus
Hello,
Here is the problem. I tried to import the .wpress through All-in-On is it normal that it takes more than 3 hours to be uploaded ?
Heya Moi,
I don’t have .wpress file to be imported on my local computer and have never tried/tested it (through All-In-One plugin) in DevKinsta before myself - but I would say that 3 hours is too long (does not seem to be normal) to upload that file, and it might be timing out already for the PHP script to process the upload.
How large is that .wpress file do you have exactly? Did it actually complete/finish to upload after more than 3 hours? was there any error message (or timed out thing perhaps)? and are there any specific PHP settings need to be adjusted perhaps (other than those 2 variables mentioned before)?
Regards,
Agus