I am not able to upload a theme
-
I want to upload a theme on my website malebuzz.in but unfortunately when I try to upload the theme it goes till 40% and then it directs to a blank page, plz help me resolve this issue.
The blog I need help with is: (visible only to logged in users)
-
By default, WordPress has a modest limit for uploading images, videos, and other files. It’s a similar story for your PHP memory limit, which helps you run plugins and scripts. So the setting in wp-config.php should reflect something higher than 40MB or 64MB depending on your setup.
define( 'WP_MEMORY_LIMIT', '96M' );Please note, this setting may not work if your host does not allow for increasing the PHP memory limit–in that event, contact your host to increase the PHP memory limit.
-
- The topic ‘I am not able to upload a theme’ is closed to new replies.