saeideng

Results 7 issues of saeideng

home page : `http://localhost/sub_folder` ```php $this->AssetCompress->url('css-combined.css'); ``` ### What happened returns ``` /assets/css/css-combined.v123.css ``` ### What you expected to happen should be ``` /sub_folder/assets/css/css-combined.v123.css ``` version : markstory/asset_compress | 3.3.0...

defect

Notice : Undefined index: template [ROOT/vendor/lorenzo/cakephp-email-queue/src/Model/Table/EmailQueueTable.php, line 61] tag: 3.3.1 (compatible with cake 3) https://github.com/lorenzo/cakephp-email-queue/blob/e298e33f59725834c1fcbd0273ce40d32095e3fa/src/Model/Table/EmailQueueTable.php#L61 solved in version 4 tag: 4.0.0 (compatible with cake 4) https://github.com/lorenzo/cakephp-email-queue/blob/47b9517122f0333d028b5c1f81dc55b99d1a2695/src/Model/Table/EmailQueueTable.php#L63 could you fix and...

hi, using new plugins with tiny I use ```php $this->loadComponent('TinyAuth.Authorization',[ 'multiRole' => true ]); debug($this->Authorization->getConfig('multiRole')); // returns `true` ``` then I checked it in `\TinyAuth\Policy\RequestPolicy` ```php debug($this->getConfig('multiRole')); // returns `false`...

my `phive.xml` ``` ``` I run `phive update` result ``` # phive update Phive 0.13.2 - Copyright (C) 2015-2019 by Arne Blankerts, Sebastian Heuer and Contributors Linking /home/.../.phive/phars/phpunit-7.5.18.phar to /home/.../bin/phpunit7...

enhancement
discussion