Monthly Archives: April 2016

PHPStorm “cannot find vm options file”

PHPStorm kept throwing this error when I tried to open it: “cannot find vm options file” Troubleshooting I reinstalled but quickly figured out my problem. In the past when I would install a new EAP (Early Access Program) it would keep the shortcuts I moved off of my desktop to the rocketdock launcher, but it […]

Posted in Web Development| Tagged , , , , | Leave a comment

Fix “502 Bad Gateway” error on NGINX with PHP, ISPConfig, and WordPress

The Error I recently added a new site through ISPConfig and I was receiving 502 Bad Gateway errors when trying to access a WordPress install I was trying to set up. Diagnosis This error is due to the PHP endpoint not existing when the server tries to access it. I noticed that the web .sock in […]

Posted in Web Development| Tagged , , , , , | 1 Response