Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
44 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
40 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
113 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
90 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
45 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
108 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
71 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
117 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
61 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
83 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
235 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
89 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
106 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
29 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
121 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
0answers
262 views

Nginx alias - run php app in subdir

I am running a Zend Framework application on Nginx with Ubuntu 10.10. Everthing is working fine when set up in the root folder. But I actually would like to use an Alias in order to run the app from a ...
0
votes
1answer
134 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
694 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
223 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
143 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
419 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
225 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
158 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
175 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
169 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
192 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
578 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
106 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
1answer
205 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
306 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
546 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
835 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
132 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
311 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
286 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
90 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
393 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
388 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
902 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
347 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
926 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
972 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 ...
1
vote
1answer
3k views

How can I update Zend Engine API? Ubuntu

How can I update Zend Engine API? I'm running PHP 5.2-5-3 ubuntu 4.1 I'm trying to run lampp, but I get this error for xdebug. Starting XAMPP for Linux 1.7.1... Xdebug requires Zend Engine API ...
0
votes
2answers
433 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 ...