Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
ErrorException [ 4096 ] with phpquickprofiler
  • Hello! When I entered true in : 'profiling' => true,
    I have problem with: ErrorException [ 4096 ]: Object of class Fuel\Core\Route could not be converted to string
    COREPATH/vendor/phpquickprofiler/display.php @ line 268 Backtrace COREPATH/bootstrap.php @ line 45
    COREPATH/vendor/phpquickprofiler/display.php @ line 268
    COREPATH/vendor/phpquickprofiler/display.php @ line 272
    COREPATH/vendor/phpquickprofiler/display.php @ line 272
    COREPATH/vendor/phpquickprofiler/display.php @ line 272
    COREPATH/vendor/phpquickprofiler/display.php @ line 279
    COREPATH/vendor/phpquickprofiler/phpquickprofiler.php @ line 214
    COREPATH/classes/profiler.php @ line 53
    COREPATH/classes/fuel.php @ line 263
    COREPATH/classes/event.php @ line 105
    COREPATH/classes/event.php @ line 127
    DOCROOT/index.php @ line 67
    Maybe you have any ideas why it happened?
  • Which version of FuelPHP? I think this is fixed in 1.1/develop, line 266 should read:
    elseif( ! is_array($value) AND ! is_object($value))
    

Howdy, Stranger!

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

In this Discussion