zend-server

Having trouble with URI routing for modules in Zend Framework

故事扮演 提交于 2019-12-12 04:54:00
问题 I'm just starting off with Zend Framework, and I'm not quite sure what I'm doing wrong with the URI routing. I'm starting with an initial Zend Framework project in Zend Studio based in my htdocs folder (I'm using Zend Server as well on Windows 7). Everything up to there seems to be working fine getting the index page up (it's running out of the /public/ subdirectory). But when I try to add a module though, in this case called Users with a controller called Index, and following the

virtual LAMP server, developing on mac. what's the best way to achieve this?

核能气质少年 提交于 2019-12-11 11:58:54
问题 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, but do the actual development on the mac side. I really just want the server to run silently in the background whilst all dev work is handled on the mac. Has anyone set up something like this and would be able to point me to a fairly concise tutorial? Some of the challenges (for me) are : accessing

WinXP - PHP Startup: Unable to load dynamic library php_ibm_db2.dll

百般思念 提交于 2019-12-11 10:36:43
问题 Running Windows XP Professional SP 3 PHP Version 5.3.14 Zend Server Version 5.6.0 Apache/2.2.22 (Win32) mod_ssl/2.2.22 PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\Zend\ZendServer\lib\phpext\php_ibm_db2.dll' - The specified procedure could not be found. in Unknown on line 0 Here is everything in my "Path" variable. C:\app\adam\product\11.2.0\client_1 ;C:\app\adam\product\11.2.0\client_1\bin ;%SystemRoot%\system32 ;%SystemRoot% ;%SystemRoot%\System32\Wbem ;C:

PHP gettext method gives empty response

╄→гoц情女王★ 提交于 2019-12-11 05:44:43
问题 When using the php gettext method like: error_reporting(E_ALL); gettext("string"); //OR _("string"); The server gives an empty response absolutely no output not even an error. When commenting both methods out the page works like expected. Firefox: The connection was reset Chrome: No data received Safari: {shows empty page} I'm using: latest Zend Server locally on my Mac with OSX Mavericks (10.9.1). Hope someone can help, I'm trying to fix this for about 2 weeks now and nothing seems to work.

my php script stops exactly after 120 seconds

試著忘記壹切 提交于 2019-12-08 03:15:15
问题 I am using codeigniter while i am importing table data row by row to a mysql tables where rows are more than 25000 in the table so it takes time to read from one table and insert into another table. I noticed that every time i run the the my script like: http://domain.local/importdata it stops the script after importing some rows and after checking the time of its execution its exactly 120 seconds always. I tried to set_time_limit(0); but no use still it stops after 120 seconds. in phpinfo()

How to turn off default HTTP status code errors in Zend Server?

本小妞迷上赌 提交于 2019-12-07 23:56:26
问题 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 401, it gives me another 401 error appended to my 401 page: Is there any way to turn it off? I use Zend Server Community Edition 5.0 with PHP 5.2. EDIT: It seems to be default Apache error handling. Is there a way to disable it? Preferably without having my own error pages. ADDITIONAL EDIT: I

How to turn off default HTTP status code errors in Zend Server?

谁说我不能喝 提交于 2019-12-06 04:45:00
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 401, it gives me another 401 error appended to my 401 page: Is there any way to turn it off? I use Zend Server Community Edition 5.0 with PHP 5.2 . EDIT: It seems to be default Apache error handling. Is there a way to disable it? Preferably without having my own error pages. ADDITIONAL EDIT: I tried to edit my .htaccess with ErrorDocument directives. It still gives me my error page (blank page) +

zeromq php extension for windows

社会主义新天地 提交于 2019-12-04 15:59:34
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 php.ini and when I enable it form zend admin it shows an error "The system could not load this extension" and in logs "PHP Startup: Unable to load dynamic library 'C:\Program Files\Zend\ZendServer\lib\phpext\php_zmq.dll' - The specified module could not be found. in Unknown on line 0". I have tried to build extension (.dll) from source but it also didn't work. On http://www.zeromq.org/bindings:php its

what is oradiag_<user> folder?

空扰寡人 提交于 2019-12-03 22:18:52
I see these in the my Linux folder hierarchy after installing the Zend Framework. /oradiag_root/ /user/myuser/oradiag_myuser/ /user/myuser/oradiag_root/ This name reminds me of Oracle. But I did not find any official documentation about this. I didn't install any Oracle server. What's going on here? I never installed Oracle on my system and don't know why these directories kept being created, but I finally managed to stop them from reappearing. Here's how it's done. First, head over to: cd ~/oradiag_<username>/diag/clients/user_<username>/host_*/trace/ and then head sqlnet.log You should see

how to restart apache in zend server

混江龙づ霸主 提交于 2019-12-02 07:51:35
问题 I have Zend Server CE installed on my windows computer. I have made some changes in httpd cofig file. Now I want to restart apache. I haven't found any option to restart apache. There is just one option "Restart PHP". Can any body tell me from where I can restart apache in Zend Server CE? 回答1: You say you are using windows? Zend Server with Apache installs a small application that lives in your tray called " Apache Monitor " you can use this application to restart apache. 回答2: first you need