1

I installed Zend Studio 8.0 and ZendServer-php-5.3.5-5.1.0-Windows_x86.exe.
But I am having problem running a PHP code.
I tried to run the default template DebugDemo.php.
It loads the url
http://localhost/ExampleProject/DebugDemo.php and shows the error:
404 Not Found. The requested URL /ExampleProject/DebugDemo.php was not found on this server.
I clicked on the icon (Open Zend Server Event list in Browser)
It opens up a web page where at the bottom it states:
The license key is not set. Zend Server will run as Community Edition until a valid license is entered Error

Have I missed something or gone wrong in configuring zend studio??

Thom Wiggers
  • 6,938
  • 1
  • 39
  • 65
user646093
  • 1,495
  • 3
  • 15
  • 20
  • Does ExampleProject/DebugDemo.php exist under the web server root? – Thom Wiggers Apr 07 '11 at 16:15
  • I am new to Zend Studio. So I dont know the term 'web server root'. The file exists in the default workspace *C:\Users\Kunal\Zend\workspaces\DefaultWorkspace7\ExampleProject\DebugDemo.php* I went through the preferences and the server configurations but couldnt find what may be possibly wrong. – user646093 Apr 07 '11 at 16:28

1 Answers1

0

The document root is set in the Apache configuration file httpd.conf. It is probably in c:\program files\Zend\Apache\conf\httpd.conf. You will need to change it to C:\Users\Kunal\Zend\workspaces\DefaultWorkspace7.

The license you will need to add under Administration -> License. If you are a ZCE you should have gotten a free one. If you simply downloaded the trial you will need to get a trial license. I believe the link to do that is also on the license page.

Kevin Schroeder
  • 1,296
  • 11
  • 23