Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Application dies when using Security::clean()
  • Hi, everybody! Whatever when I use the Security::clean() method my application dies with an Fatal Error: Fatal error: Call to a member function setKey() on a non-object in C:\xampp\htdocs\dashboard\fuel\core\classes\crypt.php on line 124

    And it's not with the custom error structure, and I don't know why the core isn't loading and defining the model, I see therefore that this error was also on version 1.2 and 1.2.1, but I'm using the version 1.5.1.
    In the OIL console I tried to load the Crypt_AES class and everything loaded fine.


    Any clues?


    PS: sorry for my bad english, too long without praticing...
  • It is a known issue with the autoloader. There's a ticket open for it, but no fix has been found yet.

    It is probably triggered by an exception in the Log class, usually caused by not having write access to the log files...

Howdy, Stranger!

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

In this Discussion