Aiden Patrick
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] Changing CSS Highlight ColorWhat I am referring to is the color that appears behind text when you drag over it.
Forum: Themes and Templates
In reply to: Custom footer text on individual pagesI am going to try this today. Thank you for replying! 🙂
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 491520 bytes) in /home/a4438214/public_html/wp-includes/canonical.php on line 262
I just updated manually to WordPress 4.2.2. Now I get the following message when attempting to view the dashboard:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 30720 bytes) in /home/a4438214/public_html/wp-admin/menu.php on line 43Do you have an idea of what the problem is? I do not know how to figure out the problem.
Thorsten, the resolution is that you need to copy and paste this into your /wp-includes/cache.php file just after the <?php tag:
ini_set(‘memory_limit’,’64M’); // set memory to prevent fatal errors
Mine was set to 32M, I increased it to 64M, and I instantly regained access to my site.
It very much is!
I increased it to 512 via the wp-config.php and nothing changed.