Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Upgrading to Fuelphp 1.4
  • Just a note that when migrating to Fuelphp 1.4 'package_paths' must be set in config.php

    'package_paths' => array(
            PKGPATH
        ),

    I've spent quite sometime figuring out why migrations are not working after upgrade to 1.4 and the above has solved it.
  • I use packages and I didn't have this kind of error. Do you use a personal folder for packages?
  • In 1.2, the Package class did a fallback to PKGPATH, hardcoded, when you hadn't defined the correct path.

    This has been removed, so you have to configure it now.

Howdy, Stranger!

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

In this Discussion