phpStorm unusable after update
Answered
after last update my phpstorm turned into this
do anyone know how to fix this cause at the moment I can't use the program
Please sign in to leave a comment.
I wanted to add that this is on ubuntu 15.04 but I was unable to update my post due to a 403 in the response call
I have the same problem. I'm on Kubuntu 15.10 and the layout looks the same. Please help!
Jeez, this is really bad!
any ideas on this one yet?
(sitting in PS 10 until this is solved =P
Interesting picture indeed...
I suggest to submit proper support ticket where you can provide some private details -- see the "submit new ticket" link in the page header -- https://intellij-support.jetbrains.com/hc/en-us/requests/new
Just do not forget to attach your screenshot as well as idea.log file (for 2016.1 version)
A clean reinstall helped couple of users, please give it a try.
will submit a ticket for this
a clean install has not helped me (to be honest I have not reinstalled java but) fully removed phpstorm and install the latest version did not solve this for me
still nothing yet ?
Could anyone facing this issue upload a log file please? We'd like to take a look.
here is my log - http://jd.hofyland.cz/phpstorm/idea.log
any news ?
I did a full reinstall of my computer and switched to arch and now it works, sadly this does not resolve the issue for the rest of you =/
and what version of OpenJDK do you have ?
Jiri, I can see there are some 3rd party plugins are loaded on a startup. Could you please delete/rename your plugins folder and check PhpStorm after that? Issue might've been causing by Atlassian plugin.
I've tried this and no change - http://jd.hofyland.cz/phpstorm/idea_without_3rd_plugins.log
now I tested version 2016.1.1 EAP 145.844 and still the same problem... :(
Thanks for an update. I would suggest to submit a bug report at http://youtrack.jetbrains.com/issues/WI#newissue=yes
That way developers will be able to look into it in details.
hooray, I figured it out :) .... PhpStorm is using custom OpenJDK in /jre/ folder, not java installed in the system. Just rename the jre folder. :)
I have this version of java and it works:
java version "1.8.0_77"
Java(TM) SE Runtime Environment (build 1.8.0_77-b03)
Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode)
Thanks for letting others know. Here's an article about changing JDK version: https://intellij-support.jetbrains.com/hc/en-us/articles/206544879 for anyone interested