• I’m using WP 2.7-RC1 and tried using Headspace2, version 3.6.3. When clicking on Add New to add a new article, the page starts loading, but when the Tag box appears, where I normally would see tag suggestion buttons and so on, what I get is the following error message: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 64 bytes) in /specifics removed/wp-includes/functions.php on line 2896.

    The line in question in functions.php says:

    return version_compare(phpversion(), '5.0') < 0 ? $object : clone($object);

    https://www.ads-software.com/extend/plugins/headspace2/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Benoit

    (@benoit)

    I updated to WP 2.7-RC2 and still get an error message, which now reads: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 786432 bytes) in /specifics removed/wp-includes/functions.php on line 2901

    I had the same problem and my solution was changing the php.ini entry for memory_limit. Mine occurred by installing a lot if plugins. I think the standard default is 32MB, so change this value to what suits you. I changed mine to 1024Mb.

    I am also getting a similar error on some of my posts in WP 2.7:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 5 bytes) in /home/studymat/public_html/iqmatrix/blog/wp-content/plugins/headspace2/modules/page/tags/auto_suggest.php on line 69

    I’ll play around with the memory setting to see if that works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: HeadSpace2] Headspace2 causes Fatal Error with WP 2.7-RC1’ is closed to new replies.