Tagged Questions
The zend-server tag has no wiki summary.
4
votes
2answers
366 views
Zend Server experiences
The other day I was looking into Zend Server and I was wondering why I would use this? OK, they say it's all tested and mission critical and Enterprise ready etc. But to me that's just the marketing ...
3
votes
2answers
85 views
How do you define the term 'failing function'?
In a presentation about Zend Server, the author lists the features of Zend Monitor. One of these features is called:
Zend Monitor will watch your application for failing functions
What does this ...
3
votes
2answers
192 views
Undefined or defined index ? Decide
I have strange problem.
Line 61: $this->_currentRoute = Default_Model_Routes::getInstance()->getCurrentRoute();
.......... other code ..........
Line 86: ...
3
votes
1answer
157 views
What Constitutes a Retry in the Job Queue?
I originally posted this question over at the Zend Forums but figured it would also be wise to post here.
What has to happen, exactly, for a job to retry? I've tried timeouts, 50x response codes, and ...
3
votes
4answers
4k views
what is oradiag_<user> folder?
I see this in the Debian folder hierarchy after installing Zend Framework.
/oradiag_root/
/user/myuser/oradiag_myuser/
/user/myuser/oradiag_root/
This name reminds me Oracle. But I did not find ...
3
votes
2answers
1k views
Profiler for Zend Server (Zend Debugger)
I'm looking for a PHP profiler that works with Zend Server (CE). From what I can tell, XDebug is a pain to setup with Zend Server. While Zend Debugger is free (as I understand it), the Profiler is ...
2
votes
4answers
438 views
Optimising the Zend Framework
I'm trying to get as much performance as I can out of my application, which uses the Zend Framework.
I'm considering using the Zend Server, with APC enabled. However, I need to know a few things ...
2
votes
1answer
125 views
php, zend debugging, svn setup for many developers
I'm trying to create an environment for many users to develop many php projects on.
I've installed Zend server community edition on a Windows 2003 server.
I've shared the apache/htdocs folder.
Each ...
2
votes
2answers
84 views
Eclipse PHP Zend: running old script even though it has been modified and saved?
i am running eclipse php with zendserver and debugging with zend debugger. that all worked. however, i just reinstalled windows 7 due to a computer crash and dragged over my eclipse folder from my old ...
2
votes
1answer
746 views
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 ...
2
votes
3answers
821 views
How to turn off default HTTP status code errors in Zend Server?
Every time I return some status code in my PHP code, Zend Server gives me following error appended on the bottom of my website (with the message of HTTP code I returned). So for example, if I return ...
2
votes
2answers
636 views
Use Zend_Queue without Zend Server
Is it possible to use Zend Queue without to have Zend Server installed on a server ?
1
vote
2answers
98 views
how to install .jar file onto zend server CE and call it from a php script
I have the zend javabridge working. Now I want to call a .jar file myWebTest.jar with an class of the same name. Then i want to call a function testWeb which returns a hello world string.
This in ...
1
vote
2answers
372 views
How do I upgrade APC on Zend Community Server (needed for Symfony2)?
I am running latest Zend Community Server and want to learn Symfony2 but the config.php gives me an error that my APC (alternative php cache) is deprecated and I have to upgrade it.
I'm running OS X ...
1
vote
1answer
166 views
ICU upgrade for intl extension on zend server ce macosx
Where do I install the new version of icu for intl ext on zend server ce macosx?
I tried as described on readme file but it installed it in /usr/local/lib and zend server is in /usr/local/zend
Zend ...
1
vote
0answers
91 views
Zend Server vs newrelic
I need to select one solution for deep monitoring of a production environment based on PHP and MySQL.
Help us discover and recreate bugs that made it into the production environment
Help us profile ...
1
vote
2answers
249 views
virtual LAMP server, developing on mac. what's the best way to achieve this?
I'm currently running a virtual Ubuntu Server on my mac via Parallels. It is really quite alright, but working in the virtual environment can be a little slow.
I am looking to just run the server, ...
1
vote
1answer
722 views
Difference Between Zend Php/Zend server and simple php/Wamp server
I am beginner and wanna to learn few things before i start php dev/learning . What is the difference between Zend Studio/Zend server and simple Eclipse Php (PDT)/wamp server..
Where we should use ...
1
vote
1answer
505 views
How to set up virtual hosts properly on a windows machine using Zend Community CE?
I have set up Zend Server CE on a windows machine and am having the hardest time setting up virtual hosts. No matter what I do, links on my local machine are showing "localhost" in the path causing ...
1
vote
1answer
1k views
How to install and activate ImageMagick (imagick) with Zend Server?
I'm trying to install and activate ImageMagick with Zend Server (on Ubuntu Server Linux), how could achieve it? (the documentation does not say how to add extra extensions)
1
vote
1answer
139 views
Zend Server Version?
How can I receive the Zend Server version by a PHP script running on this Zend Server?
phpinfo() and the commandline php -v does not tell the Zend Server version!
1
vote
1answer
250 views
Whats happening with Zend
I apologise in advance as this is not stricltly a coding question, but, I wanted to canvass as wide a spectrum of opinion as possible.
I have been using hte Zend php stack (among others) for some ...
1
vote
1answer
298 views
Should we stop using Zend WinEnabler?
Our system uses Zend WinEnabler. Do you use it? Is it obsolete? Should we stop using it? Is it known to cause handle/memory leaks?
Here is an (old) introduction to it: "PHP Creators Unveil New ...
0
votes
0answers
17 views
How to share files between servers in Zend Server Cluster Manager
I'm going to store translation strings in db for multilingual website and generate from this data .php, .csv or .mo files, for Zend_Translate component. The problem is that I don't know where and how ...
0
votes
1answer
30 views
Apache2 .htaccess is being ignored
I recently reinstalled Zend Server (which includes Apache2) to a different directory on my machine, and moved my project there. However, I ran into a bit of a problem. Apache appears to be completely ...
0
votes
0answers
14 views
How do I setup ruby on Zend Server installation?
I have Zend Server set up - recently I've required to try my hand at ruby however I would like to set it up on the server installation that I already have rather than install a whole new instance of ...
0
votes
0answers
133 views
Zend php.ini throws error on command line
I try to run a zend framework script on the command line.
This works well but every time I execute a php script it gives me
a lot of warnings and errors back, What is the problem? and how can I ...
0
votes
1answer
63 views
Action Helper by name EntityManger not found
Just started building an app with the zend framework. I've working on a zend server 5.5. When I try to open the first controller I created, I get the following error message:
Application Error
...
0
votes
1answer
78 views
create project permission denied in htdocs
I just downloaded the Zend Server on Windows 7. When I try and create a project in the apache2/htdocs folder, I get the following error statement:
C:\Program Files (x86)\Zend\Apache2\htdocs>zf ...
0
votes
0answers
52 views
Jobs are re created in Zend Job Queue
I have created a zend job, which creates further multiple jobs (i.e 10).
Two jobs out of 10 are time consuming and are unpredictable sometimes execute early and vice-versa as they are dependent on ...
0
votes
0answers
26 views
ZS administrator interface not connecting
I have installed the zendserver in my ubuntu server.
My webserver default page http://localhost/ is working fine.But when i am trying to connect to http://localhost:10081/ZendServer getting ...
0
votes
1answer
230 views
Alternative for Zend Job Queue
Is it alternative solution for Zend Job Queue what could be used without Zend Server ?
My application need to accept quick request and provide quick response (receipt) and limit this part to database ...
0
votes
1answer
189 views
do you know any alternative port number for zend server?
do you know any alternative port number for zend server ?
because my port 80 is already occupied by xampp
<?php echo "help me install"; ?>
0
votes
1answer
68 views
How do i set up Zend Server?
I have a mac, and want to set up Zend Server. I am not a php developer but experimenting and when in stalled it and all, i can access the administration control etc, but when i try to add my own code ...
0
votes
1answer
102 views
Doctrine 2 ODM - saving nested embedded documents works in development environment but not in the production environment
if have a record that looks something like this:
{
'title' :'test',
'subdoc' :[{
'title' : 'sub test',
'subdoc2' : [{
'title' : 'sub 2 test';
...
0
votes
2answers
167 views
configure Zend server CE if a machine doesn't support ipv6
I have installed latest Zend Server CE in my notebook (it has Win 7 installed) and then
I installed it on my desktop machine. But when you start server controller there is an alert saying Connection ...
0
votes
2answers
115 views
Problem with installing Zend Framework and using zf script
I have install ZendFramewrok with instruction on: http://framework.zend.com/manual/en/learning.quickstart.create-project.html and when I try to run command like
php -i
I get this error:
...
0
votes
1answer
190 views
zeromq php extension for windows
I am using Zend server configured with IIS 7.5. I searched for edit: zeromq php extension, I found these http://valokuva.org/builds/ and http://snapshot.zero.mq/
I have tried to add extension in ...
0
votes
2answers
338 views
Zend_Tool problem
This is the third time I'm installing zend studio and zend server now these two are installed succesfully (after half a day). But when I'm trying to create a new project I always get this zf error...
...
0
votes
1answer
207 views
mod_rewrite Zend Server
Can not get my mod_rewrite to work with Zend Server
My urls are giving the following error
Not Found
The requested URL
/forums/main-forum.2/ was not
found on this server.
...
0
votes
2answers
136 views
White page even with full error_reporting and display_errors
I have a really, really weird situation here. I'm working on a local development server with Zend Server installed. I have full error reporting and display errors, but I'm still getting a white page. ...
0
votes
2answers
534 views
How to install sqlsrv php driver on zend server?
I downloaded "Microsoft Drivers for PHP for SQL Server (V 2.0.1)" from Microsoft website and move it to php_sqlsrv_5.3_nts_vc6.dll to "C:\Program Files\Zend\ZendServer\lib\phpext\" next to "php5.dll".
...
0
votes
1answer
85 views
Error while installing Zend Server
Everything went fine except,
chmod: cannot operate on dangling symlink `/usr/local/zend/var/log/access.log'
chmod: cannot operate on dangling symlink `/usr/local/zend/var/log/error.log'
I simply ...
0
votes
0answers
117 views
How to keep Zend Server and Apache on the same machine? [closed]
I came across a problem having these two servers on one machine under Ubuntu OS. When I wanted to link database using Symfony framework I got a warning that there's no such a files like mysql.so etc. ...
0
votes
1answer
165 views
Custom events for zend server monitor
I have complex SOAP web-service build in PHP with Zend server.
I want to create custom monitoring events in out system.
I are already using "Custom Events" with aggregation hinting but it`s not ...
0
votes
1answer
161 views
Will Zend Studio 8.0 Javascript debugger able to debug Jquery? How?
How can i debug a jquery.js file using zend debuggger? Is it possible or
i can debug only pure Javascript file
If js file included in phtml file and if i am debugging the controller php file.
How ...
0
votes
3answers
318 views
How can i display PHP version, Zend Server Version and apache version?
I would like to print PHP, Apache and Zend server version by running a PHP script.
What all commands or functions are there to display these result?
Am not looking for phpinfo();
How can I print ...
0
votes
2answers
863 views
Ubuntu-Apache: How to start automatically apache at boot?
I have zend server. So I tried to make an option in System->Preferences->Sessions
Added /usr/local/zend/bin/zendctl.sh.
Also tried /usr/local/zend/bin/zendctl.sh start-apache and ...
0
votes
0answers
100 views
Placing SQL server in a Zend Server environment
our developers want to migrate from individual installations of php, apache and mysql to a more integrated environment. So they decided to switch to ZendServer installed on a VMware Workstation image ...
0
votes
1answer
205 views
using zend framework with zend server
I am considering to use Zend Framework in a future project in a Linux Environment. I did the introduction tutorial and quite liked the framework. Yet there's one question i couldn't really find an ...