Closed (fixed)
Project:
Jump
Version:
6.x-1.0
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2009 at 17:14 UTC
Updated:
8 Dec 2009 at 01:32 UTC
I mistakenly disabled the Jump module with Jump code in the site and now have been locked out of the site completely. I get the message in the Title field. It states:
Fatal error: Call to undefined function jump_quickly() in /home/ctv/public_html/includes/common.inc(1685) : eval()'d code on line 8
The site is www.ctvknox.org. How can I correct this? PLEASE HELP SOMEBODY!
Comments
Comment #1
marcp commentedYou've probably got a block with some PHP code in it that calls jump_quickly(). You can either disable the block in the blocks table or enable the Jump module in the system table. After enabling the Jump module, you can delete the bad block and disable Jump again.
There should be something in the README that tells folks to always surround jump_quickly() calls with module_exists('jump') like this:
Please close out this issue when you fix the problem on your site. Feel free to help out with the wording or suggest some text for a warning that will go in the README.
Comment #2
KAP10 commentedThank you. That worked perfectly.