Closed (fixed)
Project:
Mobile Tools
Version:
6.x-1.13
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Oct 2010 at 21:11 UTC
Updated:
3 Jan 2014 at 02:04 UTC
Jump to comment: Most recent
Comments
Comment #1
Capqwerty commentedIs there any workaround for this issue?
Comment #2
Capqwerty commentedIs there any workarounds for this issue?
Comment #3
twom commentedI fixed this is in the new dev version.
Do not forget to clear cache after updating.
Comment #4
Capqwerty commentedHi
I haven't had much luck with this. The actual error message has gone but if you go to edit a users profile you essentially get a whitescreen of death.
I have tried uninstalling
clearing cache
re-installing
Comment #5
natehill commentednever mind, it works, thanks
Comment #6
mikhailian commentedThe latest release (1.13) threw lots of "Fatal error: Call to undefined function XXX in includes\menu.inc on line 410", XXX being "webform_menu_load()" and "mobile_tools_user_roles()", AFAIR.
I removed the module, cleared the cache and everying worked again. Shouldn't you withdraw the latest release until this is fixed?
Comment #7
twom commentedHi,
Thx for the report on this issue. Where did you update from? the dev version or the previous stable release?
I guess that it is caused by the seperate mobile_tools_roles.inc file that include some menu callbacks.
The problems can be fixed by rebuilding your menu router table, but I will see if I cannot create a better update path..
Comment #8
twom commentedFound the issue. The function was being called when the file was not included... This is fixed in the 1.14 release ...!
Comment #9
mikhailian commentedI updated using the Drupal-internal update notification mechanism.
Thank you for resolving the issue so fast. Great work!