-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error php artisan migrate #103
Comments
Downgrade to php 7.2 |
bro, when im trying run sudo add-apt-repository ppa:opencpn/opencpn code for downgrade php i got error message. `sudo add-apt-repository ppa:opencpn/opencpn OpenCPN is a free software (GPLv2) project to create a concise chartplotter and navigation software for use as an underway or planning tool. OpenCPN is developed by a team of active sailors using real world conditions for program testing and refinement. |
Try something like this:
Not sure it will work on Kali though... |
i got some error on ubuntu linux :/ |
what do you get when you do |
php 8.2 :/ |
I got this error message when I tried to downgrade PHP sudo apt install php7.2 |
Install it like this
|
I tried but I got this error sudo apt-get install php7.2-fpm php-mysql -y Reading package lists... Done |
Sounds like you are skipping steps.... first
then
if 8.x or another is already installed you can switch versions with |
i got same error :/ user@user: Debian oldstable and stable packages are provided as well: https://deb.sury.org/#debian-dpa You can get more information about the packages at https://deb.sury.org IMPORTANT: The -backports is now required on older Ubuntu releases. BUGS&FEATURES: This PPA now has a issue tracker: CAVEATS:
PLEASE READ: If you like my work and want to give me a little motivation, please consider donating regularly: https://donate.sury.org/ WARNING: add-apt-repository is broken with non-UTF-8 locales, see LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/phpMore info: https://launchpad.net/~ondrej/+archive/ubuntu/php |
Use Ubuntu 20 or 22. |
didn't works :/ |
I doubt it |
i tried with php 8.2 but it doesn't work. |
At this stage I am getting this error, how can i fix this ? my php version 8.2.12
PHP message: PHP Fatal error: During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/nginx/html/vendor/laravel/framework/src/Illuminate/Collections/Collection.php:1443
The text was updated successfully, but these errors were encountered: