Closed (won't fix)
Project:
Wiki installation profile
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2013 at 17:18 UTC
Updated:
4 Apr 2013 at 19:00 UTC
I've tried installing this twice now, and each time, after a few minutes of clicking around and creating a wiki page, I start getting internal 500 errors. Trying to do anything in Drush gives me a segmentation fault. PHP log shows:
PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 523800 bytes) in /srv/www/wikiweb.mjstc.net/includes/bootstrap.inc on line 593
I'm pretty sure 256mb of memory should be enough. Something is spinning up an exhausting all the memory regardless of what I set it to until it fails.
Comments
Comment #1
gthing commentedThis happens on a fresh install when creating a wiki page using the [[]] filters. Trying to configure the freelinking settings at "admin/config/content/freelinking" results in "illegal choice detected. Contact site administrator."
Is anyone else able to get this install profile to work? I've tried three times from scratch now.
More errors:
Notice: Undefined property: stdClass::$taxonomy in freelinking_prepopulate_fields_from_page() (line 47 of /srv/www/wikiweb.mjstc.net/profiles/drupal_wiki/modules/freelinking/modules/freelinking_prepopulate/freelinking_prepopulate.utilities.inc).Comment #2
gthing commentedLooks like this is a problem with the freelinking module, which pretty much doesn't work in D7.