Questions tagged [zend]

Zend Framework (ZF) is an open source, object-oriented web application framework implemented in PHP 5/PHP 7

Zend Framework (ZF) is an open source, object-oriented web application framework implemented in PHP 5/PHP 7 and licensed under the New BSD License.

16 questions
10
votes
4 answers

How to stop Apache access.log grooving every few seconds?

I installed a fresh Ubuntu 12.04 Server + Zend Server CE (MySQL / PHPmyadmin) from deb http://repos.zend.com/zend-server/5.6.0_ubuntu1204/deb server non-free Repository. My apache2/access.log looks like this and grooving every few seconds: ::1 - -…
3
votes
2 answers

Does the apache/php5 package include Zend?

I'm loading up a fresh development computer for one of my new hires. As a standard, I put in a very basic LAMP server on all of our development computers. The one I'm currently loading is running 12.04 x64. I load in the following…
jwegner
  • 131
2
votes
0 answers

Installing IonCube on Ubuntu without root privileges

I'm attempting to install IonCube loaders via the ionCube Loader Wizard. I selected "local" and then on the next step, I get the following message: Please note that the following problem currently exists with the ionCube Loader installation: The…
NotJay
  • 121
  • 4
2
votes
2 answers

Install lamp-server using tasksel

I recently have started to work on ubuntu for web development. Initially I installed Zend server on my Ubuntu 12.04.3 LTS. But later I decided to go with "lamp-server", so I un-installed the Zend server by running…
user11
  • 123
  • 1
  • 1
  • 4
2
votes
1 answer

Where is zend-framework library?

I've installed zend-framework following the commands: sudo add-apt-repository ppa:zend-framework/ppa sudo apt-get update sudo apt-get install zend-framework zf.sh works but I was expecting the framework to be in /usr/local/Zend and there is…
1
vote
1 answer

How to update Zend Server Community?

I have Ubuntu 11.10 and zend-server 5.3.8-ZS5.5.0. So I would like to update it time by time. But I don't even know which packages it uses. If I do apt-get update it doesn't help.
Anthony
  • 125
  • 4
1
vote
1 answer

Zend Studio 9 crashes after Ubuntu 14.04 upgrade - Segmentation fault

I have a big problem after upgrading my Ubuntu to the 14.04 version. I am a developer and I use the Zend Studio 9 to develop my web applications. When I start the Zend Studio 9 I get a Segmentation Error. $ /home/mypc/Scrivania/ZendStudio No bp log…
1
vote
1 answer

Installing/Configuring Zend Debugger for Eclipse PDT

I`m unable to configure in IDE or install properly Zend debugger. Installed php5.6 libapache2-mod-php5.6 and so on. Downloaded Zend debugger for php5.6 separate from other zend stuff. (It last available separate from zend studio, thats why I choose…
LeonidMew
  • 2,802
0
votes
1 answer

error encountered while installing zend server

Got the following error while installing zend server Errors were encountered while processing: libapache2-mod-php-5.5-zend-server zend-server-php-5.5 E: Sub-process /usr/bin/dpkg returned an error code (1) I tried sudo…
Bhawin
  • 103
  • 1
  • 1
  • 6
0
votes
1 answer

Problems with instalation of Zend-framework

When I type this command: apt-get install zend-framework I am getting this error: dpkg: error processing zend-framework (--configure): dependency problems - leaving unconfigured Errors were encountered while processing: php5-common php5-cli …
0
votes
1 answer

Set up PHP and Django Virtualhosts on a single Apache2 Server

Here is the problem: I want to host several development projects in Zend, Drupal, and Django on a single Apache2 server. While I have had this working in the past, the method of getting it to work was messy. How does one set up Django and PHP in…
Adam
  • 524
0
votes
1 answer

Getting Started with Zend

I have a Zend Framework installed on my pc and when I add some actions in Index Controller I get a 404 ERROR, but if I write some actions on another controller let's say TestController the file will be sent to browser. My apache2.conf…
0
votes
3 answers

How to disable Zend Server CE auto start?

I'm using Ubuntu 12.10 (Quantal Quetzal) and Zend Server CE 5.6. For some reason I want to try XAMPP, but Zend Server CE automatically start every time I boot up my laptop. Is there a way to stop it? I don't want to uninstall Zend Server CE.
aserww106
  • 259
  • 2
  • 6
  • 16
0
votes
1 answer

lock zend studio to launcher/dash gnome shell

I am using Zend Studio in Gnome Shell and I can launch Zend Studio from the folder binary file, but I don't get the option to lock it to the dash as a favorite. Any idea on how I can go about doing that? Thanks.
Goddard
  • 4,860
0
votes
2 answers

How do I configure the PHP Zend Framework in Netbeans?

Anyone installed zend-framework plugin? I installed it, but cannot create any php-zend-framework projects. Here is a screenshot: In this project I am not able to check the checkbox (neither zend nor symfony). Any ideas?
S L
  • 1,939
1
2