Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Uncaught ReferenceError: fuel_debug_toggle is not defined
  • Hi all,

    Having an issue debugging..the debugger.

    I currently have a 

    <?Debug::dump($tree)?>

    within a view which correctly outputs..the debug area. However when I click on the little arrow to expand properties, I get a Javascript error that says 

    Uncaught ReferenceError: fuel_debug_toggle is not defined 

    I am using Fuel 1.7.0

    Any suggestions?
  • Nope.

    The javascript function is defined inline, and echo'd out the first time you call dump(). It should be just above the first "<div class="fuelphp-dump". Can you check your HTML output?

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion