I have Token v 7.x-1.0-alpha3 installed and when I enable LoginToboggan I recieve the following errors:
Notice: Undefined index: name in token_asort_tokens() (line 256 of /var/www/Drupal/sites/all/modules/token/token.module) this appears 3 times and disappears when the modules page is refreshed.
Warning: uasort(): Array was modified by the user comparison function in token_get_info() (line 226 of /var/www/Drupal/sites/all/modules/token/token.module) this also disappears on page refresh.
Notice: Undefined index: name in _token_token_tree_format_row() (line 109 of /var/www/Drupal/sites/all/modules/token/token.pages.inc)
Notice: Undefined index: description in _token_token_tree_format_row() (line 112 of /var/www/Drupal/sites/all/modules/token/token.pages.inc)
These last 2 are permanent until LoginToboggan is disabled.
Comments
Comment #1
hunmonk commentedplease try installing the latest development release of logintoboggan, some token issues were recently fixed.
Comment #2
Eolmornedhel commented@hunmonk : Thankyou, updating solved all the errors I was receiving.
Comment #3
hunmonk commented@Eolmornedhel: please remember to update the status of the issue properly if it changes.
marking as fixed.
Comment #4
miletus commentedI disabled the module, then used the admin page to uninstall.
When I then tried to upload the dev version, I got the error:
LoginToboggan is already installed.
The uninstall page no longer lists it as an option but it is still listed on the modules enable page.
Comment #5
hunmonk commentedsounds like a core issue, module enable/disable functionality is handled by core. might want to file an issue there.