PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, January 6, 2022

[FIXED] Composer detected issues in your platform - cpanel fatal error

 January 06, 2022     composer-php, cpanel, laravel, php     No comments   

Issue

I tried to deploy laravel 8 in the Cpanel of Hostgator and Imported database and all the files on the domain folder. while running the project it shows the error.

Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 7.3.0". You are running 7.1.14. in /home1/genetco/laravel.oaccoman.com/vendor/composer/platform_check.php on line 24


Solution

Change version of the domain from cpanel. Laravel required more than 7.3 version. I am facing same issue. Resolve from capnel using multiphp option.

Change version to 7.3

See error : You are running 7.1.14



Answered By - V-CHHETRI
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing