Closed (fixed)
Project:
Vocabulary Index
Version:
6.x-2.0-rc2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2008 at 22:19 UTC
Updated:
24 Jul 2013 at 08:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
xanoI don't see any errors, although my php.ini tells me error reporting is set to E_ALL.
/me is going to look for a way to display these notices.
Comment #2
pasquallejust try the module with drupal6-dev. The stable Drupal release hides the php notices.
see #291026: change E_NOTICE to warning and allow selection of error level
Comment #3
xanoAh, thanks a lot :)
Comment #4
xanoThe attached path fixes most of the mentioned notices and some others than haven't been mentioned here as well. I have been unable to find the cause of
notice: Undefined index: submitted in includes\form.inc on line 1027.and I haven't been able to locatenotice: Undefined property: stdClass::$id in modules\vocabindex\vocabindex.view.inc on line 272.at all.Comment #5
xanoFixed and committed to all branches.
Comment #6
xanoThere seem to be a lot more notices, especially when viewing alphabetical VIs.
Comment #7
xanoI have fixed all notices I could find.
Committed to all branches (D5 too).
Comment #9
xano