Date Missing in field date/time Laravel

Asked

Viewed 180 times

0

I am facing a problem with my production environment and developing from the Laravel. The development environment is linux (using apache2 and php7.1, sql server drives 2014 properly configured) and the production environment is Windows using Xampp with php 7.2 (also with sql server drive 2014 properly registered).

The problem is that in the environment there are all fields that use the Carbon:: library generating "Data Missing" error, already in the production environment, the error does not occur.

I have already checked the Timezone of both php.ini files and they are identical and even then, the error persists.

  • Can you show the error log? But anyway I saw this error similar here (https://stackoverflow.com/questions/34968061/laravel-carbon-datamissing) any difficulty with English use Google Translator.

  • Guys, I got it. It was the PHP version. I upgraded php 7.1 to PHP 7.2 and it worked.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.