Closed r-valle-arca closed 4 years ago
I close this issue because I think it is a coding question. I will post it at the forum.
For anyone who would find himself in a similar situation, I reinstalled the following packages to solve it:
composer require kartik-v/yii2-datecontrol "dev-master"
output:
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 3 installs, 0 updates, 0 removals
- Installing kartik-v/php-date-formatter (v1.3.6): Downloading (100%)
- Installing kartik-v/yii2-krajee-base (v2.0.5): Downloading (100%)
- Installing kartik-v/yii2-datecontrol (dev-master 0e7057f): Cloning 0e7057f644 from cache
kartik-v/yii2-krajee-base suggests installing yiisoft/yii2-bootstrap4 (for Krajee extensions to work with Bootstrap 4.x version)
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Writing lock file
Generating autoload files
13 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
composer require kartik-v/yii2-widget-timepicker "@dev"
output:
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing kartik-v/yii2-widget-timepicker (dev-master 27847bf): Cloning 27847bf0a3 from cache
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Writing lock file
Generating autoload files
13 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Prerequisites
master
branch of yii2-datecontrol.Steps to reproduce the issue
Expected behavior and actual behavior
When I follow those steps and I try to access this view in the browser, I see...
I was expecting being able of rendering the form that contains a date or time field correctly.
composer.json
datecontrol module setup in frontend/config/main.php:
Environment
Browsers
Operating System
Libraries
Isolating the problem