#38 Installing Feeds module causes php "segfault"
Closed: Fixed None Opened 14 years ago by mchua.

(Yes, we know this is theoretically impossible.)

When the Feeds module is installed in Zikula as currently packaged, there's a segmentation fault, which is theoretically impossible in PHP; this breaks apache and you get a blank screen back.

Solution: attempt to bypass it by importing SQL (a database table structure) directly into the database - in effect a manual install. This process should be elaborated on and documented if it works.


So the fix is to run the installation script until you get a blank screen (when the segfault occurs). This is after the init has run, so the database structure is created.

To use the module, just set pn_state=3 in the prefix_modules table with a simple UPDATE sql query.

Milestone F12b: Alpha to Beta deleted

Login to comment on this ticket.

Metadata