Tagged Questions

Zend Framework features include: All components are fully object-oriented PHP 5 and are E_STRICT compliant Use-at-will architecture with loosely coupled components and minimal interdependencies Extensible MVC implementation supporting layouts and PHP-based templates by default Support for multiple ...

learn more… | top users | synonyms

0
votes
0answers
22 views

Unable to Connect to ssl://cml.application.cz:443. Error #0: php_network_getaddresses: getaddrinfo failed: Name or service not known

I have two servers communicating via XML-RPC code in Zend is realy simple: $client = new Zend_XmlRpc_Client(Zend_Registry::get('config')->core->cml->url); return ...
0
votes
0answers
29 views

Default php extension dir?

I have issues with php finding its extensions. and be able to debug it's php code on my server. I use Zend Debugger with PHP 5.3 on Ubuntu server. I configured php.ini file with these properties to ...
1
vote
0answers
14 views

php script ran from crontab times out if other scripts are ran at the same time [migrated]

I have a server in my room with a duo-core processor and basic internet (nothing fancy) I'm running ubuntu 11.04 and I'm running a php script from the crontab. 0 3 * * * php back_up_to_s3.php This ...
2
votes
4answers
223 views

How to avoid index.php in Zend Framework route using Nginx rewrite

I am trying to get rid of index.php from the default Zend Framework route. I think it should be corrected at the server level and not on the application. (Correct me if I am wrong, but I think doing ...
0
votes
0answers
146 views

Setting up virtual host for phpmyadmin in Virtualbox

I have set up a virtual box to run zf-Bolierplate. This is working. Now I would like to set up phpmyadmin on the box to administer the database, but I have run into problems. From my browser, ...
0
votes
1answer
186 views

Fatal error: Uncaught exception 'Zend_Cache_Exception' with message > 'cache_dir must be a directory'

After doing my code update. I got this error. Could you help me figure this one out? I gave 777 permission to all of the folders. Thanks in advance! Fatal error: Uncaught exception ...
0
votes
1answer
85 views

Setting up virtual host by editing apache httpd.conf (for Zend framework) opens XAMPP page, not Zend's

Setting up a virtual host apache (for Zend framework application) opens XAMPP homepage, but I need Zend default project home page instead. Am I doing something wrong? I made a virtual host as ...
1
vote
1answer
409 views

How do I avoid public folder name from zend framework project URL?

I am a newbie with Zend framework. How do I run the url of project without the public folder name.I am using a shared hosting server .Anyway to change this by using .htacces ?. I should have the url ...
0
votes
0answers
174 views

Linux-shared host : Requested Url not found when Zend index controller is lowercase

I'm testing a Zend project on my shared-hosting with Linux server.I keep everything inside a folder 'Zend-project' not on the server public-root (cause I have there another project!). Problem: ...
1
vote
0answers
74 views

Zend autoloader not working from PHP config

Is the PHP config file (php.ini) supposed to have something in it that will enable Zend Autoloader support? Cause I am using it in my application and on one server and it's not working (it says it ...
0
votes
0answers
197 views

500 internal server error - zendframework - communication error

I am working on one of the website using zend framework on virtualmin(ubunto) Apache server. website was working fine, until I added following lines $part = $message; while ($part->isMultipart()) ...
0
votes
0answers
154 views

Setting Up Zend Framework on CentOS - Unsure where to place Zend folder

I have a CentOS server and am attempting to setup Zend Framework on it. The command which php outputs /usr/bin/php and php -i | grep include_path outputs include_path => ...
0
votes
1answer
324 views

PHP Fatal error Zend Uncaught Exception

I'm using Zend framework 1.11 to develop a site hosted on a centos server. Apache is running and documentroot is set to "var/www/html/public". When I copy my index.php file from my Zend Framework ...
0
votes
0answers
89 views

CentOS Apache Httpd Virtual Host configuration for Zend Framework application

I'm running CentOS5.6 (I Think) with Apache 2.2, Zend Framework and Zend Studio installed. I've read that it's best not to expose my workspace to the world and therefore understand that the public ...
-1
votes
2answers
111 views

PHP, Apache depends on what in terms of hardware? CPU? RAM? or DISK? or SPIN speed of DISK? [closed]

When Apache/PHP is running they need to use system resources such as hardware based CPU, RAM, DISK, because of those availability they run and process the inputs. What gives Apache/PHP very special ...
5
votes
1answer
340 views

Advice for Debugging Apache with PHP Segmentation Faults

Every hour or so an Apache child process seg. faults on our web server. We are running a non-threaded PHP 5.2.17 Apache module with Apache prefork MPM. I have run httpd with a few core dumps, gdb and ...
2
votes
2answers
134 views

PHP fatal error on Zend when upload local site to live site

I used Zend Framwork with Digitalus CMS. I work with ubuntu for test/developping, the website work perfectly fine there. The problem is when I migrate the website to the IIS production server, I get ...
0
votes
1answer
162 views

apache server stop working

My zend application stop apache server. It was working fine on Xampp 1.7.4 but for some reason i have to shift my all projects on xampp 1.7.0. So whenever i tried to open my application in browser i ...
0
votes
1answer
49 views

Problem accesing my zend framework app through lan connection to my ubuntu server hosting

What I Want to do: access my zend framework app from other computer in my private lan e.g: //192.168.x.x/my_app 192.168.x.x is my ubuntu server ip (from ifconfig) my_app is a virtualhost that I ...
0
votes
1answer
173 views

Config problem with Apache 2 on Win 7

The real problem is that I'm not terribly good with infrastructure, but you probably can't help me there. My issues today is that I'm trying to configure a virtual server on Win 7. I'm using Zend ...
0
votes
1answer
182 views

Which version of Zend FrameWork Should I learn 1.11.3 OR 1.8?

I want to learn the Zend Framework(ZFW). The latest version of ZFW is 1.11.3 . The problem is that I have some books(Zend Framework in Action , Zend Framework Techniques Build a Full CMS.Project ,Zend ...
1
vote
2answers
2k views

http://localhost does not work, http://127.0.0.1 works

Iam running Zend with Apache and got to see a strange behaviour.... If i type http://127.0.0.1 in my browser url, it works fine, but after typing: http://localhost, i will get a file download window, ...
0
votes
1answer
1k views

How do I fix the Apache error “client denied by server configuration”?

I am using cPanel and Apache, and I am seeing the following error in my error_log: [Wed Feb 02 09:06:04 2011] [error] [client 110.34.4.242] client denied by server configuration: ...
0
votes
1answer
270 views

how to redirect www.example.com to example.com via htaccess while on zend framework

as you may know zend framework uses .htaccess for redirection purposes so when I tried to follow this advice: http://techpp.com/2010/06/28/how-to-redirect-www-urls-to-non-www-urls-and-non-www-to-www/ ...
0
votes
1answer
184 views

configuration of zend frame work in ubuntu

I have created a project zfapi by zf command in ubuntu. Now http://mysite.com/path/to/zfapi/ gives me listing of folder public application and others. http://mysite.com/path/to/zfapi/public give me ...
1
vote
1answer
519 views

Installing Zend Framework GData on shared host

Been searching around Google for quite some time and cannot find any clear cut explanation of how to install and use Zend Gdata on a shared host. I e-mailed my hosting company's support department ...
1
vote
2answers
270 views

procmail don't execute php script

I have setup a kannel SMS gateway on my FreeBSD 7.2 - the service works great. I'm now trying to setup a email2sms feature. For this i have created a system user called kannel and all mails are ...
0
votes
1answer
200 views

Why Zend Framework doesn't render layouts after migration?

I'm not sure if this question belongs here or StackOverflow... Some time ago I wrote a web app using Zend Framework and since then it ran flawlessly on a standard shared hosting (lampp stack). I ...
0
votes
1answer
203 views

How do I deploy two zend frame work based apps in apache2 like the one in tomcat

I have two Zend framework applications called finance and fleet. Both of them have the same .htaccess file as indicated below RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} -s [OR] ...
0
votes
1answer
200 views

.htaccess conditional application of rules and error redirection

I'm looking to put a web application in production and I was wondering a few things about htaccess. Here is my htaccess (the default htaccess provided by Zend Framework) : SetEnv APPLICATION_ENV ...
1
vote
2answers
213 views

How to remove require_once calls in a directory (Win)

This is a linux shell command which will comment all require_once calls from certain directory in php files: % cd path/to/ZendFramework/library % find . -name '*.php' -not -wholename ...
0
votes
3answers
632 views

How to access localhost virtual server from another PC in network

we have more PCs in a network. There is an intranet application running on one of the se PCs under virtual server: <VirtualHost 127.0.0.1> DocumentRoot "D:\data\o\application\root" ...
0
votes
1answer
115 views

Why do I see long PHP/Apache requests when actual code execution is only 25% of the total request?

I've recently installed Zend Server 5 to take advantage of doing some code traces while improving performance in some areas of my app. I've been looking through some of my code traces where there are ...
0
votes
2answers
251 views

Magento Community - Hosting :: Need Advice which sharing hosting will run magento fast

Need Advice which sharing hosting will run Magento Community fast or some other not expensive solution. This website will not have a lot of users, I only need that it will run fast for 100-20 users ...
0
votes
2answers
339 views

Good Hosting Providers With Zend Framework Support [closed]

I currently use ixwebhosting for my hosting services. They're cheap and work (most of the time). The databases are horribly slow, the servers are horribly slow, and their support (though usually ...
0
votes
1answer
613 views

i get 500 error on http://localhost/zftutorial/public

Hi I new in Zend and Lamp, my software: Zend Framework, Ubuntu10.04,Lamp. I made my first Zend Project with Zend tool (according this tutorial ...
0
votes
3answers
934 views

Problem setting up Zend Framework to run with Netbeans

I am trying to get Zend Framework working with netbeans, but every time there is the error "php.exe"' is not recognized as an internal or external command, operable program or batch file. I am ...
0
votes
2answers
148 views

Granting read-write rights to my web application on VPS

Am currently testing a bulk CSV import functionality web application and I came across a error The given destination is not writeable My application is zend based and uses the MVC structure ...
0
votes
3answers
328 views

Zend Framework buitl-in ubuntu 9.10 server

anyone know if the Zend Framework is built in Ubuntu 9.10 server edition ? if yes, how to check it from command line?
1
vote
1answer
314 views

Ionics Rewrite Filter setup on IIS 5.1

I'm trying to configure IIRF 2 on IIS 5.1 running on XP Pro, so that I can run the Zend Framework. I've managed to get the filter running on a second website that I setup using one the IIS admin ...
0
votes
3answers
93 views

What is a proper server for this website

We are using zend framework, doctrine on our website, that will have the minimum of 2000 users daily, please consider that we prefer that the server has opcode caching. And any available technology ...
0
votes
1answer
434 views

Ubuntu add commands to the bash

I am using the Zend Framework. Lately I installed the last version of the ZF. I try to use zend tool from a terminal in ubuntu. When I do ZF show version I still see version 1.9.6. How can I make ...
1
vote
1answer
412 views

How to use a different version of Zend Framework when using Zend Server

I've installed Zend Server and Zend Framework is bundled with it. I've noticed that my new application uses the Zend Server version of Zend Framework (1.10), not the one I've pointed the /library/Zend ...
0
votes
2answers
1k views

problem with enableing apache mod rewrite on xampp

I'm trying to enable the mod rewrite on apache for xampp, I've uncommented the code LoadModule rewrite_module modules/mod_rewrite.so also I have the AllowOverride All as well but it's still not ...
2
votes
3answers
981 views

Zend Framework: XAMPP - Redirect/Rewrite

I'm using Zend Framework but I have a little problem: How could I redirect internal all requests from localhost/zendframework/ to localhost/zendframework/www/ What have to put into my ...
1
vote
1answer
370 views

Zend Framework optimization, tcpsndbuf & kmemsize

We're on the mid-tier DV Rage server on media temple using Zend Framework, and we've been getting QoS warnings in Virtuzzo pretty consistantly. We've spent the last week installing APC (tweaking that ...
1
vote
6answers
983 views

htaccess not working

Im starting with Zend Framework, and on their site there is this: http://framework.zend.com/manual/en/zend.controller.html#zend.controller.quickstart.go.rewrite RewriteEngine On RewriteCond ...
1
vote
2answers
2k views

what is lighttpd equivalent of RewriteCond %{REQUEST_FILENAME} !-f?

RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule !\.(js|ico|gif|jpg|png|css)$ /index.php This is Zend htaccess, I can't seem to find a lighttpd equivalent of ...
0
votes
1answer
1k views

How to: Zend .htaccess Lighttpd conversion

We are using Zend Framework, we switched from apache to lighttpd, main htaccess file for zend is this: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d ...
0
votes
2answers
451 views

Zend Framework Installation

I get this error after finishing the Zend Installation. Server error! The server encountered an internal error and was unable to complete your request. Either the server is overloaded ...