Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>It is a bug in pdt that seems to be fixed: <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?format=multiple&amp;id=350139" rel="nofollow noreferrer">https://bugs.eclipse.org/bugs/show_bug.cgi?format=multiple&amp;id=350139</a></p> <p>(I know I'm answering pretty late, but it will help other people that come from google)</p> <hr> <p>edit: how I fixed it on my computer (and I don't recommend you to do it like me):</p> <p>Got the latest stable nightly build of pdt from <a href="https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-indigo/" rel="nofollow noreferrer">https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-indigo/</a> which for me was: <a href="https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-indigo/166/artifact/build/N201107150957/" rel="nofollow noreferrer">https://hudson.eclipse.org/hudson/job/cbi-pdt-3.0-indigo/166/artifact/build/N201107150957/</a> </p> <p>There seems to be a way to update eclipse plugins by using pdt-Update-<em>.zip files explained here <a href="https://stackoverflow.com/questions/4142075/getting-eclipse-pdt-nightly-build-from-hudson">Getting Eclipse PDT nightly build from Hudson</a> . I couldn't do that on my computer and I didn't had time to investigate why it didn't worked. I got the other zip file (pdt-SDK-</em>.zip), removed the old plugins from eclipse library directory and put the new ones instead. It didn't work, the PHP perspective was nowhere to be found after that. So, I did a dirty hack: took org.eclipse.php.core_3.0.0.v201107150957.jar from the archive, removed the old one from the eclipse library directory (org.eclipse.php.core_3.0.0.v20110516-1100.jar in my case) and renamed the new one like the old one. </p> <p>I am aware that this may break things and I don't recommend to other people to do that unless they do it as a temporary hackish fix :-) </p> <p>I should have tried PDT 2 though... </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload