Zend Server is a PHP application server product line offered by Zend Technologies.
0
votes
0answers
42 views
How to serialize/unserialize Java Object in PHP?
Here is my scenario?
I'm working on a project with the following specifications:
PHP Application (based on Yii Framework) Deployed on Zend Server which has Java Bridge.
We've deployed a Custom Jar ...
0
votes
0answers
7 views
How to debug a request from ZendQueue?
i am using the ZendQueue for some jobs in my PHP application. I want to debug when the queue is executed by then ZendServer. Is that technically possible?
0
votes
0answers
8 views
Zend debugger php5.4 - remote debugging
I cannot seem to make a connection to remote debug server I keep seeing this in the log but no joy.
I see it is permission denied but do not understand for what?
failed to connect to ZDD on ...
0
votes
2answers
22 views
Localhost install of wordpress on zend server, style is absent
Here's what i did:
- installed the wordpress db table from a .sql backup file.
- installed all plugins and themes for my site.
- made the site url and wordpress url to be localhost
- also changed the ...
1
vote
1answer
39 views
Zend Framwork crashed when newrelic was enabled
I created a new ZF1 application (1.12.0) with zf tool like this:
zf create project test
I then enabled the layout as follow:
zf enable layout
And when I enabled newrelic I got this error:
PHP ...
0
votes
0answers
19 views
Zend Guard Run-time support missing on Zend Server
Thank you first upon for reading this post.
I am trying to deploy an PHP application on Zend server with encoding the PHP source code. For that purpose I am using Zend Guard, Zend Studio and Zend ...
-3
votes
0answers
26 views
Do I need Zend Server to Run a Zend Rest API
Do I need Zend Server to Run a Zend Rest API
I am working with Zend Framework 2, and I have created an Restful API, however my company decided not to use Zend server. Now I want to use red had ...
0
votes
0answers
20 views
Zend Deployment Error Commons libs not found
I am new at Zend Server, trying to deploy a PHP application developed in ScriptCase (a PHP tool) and deployed it into a Zend server. The deployment process of Scriptcase consist of making ...
0
votes
0answers
4 views
ZendServer codetracing automatically re-enabled
we have some ZendServers running for us and we use to switch off codetracing as that creates a lot of data. But after some days or weeks we find it running again. We have switched it off in the server ...
0
votes
2answers
52 views
MySQL does not list sql file imported tables on a Mac with MySQL Workbench
I am unable to solve this.
I have installed Zend Server on a Mac. I also installed MySQL Workbench. I have imported a SQL Schema from a .sql file to MySQL database via command line. The schema ...
0
votes
0answers
33 views
Running Zend Server alongside Softaculous AMPPS?
I currently do most of my local server testing using Softaculous AMPPS. However, I would like to see if I can install and run Zend Server under the same AMPPS Apache installation without disrupting ...
2
votes
0answers
76 views
Zend Server resets to defaults on Zend Studio 10 startup
I' m running Zend Server 6.0.1 and Zend Studio 10 on Mac OS X Mountain Lion. Because Zend Servers Apache listens to port 10088 by default on Mac OS, I changed that in Apache configuration file to port ...
1
vote
0answers
148 views
Zend Server 6 apc not working
I have installed Zend Server 6 on Windows 7. Downloaded non thread safe apc dll (php_apc-3.1.10-5.4-vc9-x86.zip) from here. When I add apc extension in php.ini zend server is not starting. There were ...
0
votes
2answers
440 views
PHP::SoapClient instead of Zend_Soap_Client in (Zend Server with Zend Framework Version 1.10.7)[SOLVED]
I have all my SOAP Calls successfully working in PHP CORE (When I run them in WAMP) . But when I try to just add the same code to Zend Server,for some reason it says "The server encountered an ...
0
votes
1answer
89 views
Zend Server 6 with OSX 10.8.2 … issues with PHPUnit
I really like ZS6, but I'm having issues with PEAR and PHPUnit on OSX 10.8.x.
After ZS6 installation to default paths, PEAR seems to working fine from the command line, however, for some strange ...
0
votes
1answer
27 views
Wrong parsing url - index.htm/index instead of index/index
I've installed Zend Server CE on Lubuntu. On Zend Server CE on Windows, and also on my hosting everything works fine.
my public/.htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
...
2
votes
1answer
90 views
Getting 404 Error when the URI is right
I am using PHP 5.4, Zend Studio and Zend-Server.
I am getting an 404 error when I use this uri:
http://localhost/MyExample/public/index.php
but when I use this uri I get the right page to display:
...
0
votes
1answer
184 views
Apache2 / ZendServer / PHP - Controller URL request gives 404 not found
I have the following application structure which resides inside:
C:\Program Files (x86)\Zend\Apache2\htdocs
In my Apache 2.2.22 httpd.conf file
DocumentRoot "C:\Program Files ...
0
votes
1answer
68 views
PHP Setup with Zend Server and Apache - Win 7
I've installed: Zend Server 6.0 -- Apache 2.2.22 -- Zend Studio 9.0.3
All located in their own sub-folders, inside *C:\Program Files (x86)\Zend*
4 line test script
<php
echo ...
0
votes
0answers
33 views
zf cmd commands doesn't work
I try to use zf create controller in zend framework. but when I use any command related to zf.bat, System show me this error : CLI has stopped working
this is Error link: ...
0
votes
0answers
98 views
How to configure APC in Zend Server CE?
I've installed Zend Server CE (debian 6). Turned on APC on ZS console.
But phpinfo() shows one point:
Nomore info about APC.
I added this settings to php.ini:
[APC]
apc.enabled = 1 # Turn APC ...
0
votes
2answers
122 views
Zend server CE - Will not load .php file rather downloads it
I installed Zend Server CE on Windows 8. When I try to load a .php file in my browser it does not load but downloads the php file instead.
My root for the server is C:\Program Files ...
0
votes
2answers
115 views
how to check the magento is running on zend server
I am on cent os. I want to install magento on zend server as directed by my TL. I have removed my Apache by command 'yum erase httpd'. later i installed zend server. I verified zend server by running ...
0
votes
0answers
35 views
System.setProperty in Zend Java Bridge
I'm using GSS API to implement custom authentication scheme and I need to apply "java.security.auth.login.config" settings from config file as follows:
...
0
votes
1answer
224 views
Unable to route anything except '/' in Zend framework 2
I am using the Zend Framework 2 with Zend Studio 10 and Zend Server.
The skeleton application run fine, but anything except '/' cannot get routed too, it just returns a "The requested URL was not ...
0
votes
1answer
132 views
What does Zend Server Community Edition install for you?
This page says Zend Server Community Edition installs a "Complete PHP Stack that includes ZF". What does that mean? Does it install Apache? MySql?
Thanks.
0
votes
1answer
35 views
ZendServer CE - change database type?
I am using the trial version of the Zend Server edition. From all the videos/documentation supposedly you are able to change the database version from SQLITE to MySQL, but all I get when deploying an ...
0
votes
0answers
36 views
I don't get error selecting a non created db in my .php, after uninstalling zend server, Mac.
Blockquote
So i have now tried a few different local servers. I did not like zend server that much so i deleted it (drag the icon from Applications to the trashcan, but before that right clicked ...
0
votes
0answers
272 views
Zend Server Community Edition .htaccess issue
I am a new user of Zend Server. For some reason Apache is not reading my htaccess file in the project folder. please check my settings:
Document root:C:\Program Files\Zend\Apache2\htdocs\
project ...
0
votes
1answer
111 views
How do i run .php on localhost using zend server?
I have installed Zend server. When i log on to Zend server, monitor and Server info, it says:
Installation path: /usr/local/zend/share/ZendFramework
I can't access any of these folders, or even ...
0
votes
1answer
30 views
Problems with Zend
I have downloaded and installed Zend Server community edition. I am on a mac.
I have tried to changed the path in
/usr/local/zend/apache2/conf/httpd.conf
so that it pointed at a test file in my ...
0
votes
1answer
76 views
Xdebug Profiler with Zend Server - No output / dumps
I cant seem to get Xdebug to dump out anything from the profiler. Xdebug itself works just fine, but the profiler is having issues, these are my php.ini settings:
-
[XDebug]
...
2
votes
1answer
687 views
Zend Debugger with Zend Server 5.6.0 & PhpStorm 5.0
I am running Zend Server 5.6.0 which is PHP 5.4 and I am using PhpStorm 5.0. I am looking to put some profiling and debugging in place.
I have configured everything that I can see in PhpStorm, when I ...
5
votes
1answer
125 views
popen and poclose under zend-server
I've stumbled upon a phenomenon that I can't explain myself.
I'm using popen to execute php and then execute a php script that way, and pclose to close that.
So far so fine. I ran into quite some ...
0
votes
1answer
358 views
HTTP Authentication won't work on localhost Zend WAMP server
I've been working through PHP, MySQL, Javascript & CSS 2nd edition by Robert Nixon (O'Reilly 2012). I've managed to set up a database on my WAMP server (Zend server).
The book then shows how to ...
0
votes
3answers
76 views
Can Jquery load method be used for getting data from PHP?
I am using zend framework project which is been created by using zend studio.
Also there is a Jquery project which is created separately.
I have deployed jquery project in tomcat, and on click of ...
0
votes
0answers
121 views
php-cli INI path in case of zend server in ubuntu
I am working on a ZF project which is installed on a Zend Server. Now I need separate INI file form web and cli. Now how can be accomplished into Zend Server Setup or it is already present ?. I know ...
0
votes
0answers
41 views
How to setup a Zend Job
I'm using phpcloud.com to host my application and I would like to setup a scheduled job.
I understand that I can create a new job using the Zend server api.
$jq = new ZendJobQueue();
...
0
votes
1answer
129 views
How can I restart Apache in Zend Server CE? [duplicate]
Possible Duplicate:
how to restart apache in zend server
I installed Zend Server in Windows 7. I made a few changes in the http-vhost file.
How can I restart the Apache in Zend Server CE?
0
votes
1answer
299 views
installing phpunit on zend server
Hi All I have gone through many related question to this problem but I am still unable to get the solution. I have installed Zend Server. Now I want to install PHPunit. I have installed pear and then ...
1
vote
1answer
395 views
Issues writing text to an image with PHP ImageMagick
I have attempted to create a png with imagemagick with the following code.
<?php
/* Create some objects */
$image = new Imagick();
$draw = new ImagickDraw();
$pixel = new ImagickPixel( 'gray' );
...
1
vote
2answers
1k views
how to restart apache in zend server
Hi all I have installed Zend Server CE on my local computer (using window). I have made some changes in http cofig file. Now I want to restart apache? I haven't found any option to restart apache. ...
-2
votes
1answer
54 views
How to implement data cache java [closed]
I am developing a service layer which can serves for PHP so i want to develop it as a jar file and give it as a library. so please help me out how to implement data cache in java....i saw ...
0
votes
0answers
55 views
Speed up MediaWiki's importTextFile.php?
Currently generating wiki mark up text files to the *IFS.
Then importing these files with QSH CMD('php-cli importTextFile.php /pathSTRMF')
The files are about 56k in size.
My issue is that it takes ...
0
votes
0answers
160 views
Site license for zend server [closed]
I'm a little confused about the way in which Zend Server is licensed.
I like the ease of use which Zend has incorporated into it's app server package and would like to use it across a range of servers ...
0
votes
0answers
400 views
Cannot access mysql by command line on Zend server on Windows 7
I recently installed the latest Zend Server CE 5.6.0 SP4 on Windows 7 complete with php and mysql.
At first the Zend Server wouldn't work as I think there was some conflict with ports with my ...
0
votes
2answers
211 views
Would Zend Server be useful here? [closed]
I am in the process of putting the finishing touches to a very complex webapp which will go into beta shortly. My PHP coding style involves writing scores of small scritps that get reused in ...
0
votes
0answers
80 views
Uploading big images with Zend Server causes image corruption
I currently migrated from AMPPS to Zend Server CE Version 5.6.0. I didnt have any problems uploading big image files on AMPPS (Ive uploaded a file thats about 10000x7000, 150dpi and 200Mb without ...
1
vote
1answer
169 views
PHP: Zend Server on VM guest, Zend Studio on host, debugging is very slow
I have the following configuration running:
The host is a MacOSX Lion system running a guest Debian 6 Server in an Oracle VirtualBox environment.
The Debian server runs Zend Server. The host has ...
0
votes
1answer
198 views
How to turn on CGI/FastCGI on Zend Server for Ubuntu Server?
When using Zend Server on the Windows, CMS systems like Joomla runs OK but when I'm installed default Zend Server CE on my live Ubuntu Server - I have problems with file permissions probably because ...




