-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Blocker
-
Affects Version/s: COmanage Gears 0.1 (Lump of Clay)
-
Component/s: (old) Gears: COordinate (<= 0.2)
-
None
$ cake schema create
/path/to/app/config/schema/schema.php could not be loaded
This appears to be because cake/libs/model/cake_schema.php fails because $class = "Pp" instead of "App". That, in turn, is because in __construct Inflector::slug() truncates "app" to "pp".