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?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | form_builder_registry_weight.patch | 480 bytes | quicksketch |
Comments
Comment #1
quicksketchIt 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.
Comment #2
quicksketchOkay 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.
Comment #3
eXcaliburN commentedSorry, 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
Comment #4
eXcaliburN commentedI'm fairly new to Drupal as well... What do I do with the patch provided?
Cheers
Comment #5
quicksketchSee 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.