Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi!
I recently migrated my site using Specular Minimal from a localhost to the web. After the migration, I was at first met with the “white screen of death.” After troubleshooting, I eventually found that the problems were being caused by Slider Revolution. After sorting some things out, I’m still finding places where the plugin is causing errors:
1) When I try to click “Customize” on the admin menu, I get this error message:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /hermes/walnaweb03a/b277/moo.aecttxcom1/wp-admin/includes/post.php on line 107
2) When editing the home page featuring a Slider Revolution slider, I get this message where the slider is supposed to be (and the rest of the page content doesn’t populate):
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1966080 bytes) in /hermes/walnaweb03a/b277/moo.aecttxcom1/wp-content/plugins/revslider/includes/googlefonts.php on line 2410
So I’m not sure why this is happening. I noticed that the latest version of Specular doesn’t have the latest version of Slider Revolution in it — could this be the problem, or something else?
Thanks!
JC
Hello,
This means that you should allocate more memory. Add this line at wp-config.php:
define(‘WP_MEMORY_LIMIT’, ‘128M’);
Please make sure you have the latest version of Specular vs. 1.9.
Also install the revolution slider version which is included in theme.
Best regards!
You must be logged in to reply to this topic.