Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
970 views
in Technique[技术] by (71.8m points)

localhost - PHP errors after reinstall wamp 3.2.3 and PHP 7.3

I am facing 2 errors after Reinstalling WAMP 3.2.3 and PHP 7.3, the Errors are:

Cannot validate since C:wamp64inphpphp7.3.21php.exe is not a valid php executable. Use the setting 'php.validate.executablePath' to configure the PHP executable.

and

PHP executable not found. Install PHP 7 and add it to your PATH or set the php.executablePath setting.

I also Set the Environmental Variables in system, and in VS Code I tried these:

{
"php.validate.executablePath": "C:\wamp64\bin\php\php7.3.21\php.exe",
  "php.executablePath": "C:\wamp64\bin\php\php7.3.21\php.exe"
} 
{
"php.validate.executablePath": "C:wamp64inphpphp7.3.21php.exe",
  "php.executablePath": "C:wamp64inphpphp7.3.21php.exe"
} 

also, I Tried,

{
"php.validate.executablePath": "C:/wamp64/bin/php/php7.3.21/php.exe",
  "php.executablePath": "C:/wamp64/bin/php/php7.3.21/php.exe"
}
{
"php.validate.executablePath": "C://wamp64//bin//php//php7.3.21//php.exe",
  "php.executablePath": "C://wamp64//bin//php//php7.3.21//php.exe"
}

Please tell me the Solution. Thank you

question from:https://stackoverflow.com/questions/65949640/php-errors-after-reinstall-wamp-3-2-3-and-php-7-3

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...