Closed (fixed)
Project:
Prepro
Version:
7.x-0.8
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2012 at 00:28 UTC
Updated:
23 Oct 2012 at 08:51 UTC
Hi, installing this module, the first thing that happened after I enabled it and got it preprocessing with the SASSY module is the following white screen of death error:
Fatal error: Cannot break/continue 1 level in .../sites/all/modules/contrib/prepro/prepro.module on line 213
Removing the 'continue' from the if statement fixes it, I'm guessing once upon a time that if statement used to be inside a loop.
Attached is a patch that fixes the issue (the simplest patch ever made).
| Comment | File | Size | Author |
|---|---|---|---|
| continue_white_screen_of_death-prepro.patch | 470 bytes | codesidekick |
Comments
Comment #1
richthegeek commentedThis is fixed in the latest version (uploading in the next hour).
Thanks for catching this, I was clearly a little distracted when I wrote it!