Why PHP_CodeSniffer shows errors No response from codesniffer? - phpstorm

In PhpStorm 2021.1 working with Laravel 9 I have
"squizlabs/php_codesniffer": "3.7.1" installed and periodically I got errors
No response from codesniffer :
But I have PHP_CodeSniffer installed and checked it is installed and activated.
Any hints how these errors could be fixed?

Related

Getting Error while installing Ejabberd in windows

I'm trying to install Ejabberd in the windows but getting the error that Error running post install script . I have tried version 20.04 and 20.02, in both the version I'm getting same error.
I have tried many options like
Install as an administrator
Uninstall then Goto C:\ProgramData\ejabberd\ and delete the ejabberd folder and reinstall.
Run postinstall.cmd file manually which is located in ejabberd\bin folder.
But none of them worked. Can anyone help me to solve this?
Error image: https://user-images.githubusercontent.com/46276226/84561409-b484e100-ad69-11ea-9c68-b5cc6b76c40b.PNG

Chrome dev editor can't get packages, and can't run the basic app

I have installed a Chrome dev editor tool, created a dart web app, and I unable to run it I get this error when I try to run it image
Then I tried to get the packages "Pub Get" and get this error image
I installed the dart via brew still the same.
I don't know what exactly causes your first error message but the 2nd is caused by an old Dart SDK version. Dart before about 1.8.0 isn't able to parse version constraints using the shorthand notation ^

unable to configure phpstorm 9 debug on mac

I am trying to configure phpstorm debug. My php files from my remote server which is on example.com have GET calls and its not working .I have installed chrome extension but when I try to debug php on chrome .Nothing happens. The path where phpstorm in local/bin/php and xdebug is installed in /usr/local/etc/php/5.5 . Under Interpreters /usr/bin/php : php version is 5.5.27 and debugger is not installed.But when I enter php --version in terminal I get :
Zend Engine v2.5.0,
with Xdebug v2.3.3,
I have installed MAMP pro and have added /Applications/MAMP/bin/php/php5.5.10/bin/php in PHP Interpreter .I can see xdebug 2.2.4 .But I would like to debug single php on server not php-webapp. How can I do that?
I am trying to configure it for more than a day but it's not working.I really appreciate any help.

Trying to run a HTML application but server could not find right bundle

I tried to run a HTML file that I coded on netbeans in eclipse. I downloaded the web tools platform in the eclipse marketplace. Then I configured the server but when I tried to run the file, I got a popup box with an error saying:
'Starting J2EE Preview at localhost' has encountered a problem. Could not find the required bundle org.eclipse.jetty.webapp. Does anyone know where I could get this bundle. I have eclipse luna.

Chromedriver failing to launch or connect

Up until today, I have been using chromedriver to drive my watir-webdriver tests, and I have had no problems. My server still works and runs tests on the same version of the chromedriver and chrome.
I have tried updating to the latest chromedriver, which is the chromedriver 2 experimental build. This fails due to what I can only assume are still bugs being worked out of it.
I have also tried rolling back to the previous version of chromedriver with no success.
If anyone has any experience with this, I would really appreciate your expertise. I am sure it will turn out to be something simple I have overlooked.
gem versions:
watir-webdriver (0.6.2)
selenium-webdriver (2.29.0)
cucumber (1.2.1)
trace from the chromedriver below
Started ChromeDriver port=9517 version=26.0.1383.0
log=C:\Projects\oms_acceptance_tests\src\chromedriver.log
[6136:5300:0212/122320:ERROR:master_preferences.cc(110)] Failed to read master_preferences file at C:\Program Files (x86)\Google\Chrome\Application\master_preferences. Falling back to default preferences.
[6136:5300:0212/122320:ERROR:gpu_info_collector_win.cc(82)] Can't retrieve a valid WinSAT assessment.
test\automation\proxy_launcher.cc(107): error: Value of: app_launched
Actual: 5
Expected: AUTOMATION_SUCCESS
Which is: 0
Error while awaiting automation ping from browser process
[0212/122321:ERROR:proxy_launcher.cc(556)] Failed to ConnectToRunningBrowser
[0212/122321:ERROR:automation_proxy.cc(319)] Channel error in AutomationProxy.
Unable to either launch or connect to Chrome. Please check that ChromeDriver is up-to-date. Using Chrome binary at: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe (Selenium::WebDriver::Error::UnknownError)
I would trying downloading newer version of chromedriver. Worked for me when I experienced similar issues.
To get rid of the gpu winsat error, try to update your display adapter.