Home > Article > Backend Development > How to solve eclipse php error reporting problem
The solution to eclipse php error: first install eclipse; then install php in eclipse; finally select the [select all] option during the installation process.
Recommended: "PHP Video Tutorial"
eclipse installation php error report
eclipse reported the following error when installing php. I only knew that I needed to install other things first, but I didn’t know what to install. Finally, I selected them all and solved the problem.
Cannot complete the install because one or more required items could not be found. Software being installed: PHP Development Tools (PDT) Composer Support 5.0.0.201706130902 (org.eclipse.php.composer.feature.group 5.0.0.201706130902) Missing requirement: Composer Core 5.0.0.201706130902 (org.eclipse.php.composer.core 5.0.0.201706130902) requires 'bundle org.eclipse.dltk.core 0.0.0' but it could not be found Cannot satisfy dependency: From: PHP Development Tools (PDT) Composer Support 5.0.0.201706130902 (org.eclipse.php.composer.feature.group 5.0.0.201706130902) To: org.eclipse.php.composer.core [5.0.0.201706130902]
The above is the detailed content of How to solve eclipse php error reporting problem. For more information, please follow other related articles on the PHP Chinese website!