Steve McKinley

Results 19 comments of Steve McKinley

I'm having the same issue. Is there a planned fix for this?

Same here. Line 400 of IncomingMessage.php is failing: ```php $objNew->text = quoted_printable_decode(mb_convert_encoding( $objNew->plain, "utf-8", $objNew->plain->charset )); ```

Did you ever get anywhere with this? I'm having the same problem. Line 400 of IncomingMessage.php is failing: ```php $objNew->text = quoted_printable_decode(mb_convert_encoding( $objNew->plain, "utf-8", $objNew->plain->charset )); ```

Ok, I might give it a go. I'm surprised this hasn't been requested already. Thanks for your response.

Would you care to have a look at this and see if you might want to merge it? https://github.com/mcki0127/yii2-gallery-manager/commit/8b45dcc19824123aaa993a4c3992eaecfadcfab3

My composer config looks like this: ``` "minimum-stability": "dev", "require": { ... philippfrenzel/yii2fullcalendar":"*", ... } "config": { "process-timeout": 1800, "fxp-asset": { "installer-paths": { "npm-asset-library": "vendor/npm", "bower-asset-library": "vendor/bower" } } }...

It's not finding the assets because they're not there. The CoreAsset sourcepath is: `public $sourcePath = '@bower/fullcalendar/dist';` But there are no files in the dist directory. ![bower](https://user-images.githubusercontent.com/14854272/59969135-e68caa00-953e-11e9-93c3-e6f2469da8c7.jpg) Just for kicks,...

https://github.com/ColorlibHQ/AdminLTE/tree/master/bower_components/fullcalendar/dist

With @rumours86 solution, I'm getting: philippfrenzel/yii2fullcalendar 3.9.0 requires bower-asset/fullcalendar-scheduler ^1.9.2@stable -> no matching package found.