Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Exception bug or me being stupid
  • I'm experimenting with the Upload class and purposefully set the upload path to something nonexistent and set 'create_path' to false to see what happens when a file upload fails. It looks like the code tries to throw an Exception in classes/upload.php line 446:
    'Can\'t move the uploaded file. Destination path specified does not exist.' However the error reported is actually:
    ErrorException [ Error ]: Class 'Fuel\Core\Exception' not found I'm not sure, but it looks like it's expecting to find an "Exception" class?
  • please report this as a bug on http://github.com/fuel/core/issues.
This discussion has been closed.
All Discussions

Howdy, Stranger!

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

In this Discussion