Zend Studio cannot detect Zend Server

PHP version 5.3.1, Zend Studio 7.1.1.v20091227

Zend Server Community Edition 5.0 (Build: ZendServer-CE-5.0.0GA_RC181-5.3.1-Windows_x86)

Apache / 2.2.14 (Win32) mod_ssl / 2.2.14 OpenSSL / 0.9.8k

Windows 7 Home Premium 64-bit

I installed Zend Studio, downloaded and installed Zend Server. Zend Studio does not automatically detect Zend Sever. When Zend Studio is running, I get the following warning bubble

No local installation of Zend Server has been detected. Click here to learn more about Zend Server.

The Zend server is definitely up and running. I can use the Zend Server web interface and run my PHP applications without any problems.

I tried to manually add the server to Zend Studio with the following steps:

  • Servers> New Server
  • Add Server Name = Zend Server
  • URL document root = http: // localhost
  • Done
  • Set Properties (Zend Server Tab)
  • Enable server integration Zend = Y
  • Zend server url, use default = N
  • Zend Server URL, Suffix URL = / ZendServer
  • Zend server url, port number = 80
  • Authentication Password =

When I select the "Show Server Event List" option, Zend Studio correctly opens a browser window with the Zend Server web interface displayed (with "This feature is only supported in the Zend Server Commercial Edition".)

Restarting Zend Studio results in the same warning message stating that Zend Server was not detected.

At first I thought that maybe the Zend Server Community Edition is not compatible with Zend Studio, but that doesn't seem to be the case. Is it possible that there is a version conflict between the installed components or some 64-bit incompatibility of Windows 7? Any help would be greatly expanded.

+4
source share
2 answers

This identical question was addressed by Zend developers at the Zend Forum here: http://forums.zend.com/viewtopic.php?f=59&t=5809

+2
source

I had the same issue with integrating Zend Studio 10.1 and Zend Server 6.3.

The solution is to add the IP address of your computer to Zend Server.
You can do this in the Zend server configuration -> Studio Integration -> Allowed Hosts.

0
source

Source: https://habr.com/ru/post/1304348/


All Articles