Chris

Results 49 comments of Chris

that was not my case, i wasn't using any XDebug nor debugbar tools

same issue here. any work around? would it be caused by the breaking changes in the package cache manager? https://pub.dev/packages/flutter_cache_manager

I had to update the `iOS` platform to `12.0` and restart everything. thanks

I have error everyday upon purchase, new one today ``` When seeking help with this issue, you may be asked for some of the following information: WordPress version 5.5.4 Current...

i have tested and it is not working. The plugin `Rainlab/Translate` removed the model `Locale` and it is used in the component `Post` line 91 `foreach (\RainLab\Translate\Models\Locale::listEnabled() as $code =>...

replacing the line 91 in the component `Post.php` should do th trick for v3 ``` foreach (\RainLab\Translate\Classes\Locale::listEnabled() as $code => $locale) { ``` but it would required to test first...

excellent! thanks however, when I install the plugin on a new installation, I have this error `[2024-05-12 17:26:31] production.ERROR: Error: Class "IntlDateFormatter" not found in /var/www/valhiraoka.com/public_html/plugins/vojtasvoboda/twigextensions/Plugin.php:36` I tried to `composer...

checking in with you @artistro08 how are things going on that side ?