Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » PHP Perspective not available
PHP Perspective not available [message #511293] Mon, 01 February 2010 07:16 Go to next message
No real name is currently offline No real nameFriend
Messages: 2
Registered: January 2010
Junior Member
I followed a tutorial from phpdeveloperblog, and installed the Zend PHP All-In-One on Windows Vista, creating the files as in the tutorial. All was well. Then I wanted to install UML2 and ran into difficulties. Finally I removed the All-In-One Eclipse, installed the Classic 3.5.1 and had the UML2. After I reinstalled the PHP All-In-One, the PHP Perspectives were missing. The installed software shows four PDT features along with Zend Debugger 5.3.7v20091124. What am I missing?

Java 6 Update 18 is installed and running.

Thank you for you help with this perplexing problem.

Update:
I did not mention that eclipse was installed in C:\Program Files\Editors\eclipse\. I deleted that folder andthe workspace folder. Then expanded the .zip file into C:\Program Files\eclipse\, and allowed Eclipse to create the workspace folder itself. The PHP perspectives are now available.

[Updated on: Mon, 01 February 2010 13:08]

Report message to a moderator

Re: PHP Perspective not available [message #516167 is a reply to message #511293] Mon, 22 February 2010 23:22 Go to previous message
Matt  is currently offline Matt Friend
Messages: 3
Registered: February 2010
Junior Member
I used to have this problem a lot.

In the future if you have it check out:
http://www.ingo-renner.com/index.php?id=1&tx_ttnews[tt_news]=100&cHash=19eacfea5c

Specifically your .projectOptions needs to have:
<?xml version="1.0" encoding="UTF-8"?>
<phpProjectOptions>
<projectOption name="org.eclipse.php.core.contextRoot"/>
<projectOption name="org.eclipse.php.core.defaultEncoding"/>
<includepath/>
</phpProjectOptions>

Reload the project afterwards and it will be in the PHP perspective.
Previous Topic:Ctrl + leftclicking on function name doesn't work properly
Next Topic:Installing PDT on Debian Linux
Goto Forum:
  


Current Time: Fri Apr 19 04:56:40 GMT 2024

Powered by FUDForum. Page generated in 0.02136 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top