After fresh installation of drupa 6 core (localhost test), I tried to install "Module Builder" module.

After enabling it, my drupal site was completely broken.

First, my site shows just "white screen".

After "refresh" button in browser, my site was "broken", with "Page not found" msg (1st reload gives also next msg: "
* Module builder installed
* The configuration options have been saved.
")

After module removed from modules folder, nothing changed (site stil broken).

Error logs from apache in attachments:
- module_builder_logs_01.txt - error log generated after module was enabled
- module_builder_logs_01.txt - error log generated after "reload"

Comments

senpai’s picture

Confirmed. The 6.x-1.x-dev from Feb. reports this error if php.ini 'allow call time pass by reference' = FALSE

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of form_get_cache(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /www/drupal6/sites/all/modules/contrib/module_builder/module_builder.api.inc on line 128

Luckily, I was able to reload my site after turning off this module via phpmyadmin. Once I'd disabled, and then re-enabled the module, the warning remains at the top of my screen, but other than that, I don't notice anything out of the ordinary. She's still workin.

poobux’s picture

Enabling this module killed a fresh 6.1 installation. trying to navigate to an administration page returned 'Page Not Found'. Disabling the module in PHPAdmin didn't help, had to scrap the installation.

joachim’s picture

Status: Active » Closed (fixed)

Just installed 6-dev of this module on a fresh Drupal 6.8.
All worked fine (well, much of this module's functionality is missing, but I got no errors ;)
Closing this issue.