Esteban Zeller
Esteban Zeller
did you follow the link for the ACL Setup from the CakePHP Book from the readme file? There you can find the steps to generate the tables that appear as...
Also in AclController.php line 324 should take the $Model->primaryKey, if not it will create all ARO's with NULL foreign_key's: $item = $item[$Model->alias]; $Model->create(); $Model->id = $item[$Model->primaryKey]; Should checkout also that...
Any chance to get attention to the merge request?
Sorry, FLOAT doesn't work either... So, please add a comment that after an schema create or schema update shoud change the field type to double or BIGINT(20).
try CakePlugin::load('facebook'), the same name as the forlder that you created
Solution might be https://github.com/AsgardCms/Platform/pull/815