Open ZebboKlaufix opened 4 years ago
I've the same issue. Did you find the solution ?
Kind regards
Posting this in case someone finds this thread later. I discovered that the issue occurs only on tables with foreign key relations to another table. The fix that worked for me is to open the AssetsTable.php file from \src\Model\Table and comment out all the $this->belongsTo sections, then run the command
cake bake template assets --theme AdminLTE
Then uncomment the lines in AssetsTable.php
Hi, I'm facing two errors on baking index templates with the actual theme.
I run
bin/cake bake template Roles index -f --theme AdminLTE
and the template is build. But the build-process shows some notices/errors, which I'm not shure if the can be ignored safely. It happens only at the index template - the others won't show these errors:I'm using following versions: CakePHP 4.1.4 DebugKit is loaded PHP 7.3.19-1
Thanks in advance