I have followed the instruction, created a new php project in zend studio, and

"Under the contents category, ensure the 'create project on a local server' option is selected. The directory path should point to the document root of your Zend Server."

And then, I created new php file in that project, "run as php web page", it works.

But the next day, I did the same, start the zend server, zend studio, and go to the same project, create a new php file, and "run as php web page", this time, it doesn't work.

I got "page not found error". That file is not in the zend server directory. But the page I created yesterday is in the zend server directory.

What could be the problem?

The windows os is vista, and I do have skype running there. Some threads said that zend server and skype might fight for port 80. I disconnected skype, zend studio still cannot publish to the zend server and run as php web page. (run as php script is working).

Should I uninstall skype to remove skype at all from the machine running zend server?

And where are these files in zend studio projects? If they get published to the zend server, I can find it in zend server. But if they didn't get published to the local zend server, they are in the work space of zend studio, but what is their physical path on my C driver?

    Not sure about the Zend Server publishing as I never use Zend Server.

    Your workspace would be at C:\Users<username>\AppData\Roaming\Zend I believe; however, it could be in C:\Users<username>\Zend.

    If you can't find it after that, open Zend Studio, go to Window --> Preferences and under the "General" category select "Workspaces". In there should be a checkbox which says "Don't ask for default workspace on startup" (or something similar). Uncheck that box. Then Apply your changes and close out and reopen Zend Studio. When it reopens, a pop-up box should show up asking you where you want your workspace to be located. The current value is the current workspace location.

      Write a Reply...