Using my server at Site5 I get the following message on a white screen white screen after enabling this module:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/dolocals/public_html/sites/all/modules/module_builder/module_builder.components.inc on line 313

When you navigate to the index or any other page I get the following message in a drupal themed page:
Page not found
The requested page could not be found.

I've tried this twice with the same result. Also when working with Drupal 6 RC 4 on WAMP5 the export feature outputs 2 files.

1. The info file with a jibberish filename (c1s24fyw)

2. Another file with a jibberish name that contains the node_info, load, and view hooks.

Sweet idea for a module. I hope this gets worked out some time.

Comments

balord’s picture

also happens on 6.0 release

R.J. Steinert’s picture

Just tested 6 on WAMP Server 2 on Vista and got the following message after enabling:

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 C:\wamp\www\d6\sites\all\modules\module_builder\module_builder.api.inc on line 128

WorldFallz’s picture

+1 to this error on a brand new wampserver2 based D6 dev environment just setup this morning (uses php 5.2.5).

shroge’s picture

Same parse error here on php 4.4.8.

pokadan’s picture

Just remove reference (&) sign on that line 128.

joachim’s picture

Status: Active » Closed (duplicate)

Duplicate of http://drupal.org/node/328866, which is now fixed.