Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
About the error when updating from fuelphp Ver1.8.0 to Ver1.8.2


  • Error [ Error ]:
    First array member is not a valid class name or object

    COREPATH/base56.php @ line 55


    Looking at the backtrace, it seems that it is happening at \ Session::start();. What is the cause?

    The environment is PHP 7.2.8
    Fuelphp 1.8.2

    Be part of the composer module.


    ./composer.phar show -i

    fuel/auth                         1.8.2              FuelPHP 1.x Auth Package
    fuel/core                         1.8.2              FuelPHP 1.x Core
    fuel/email                        1.8.2              FuelPHP 1.x Email Package
    fuel/oil                          1.8.2              FuelPHP 1.x Oil Package
    fuel/orm                          1.8.2              FuelPHP 1.x ORM Package
    fuel/parser                       1.8.2              FuelPHP 1.x Parser Package
    fuelphp/upload                    2.0.6              Process uploaded files
    paragonie/random_compat           dev-master 446fc9f PHP 5.x polyfill for random_bytes() and random_int() from PHP 7
    paragonie/sodium_compat           v1.14.0            Pure PHP implementation of libsodium; uses the PHP extension if it exists
  • What is the complete backtrace?

    Something seems to call call_fuel_func_array() with incorrect data.
  • Just to check:are you sure base56.php is updated too?

    As I see it, in the current code, line 55 can't generate that error.
  • Thank you for your reply

    >Just to check:are you sure base56.php is updated too?

    base56.php has been updated.

    >Something seems to call call_fuel_func_array() with incorrect data.

    Let's check again where we are calling call_fuel_func_array.
  • The full backtrace of your error should give you some pointers.

Howdy, Stranger!

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

In this Discussion