Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Overrule install task
  • I created my own install task, just copied it from the core and changed a couple of things, but now when I run php oil refine I get this error:

    Fatal Error - Cannot redeclare class Fuel\Tasks\Install in /fuel/core/tasks/install.php on line 26
  • All tasks are in the same namespace, so they have to have a unique name across the entire app (including core and all packages).
  • ok renamed it to installer... it works again

Howdy, Stranger!

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

In this Discussion