Closed (fixed)
Project:
Link checker
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2012 at 00:08 UTC
Updated:
17 Jan 2012 at 23:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
peterx commentedupdate.php reported the following with no mention of the error:
Update #7007
Updated the blacklisted internal filter names from Drupal 6 to Drupal 7. The update has only updated the blacklisted filters linkchecker is aware of. Please review the "Filters disabled for link extraction" settings, if all filters with references to other content are still disabled.
Comment #2
peterx commentedTry this patch.
Comment #3
hass commentedThank you very much for reporting this! I remember something like this from any documentation, but have not seen the Notice myself and cannot remember the details. How can i repro this notice?
Comment #4
peterx commented@hass, I update a dev version from December to the Jan 3 dev version. The Jan 3 dev version included update 7007 and produced the message.
I applied the patch (manually) to another site and updated to 7007. There was no error message. I marked this issue as needs review because I applied the patch by hand instead of the patch file.
Comment #6
hass commentedI'm highly confused... See http://drupal.org/update/modules/6/7#module_file_during_install please.
Comment #7
hass commentedComment #9
peterx commentedIf hook_requirements($phase) is working, perhaps you need files[] = linkchecker.module or the requirements list might be wrong.
Comment #10
hass commentedMaybe... This is a "closed book" for me... No clue how this works.
Comment #11
peterx commentedSee Media module. They load .module for every function except hook_install. The automated load is for hook_install, not hook_update_*. The same for uc_credit and others. Many modules load .module for uninstall.