Closed (fixed)
Project:
LoginToboggan
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Dec 2008 at 17:16 UTC
Updated:
3 Dec 2008 at 01:19 UTC
After running update.php, a warning message is displayed:
"warning: Missing argument 1 for logintoboggan_menu() ... logintoboggan.module on line 434."
$may_cache was deprecated from hook_menu in Drupal 6. (See: http://drupal.org/node/114774 )
Comments
Comment #1
jrglasgow commentedwhy was this posted to the Content Templates issue queue?
Comment #2
TallDavid commentedComment #3
hunmonk commentedsounds like you're running 5.x logintoboggan on a 6.x site. upgrade to 6.x
Comment #4
TallDavid commentedHmmm, I had previously confirmed that the .info file specified 6.x-1.2. On hunmonk's advice, I re-downloaded and reinstalled the 6.x-1.2 version of the module. After running update, the warning message no longer occurs. Apparently not all files were properly replaced in the previous update. Sorry for the trouble and thanks for the help. Documenting the issue to help others who may experience a similar issue in the future.