[Eclipse] Zend PDT installation error

Got this error while trying to install Zend PDT plugin for Eclipse:
An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.zend.php.debug.debugger,5.3.18.v20110322
No repository found containing: osgi.bundle,org.zend.php.debug.debugger.win32.x86,5.3.18.v20110322
No repository found containing: org.eclipse.update.feature,org.zend.php.debug_feature,5.3.18.v20110322

Googled around and found the workaround to solve this. Apparently, we just need to get the features jar, the plugin jar and the platform specific plugin. And all these are available on Zend download sites.

Missing files - Feature
  1. Download org.zend.php.debug_feature_<required-version> from http://downloads.zend.com/pdt/features/
  2. Unzip the feature jar into "/features" folder of eclipse folder.


Missing files - Plugins
  1. Download org.zend.php.debug.debugger_<required-version> from http://downloads.zend.com/pdt/plugins/
  2. Unzip the plugins into "/plugins" folder of your eclipse folder.

  1. Download org.zend.php.debug.debugger.win32.x86_<required-version> from http://downloads.zend.com/pdt/plugins/
  2. Unzip the plugins into "/plugins" folder of your eclipse folder.

Restart eclipse, if you still have problem, restart with the -clean option.

:)

Comments

Popular posts from this blog

[Azure Websites PHP] Cross Domain request results in blank response page after Preflight HTTP OPTIONS

[Magento] Create Contact Form with Dynamic Recipient