Larry E. Lutz
Larry E. Lutz
Thanks so much for that bit of assistance. The entry in my app/config/bootstrap file looks like this: ``` php CakePlugin::load( array( 'Users.Users', array('routes' => TRUE), 'Utils.Sluggable', 'ClearCache', 'AclExtras', 'AclManager', array('bootstrap'...
Sorry, I had to move on to some other things, and am only now getting back to this. I have not found any solution. For some reason, this plugin just...
I'm having the same issue. This apparently has to do with some recent changes because I was able to upload files back in July. There are no messages if any...
I also tried uploading a PNG with the same results.
The good news is that the extension dlds/yii2-attachments works just fine without any errors. Unfortunately, it's not quite as full-featured as the nemmo extension, but unlike the nemmo extension, it...
Thanks, @maxxer , but it gets even worse. I got to thinking, What if the problem is in the rbac migration since this approach would involve it as well. (I...
@linhtinh92 I'm afraid that I don't understand. Branch Master has in it's composer.json, `"laravel/framework": "5.5.*",`, which would prevent it from upgrading the laravel framework to anything above 5.5. Are you...
@mikemand Actually, 4.0-dev can't be found by composer. Here's what I get: ``` D:\xampp\htdocs>composer create-project asgardcms/platform:4.0-dev memehope [InvalidArgumentException] Could not find package asgardcms/platform with version 4.0-dev. create-project [-s|--stability STABILITY] [--prefer-source]...
Actually, it should be asgardcms/platform:4.0.x-dev; the .x is essential. Unfortunately, the dev branch seems to be unusable at this point. Going to /en/backend throws stream of error messages about certain...
@motchju, that didn't improve matters. I ran `npm run prod`. By the way, why `prod` instead of `dev`? The specific error that I'm getting is: ``` ErrorException (E_ERROR) Unable to...