Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
General
Upgrading to Fuelphp 1.4
spare
November 2012
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.
ilNotturno
November 2012
I use packages and I didn't have this kind of error. Do you use a personal folder for packages?
Harro
November 2012
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.
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
Harro
November 2012
ilNotturno
November 2012