Wordpress Site Guide

if you tried all the method above and still it doesn't work try changing your browser or even try uploading with your smart phone or another computer if still doesn't work then you have some problem with your zip file that contains plugin and themes.
 
if you tried all the method above and still it doesn't work try changing your browser or even try uploading with your smart phone or another computer if still doesn't work then you have some problem with your zip file that contains plugin and themes.
Much love to you guys who tried to help me out, already killed myself with 6 hours + of research for cause of problem from Google to that website/blog to that forum ,so tired already

Cause of problem : went to Media -----> Add new Media and my maximum upload file was 2 mb where as I was trying to upload something more 2mb +.
(no explanation on who to get rid of it from the sites I visited)

how can I increase it or is the problem from my host .
 
You need to increase the memory allotment for WP.
You need to edit the wp-config.php file on your WordPress site.
It is located in your WordPress site’s root folder, and you will need to use an
FTP client or file manager in your web hosting control panel.

Next, you need to paste this code in wp-config.php file just before the line that says
‘That’s all, stop editing! Happy blogging.’

Code:
define( 'WP_MEMORY_LIMIT', '256M' );

This code tells WordPress to increase the PHP memory limit to 256MB.

Once you are done, you need to save your changes and upload your wp-config.php file back to your server.

You can now visit your WordPress site and memory exhausted error should disappear now.

Let me know if this helps.

Cheers =)
 
I tried it, it's not working :weep:

Still saying same thing :weep::weep:Optimized-IMG_20190311_182159.jpg
 
Just contact the Hosting and ask them to increase your upload file limit to something like 64 or 128.

They`ll do it easily if they are not some crappy no customer service hosting.

Good luck
 
Will do that hope it's works:(
 
Just contact the Hosting and ask them to increase your upload file limit to something like 64 or 128.

They`ll do it easily if they are not some crappy no customer service hosting.

Good luck
Did just that and they increased it immediately, everything is working just fine now.

much to love BHW ,seriously BHW is better than any Google, Qoura or any other online community in solving any problems related to IM.

thanks everyone who wanted to help me out. Really Appreciate.
 
Back
Top