3dgroup
3dgroup
Never been able to get my Nanobox working on Windows 10. Everything is fine on my Mac. - Windows Firewall off. - VM has been created. - I can ping...
This is a really good extension but i have an issue: Whenever i set jsFileCompile to true and load some AJAX my js events doesn't' fire. E.G. Load page Click...
### What steps will reproduce the problem? Added the following to backend/config/main.php `'cache' => Yii2tech\Illuminate\Yii\Caching\Cache::class,` Added the following to config/yii.php ``` 'middleware' => [ 'container' => [ '__class' => Yii2tech\Illuminate\Yii\Di\Container::class,...
Am i missing something or is there an explination for this, but extended summery does not show unless i remove display:none from this line: Line 666 of TbExtendedGridView: echo '';
I have some unexpected results returned within my application; here is an example: ``` $schedule = SLASchedule::create()->from('08:00:00')->to('17:00:00')->onWeekdays(); $sla = SLA::fromSchedule($schedule); $result = $sla->duration($start, $end)->totalMinutes; ``` start: 27/04/2023 15:43:00 end: 28/04/2023...
I really want to start using nanobox for my projects. But one of them uses the Solr php extensions. Is there anyway you could add this to the list of...