You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a project with composer and included php-quartz and formapro/values. There is no error in compile time but when I run program causes below error
PHP Fatal error: Uncaught Error: Class 'Formapro\Values\Cast\CastDateTime' not found in D:\Project\PHP\Scheduler\vendor\php-quartz\quartz\Triggers\AbstractTrigger.php:186
The text was updated successfully, but these errors were encountered:
update values lib version in composer. it installed the old one. @makasim
What did you mean by "update values lib version in composer" ? Can you please provide command for update?
I have run "composer update formapro/values" this command but "Nothing to install or update" is appearing.
I have created a project with composer and included php-quartz and formapro/values. There is no error in compile time but when I run program causes below error
PHP Fatal error: Uncaught Error: Class 'Formapro\Values\Cast\CastDateTime' not found in D:\Project\PHP\Scheduler\vendor\php-quartz\quartz\Triggers\AbstractTrigger.php:186
The text was updated successfully, but these errors were encountered: