Dear friends I'm having an error when trying show the content of any object class (model_xxx). When I invoke the method dump() my program generate an error:
Undefined offset:2 at line 255 from fuel/core/classes/debug.php
What is the cause of error??? Looking any sugestions.. TIA
I'm using the FuelPHP 1.8 in wamp server 64bits version (php 5.6.16, apache 2.4.17). All functions is working perfectly... only very strange error reported..
And could you paste all results here: http://bin.fuelphp.com, because the Debug class parses the output and the forum has a way of mangling it when you paste it.
Forget it, found the problem, it's in the "overload_var_dump" value. The docs state "Before Xdebug 2.4, the default value of this setting was 1." which is what the code uses.
Thank you Mr Haro. I have tested the same class in other version of PHP (other version of Wamp, previous version) and I dont have any problem. I'm very happy with your support. TIA