-
AuthorPosts
-
June 26, 2014 at 12:18 am #283821
Hey, there seems to be a conflict between Enfold and the Content Timeline plugin I’m using (by Shindiri Studio http://www.shindiristudio.com/demo/?item=Content%20Timeline_Wordpress). I’ve tried getting them to solve this for me, but they asked if I could try you. I’m getting the following error not only in the plugin area (both front and back end), but even I’ve even seen it show up when just clicking on a text block element on another page.
Fatal Error: memory size of 41943040 bytes exhausted (tried to allocate 258017 bytes) in /data/23/3/90/15/3416504/user/3809111/htdocs/wp-content/themes/enfold/css/dynamic-css.php on line 750
The plugin developer upgraded the plugin for me and now it’s not showing up at all, they say due to this conflict, but it was here http://skidrow.org/history-timeline-timeline/
Thanks!
June 26, 2014 at 5:55 am #283905Hey!
Try increasing the memory allocated to PHP:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPRegards,
JosueJuly 3, 2014 at 9:23 pm #286870Thanks, adding
define( 'WP_MEMORY_LIMIT', '96M' );
to the bottom of the wp-config.php file seems to be working.July 3, 2014 at 10:02 pm #286888You are welcome, always glad to help :)
Regards,
JosueAugust 22, 2014 at 4:54 am #307607Well, I was able to work on the timeline a bit — back after we had the previous exchange — then the project got put on hold. Now I’m back to working on it and having the same issue again. I tried upping the memory to 256M, but still no luck. I’m also seeing the error again (see below). Any other suggestions?
Memory size of 41943040 bytes exhausted (tried to allocate 260935 bytes) in /data/23/3/90/15/3416504/user/3809111/htdocs/wp-content/themes/enfold/css/dynamic-css.php on line 754
August 22, 2014 at 10:01 am #307730Hi!
The memory limit is still 40M. Please contact your host, maybe they put a limit on the wordpress memory configuration. If possible, set it to 128M.
Regards,
IsmaelAugust 24, 2014 at 12:06 am #308338Awesome; thank you — I called the host and they instructed me to add
memory_limit = 128M
to the php.ini file in the cgi bin, which seems to have done the trick! Thanks again! -
AuthorPosts
- The topic ‘Content Timeline plugin conflict’ is closed to new replies.