this has nothing to do with disk space but has everything to do with the amount of RAM a single application can use. Contact your host provider.
That error isn’t disk space; it’s RAM.
Try increasing the memory for PHP and WordPress by editing the memory_limit line in your php.ini (if you have access to it) to 64M:
memory_limit = 64M;
If no php.ini, add this line at the top of .htaccess file:
php_value memory_limit 64M
If that doesn’t work, go to wp-config.php and add this line after a few white space lines after the opening <?php
define('WP_MEMORY_LIMIT', '64M');
I’ve tried all your recommendations but is not working.
The first solution I couldn’t find the php.ini
Second, I’ve tried for .htaccess from Public Html and another one from Pulic Html/manage but none of those solutions were working.
For the third one I was having the same problem but nothing happened, means it was showing me the same errors.
Thank you,
Ciprian
These memory limits are can be set on the individual level but however it all depends what your host has the global memory level set. So who is your host
shadows-design.com
Server Status
Service Details Status
syslogd up
cpsrvd up
spamd up
exim (exim-4.69-29_cpanel_maildir) up
named up
httpd (2.2.17 (Unix)) up
mysql (5.0.92-community) up
sshd up
cpanellogd up
imap up
queueprocd up
pop up
Server Load 0.02 (1 cpu)
Memory Used 53.6 %
Swap Used 0 %
Disk /dev/vda1 (/boot) 20 %
Disk /dev/root (/) 63 %
Disk /dev/loop0 (/tmp) 2 %
Looks like you need to talk to your host. Those stats don’t show php memory, and your host may have blocked any .htaccess and php.ini overrides in your account. Many small hosts do that.