I am trying to upload the elegant themes resume theme on one of my sites. Wordpress is already installed and other themes are working. This theme won't install and gives me this error message: Fatal error: Out of memory (allocated 14680064) (tried to allocate 68301811 bytes) in /home/jenny9/public_html/PaulaS*****.com/wp-admin/includes/file.php on line 671 I've tried deleting files and themes to make room, but it hasn't worked. My host chat person didn't know why. Can someone help me install this theme? Please reply or PM with price and when you can have it done. Thanks!
Here are a few ways to fix your problem: 1. If you're on a VPS or a dedicated server with root access, then look for the php.ini file to change the values for memory_limit to 32M. 2. If you don't have access to php.ini, then add the following line to wp-config.php: ini_set('memory_limit', '32M'); Code (markup): or define('WP_MEMORY_LIMIT', '32M'); Code (markup): 3. Another possible way to increas this limit is by editing .htaccess: php_value memory_limit 32M Code (markup): Hope this helps, and saves some of your money
hope you solved that problem.. Clive's advice is right. I also make a thread on this kind of error. I think there's no need for you to hire a coder when you only have this problem. Next time, google it first or ask members from the forum on what to do rather than asking for a coder to fix it.