I am using Zend Studio for Eclipse 6.1.

I have all the AMP stack installed.

However, when I load the ExampleProject in Zend Studio for Eclipse, and right click on a script, choose run as-PHP web page, I got a "The Page cannot be found" error.

This is the setting I set in Eclipse,

and this is the error.

However, when I run as PHP script, I didn't encounter any error at all.

link|improve this question

72% accept rate
feedback

2 Answers

Your Apache is running but seems that the URL doesn't match with your server public folder, and that it's giving you the error you show, a 404 Page Not Found.

Check if your project source files are in the right place, normally in the htdocs folder.

link|improve this answer
I got it working... thanks!! – Graviton Feb 28 '09 at 11:56
feedback

I have fully figured out how to debug PHP webpage in Zend Studio for Eclipse.

Here's the link.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.