Posted: July 20, 2013 at 12:00 pm
|
Hello. I am running WordPress 3.5.2 and EE 3.1.33.3.P My website is: http://www.theduluthexperience.com I have been receiving Fatal Error out of memory messages. Has anyone else had this issue? Thanks in advance for any advice or suggestions you might provide. Dave |
Hi there, As far as I know, Event Espresso doesn’t have a problem with mod_rewrite. An out of memory message indicates that your server is out of memory. You can resolve this be increasing the amount of memory available to PHP. Typically the defaults set by most shared hosting plans are too low to run applications like WordPress and Event Espresso while at the same time run caching plugins and using a “Pretty Permalink” URL structure. |
|
|
Josh, Thanks for getting back to me. I really appreciate it. I worked with the host (Dreamhost) to increase the PHP memory to 128M and the problem persists. I went to the System Status EE plugin to see if I could learn anything there and here is a screenshot: This is puzzling because I have the shortcodes embedded in the appropriate locations and, as I mentioned, the PHP memory has been increased. Any advice you can provide would be very helpful. Currently the issue is making it nearly impossible to modify the site using the WP Dashboard and I am nervous that the ticket booking plugin will fail when a customer tries to book. The booking page is: Thanks! Dave |
Hi David, Can you please re-post the links you are referring to above? It seems they may have been removed or forgotten ๐ Thanks! |
|
|
|
|
Don’t know how to embed the image but here is a link: http://flic.kr/p/fhNUxw |
David, Please see the notes I added to your screenshot: |
|
|
Thanks. I will look at the wp-config.php to see what is going on. What is weird is that when I go to edit page and look at my content, I can see the shortcode. Do you see anything wrong here: http://flic.kr/p/fhAMjX Thanks again Seth. |
Yes, it looks like you may be trying to add the Event Espresso shortcodes to your theme’s settings. That might possibly work for the calendar, but not the core shortcodes, that are required for Event Espresso to run properly and effectively. The core Event Espresso shortcodes will need to be added using the WordPress pages manager. This should have happened when Event Espresso was initially installed. Did you happen deleted the Event Espresso auto-generated pages? |
|
Maybe this will help? http://www.screencast.com/t/j9AzlH4Eg |
|
|
Seth. I moved the shortcodes into the Pagelines content box as in the image I posted. The calendar shows up and everything but should I either: (1) move shortcodes to the WP pages manager, (2) copy shortcodes to WP pages manager, or (3) something else…? |
|
Ok. I moved the shortcodes back to the WP content box and it worked when I ran the system status again. |
|
But still having the php memory issue. |
|
What do I look for or add to the wp-config.php to solve this problem? |
Editing the wp-config.php file to increase the amount of memory allocated to PHP is detailed here: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP |
|
|
Hi there Josh! Is there a specific location within wp-config.php that I need to add the code to increase the amount of memory allocated to php? Also, do I need to include both the definition and the maximum limit as shown in the link you provided? define(‘WP_MEMORY_LIMIT’, ’64M’); Thanks again for your help. |
Hi David, It can go before the line that says /* That’s all, stop editing! Happy blogging. */ I will usually only set WP_MEMORY_LIMIT in wp-config.php because WordPress tends to set it low (40MB). WP_MAX_MEMORY_LIMIT is already set at 256MB by default by WordPress. |
|
The support post ‘Espresso Plugin Causing Fatal Error’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.