nabeelio / phpvms

virtual airline management
http://www.phpvms.net
BSD 3-Clause "New" or "Revised" License
173 stars 143 forks source link

pireps page error #802

Closed avs-code closed 4 years ago

avs-code commented 4 years ago

Describe the bug Entering in to http://phpvms7.argavirtual.com/pireps show this error:

Facade\Ignition\Exceptions\ViewException
Argument 1 passed to Carbon\CarbonInterval::setLocalTranslator() must implement interface Symfony\Component\Translation\TranslatorInterface, instance of Carbon\Translator given, called in /home/argavirt/phpvms7.argavirtual.com/vendor/nesbot/carbon/src/Carbon/Traits/Difference.php on line 778 (View: /home/argavirt/phpvms7.argavirtual.com/resources/views/layouts/default/pireps/table.blade.php) 
Carbon\CarbonInterval::setLocalTranslator
vendor/nesbot/carbon/src/Carbon/Traits/Localization.php:154

Version 7.0.0-dev+200901.1e4b0d

To Reproduce Enter in to your_url/pireps section

Additional context laravel-2020-09-02.log

.htaccess

# Use php7.3
AddHandler application/x-httpd-ea-php73___lsphp .php .php73 .phtml .htm .html
AddType application/x-httpd-ea-php73___lsphp .php .htm .html .shtml
nabeelio commented 4 years ago

Can you remove your vendor directory and reupload it?

avs-code commented 4 years ago

Fixed!, What I did wrong to next time?

nabeelio commented 4 years ago

Did you update from beta to dev? There was some library update which didn't get cleaned up fully in an overwrite

avs-code commented 4 years ago

I use the dev versions, when I want the last I upload the files again.