Tried using this module, the installation, when configured to be active fails with error:
"Notice: Undefined index: weight in _registry_parse_files() (line 144 of C:\xampp\htdocs\includes\registry.inc).
Notice: Undefined index: weight in _registry_parse_files() (line 144 of C:\xampp\htdocs\includes\registry.inc).
Notice: Undefined index: weight in _registry_parse_files() (line 144 of C:\xampp\htdocs\includes\registry.inc).
Notice: Undefined index: weight in _registry_parse_files() (line 144 of C:\xampp\htdocs\includes\registry.inc).
Notice: Undefined index: weight in _registry_parse_files() (line 144 of C:\xampp\htdocs\includes\registry.inc).
Notice: Undefined index: weight in _registry_parse_files() (line 144 of C:\xampp\htdocs\includes\registry.inc).
Notice: Undefined index: weight in _registry_parse_files() (line 144 of C:\xampp\htdocs\includes\registry.inc)."

I'm not sure if it's retrying and failing or failing a bunch of stuff.

And the uninstall process, it goes through the motions but it's still in the module list just inactive, and no longer located in the uninstall menu.
Which means I can install 7.x-1.0-dev either

I am using the Omega/Delta install profile as well.

Any ideas?

CommentFileSizeAuthor
#2 form_builder_registry_weight.patch480 bytesquicksketch

Comments

quicksketch’s picture

It doesn't actually even install? I've been getting that notice locally too on occasion but I didn't realize it was Form Builder causing the problem. Typically Notices like this aren't actually "Errors" like something went wrong, it's just a "Notice" saying, "something could possibly be wrong".

I can reproduce the notices but the module still installs just fine. I can't figure out what's causing them to begin with though.

quicksketch’s picture

Title: Fails install / Doesn't uninstall » Form Builder causes Notice: Undefined index: weight in _registry_parse_files()
Priority: Critical » Minor
Status: Active » Fixed
StatusFileSize
new480 bytes

Okay as far as I can tell, this problem does not actually affect the installation of the module. The "notice" is just saying a weight isn't defined, but it doesn't halt the installation of the module as far as I can tell. This patch fixes the notices. If you still can't install after this patch, we'll need to look elsewhere for the problem. I've committed to the project.

eXcaliburN’s picture

Sorry, it doesn't configure to activated, it installs.

However after this occurs it displays a link for forms in the add content section, but that doesn't work because of the config error

eXcaliburN’s picture

I'm fairly new to Drupal as well... What do I do with the patch provided?

Cheers

quicksketch’s picture

See http://drupal.org/patch/apply

Basically patches are lists of lines to remove and add to particular files. A "+" before a line means a new line and a "-" mean removing an existing line.

Automatically closed -- issue fixed for 2 weeks with no activity.