Great module, thanks!!
Unfortunately each time I teleport to a new page I get the following error message:
# notice: Undefined index: node in /home/emmajane/websites/drupal/drupal-6/sites/all/modules/teleport/teleport.module on line 296.
# notice: Undefined index: rss.xml in /home/emmajane/websites/drupal/drupal-6/sites/all/modules/teleport/teleport.module on line 296.
# notice: Undefined index: admin in /home/emmajane/websites/drupal/drupal-6/sites/all/modules/teleport/teleport.module on line 296.
# notice: Undefined index: logout in /home/emmajane/websites/drupal/drupal-6/sites/all/modules/teleport/teleport.module on line 296.
# notice: Undefined index: search in /home/emmajane/websites/drupal/drupal-6/sites/all/modules/teleport/teleport.module on line 296.
(etc)
I've tried clearing the cache, but that doesn't help. Refreshing the page gets rid of the error message. I also have the devel module installed (not sure if that makes a difference or not, but it is an additional piece of information).
I'll try upgrading to the -dev version, but I thought I'd let you know this issue is remaining in the "stable" version.
Comments
Comment #1
emmajane commentedWith the dev version I get the same error message except one line later:
# notice: Undefined index: node in /home/emmajane/websites/drupal/drupal-6/sites/all/modules/teleport/teleport.module on line 297.
# notice: Undefined index: rss.xml in /home/emmajane/websites/drupal/drupal-6/sites/all/modules/teleport/teleport.module on line 297.
# notice: Undefined index: admin in /home/emmajane/websites/drupal/drupal-6/sites/all/modules/teleport/teleport.module on line 297.
# notice: Undefined index: logout in /home/emmajane/websites/drupal/drupal-6/sites/all/modules/teleport/teleport.module on line 297.
Comment #2
incidentist commentedThe most recent version (1.2) has a few fixes along these lines, and also has an uninstaller. Reinstalling it may help the problem. Keep in mind that the default hotkey changed to Ctrl-M.
Comment #3
dman commentedI'm getting a million of these. As a developer, I have PHP strict notices on, and trying out this module gave me reams of notices.
DRUPAL-6--1-3
My fix: Just an extra isset()
Comment #4
Mandakini_Kumari commentedUpgraded http://educationechosystem.com/ to drupal 7 but getting below error
Notice: Undefined index: addvalue in line 3
Please let me know what setting need to change ?
Comment #5
Mohit Jindal commentedjust comment the code which u r not using that code in current function ..
re-declare the variable in next function where u eed that variable necessary !!!