Questions tagged [zend-server-ce]

Zend Server Community Edition is the free edition of Zend Server, a PHP application server offered by Zend Technologies.

Zend Server Community Edition is the free edition of Zend Server, a PHP application server offered by Zend Technologies.

77 questions
0
votes
1 answer

Apache httpd is not restarting in centos

I install Zend server CE 5.6. With that Apache is installed automatically. Now I want to restart Apache server then it is showing error click here for image to see exact error any help why i cannot restart apache httpd service.....?
0
votes
1 answer

blank page in php apache centos 6.5

I have a webpage in PHP. When I click on a link, blank page is beeing displayed. No error is there. I already started php errors. I am using CentOS 6.5, Zend Server CE 5.5, PHP 5.3, Mysql phpinfo details Error log in /var/log/httpd/access_log…
0
votes
1 answer

Zend Server CE Apache mod_rewrite REQUEST_FILENAME SCRIPT_FILENAME Problem

there! I use this .htaccess file in a project: RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] It works well in Apache 2.2 Recently I started to use Zend Server CE , the ReWrite Rule didn't…
karelrooted
  • 11
  • 1
  • 2
0
votes
0 answers

CakePHP 3.0 installation: intl extension error (but php_intl is installed and activated) [ZendServer 6.3]

Problem 1 - Installation request for cakephp/cakephp 3.0.*-dev -> satisfiable by cakephp/cakephp[3.0.x-dev]. - cakephp/cakephp 3.0.x-dev requires ext-intl * -> the requested PHP extension intl is missing from your system. [..] but...…
Thomas
  • 1
0
votes
2 answers

Unable to Access Zend Server 5 CE after installation

I have previously installed WAMP on my windows, and now I am trying to install Zend Server 5 CE 5.3.1 Win x86. During the installation of Zend Server, there is a step asking about: web server port : 80 zend server interface port : 10081 I kept to…
jl.
  • 2,209
  • 12
  • 49
  • 61
0
votes
1 answer

Error Configuring Zend Server

I am trying to configure Zend Server CE based on the instructions in the book "Pro Zend Framework Techniques - Build a Full CMS Project". The book has me do the following: Alter httpd.conf from: DocumentRoot "C:\Program…
littleK
  • 19,521
  • 30
  • 128
  • 188
0
votes
1 answer

PHP Startup: Unable to load dynamic library json.so wrong architecture

I'm using laravel and thus require the command line to run artisan commands. When doing so, php gives me the following errors: "Warning: PHP Startup: Unable to load dynamic library '/usr/local/zend/lib/php_extensions/json.so' -…
Jorre
  • 17,273
  • 32
  • 100
  • 145
0
votes
0 answers

Zend Server CE, PEAR Problems, and PHPUnit

I have Zend Server CE installed on OS X (10.7.5), I installed PHPUnit via PEAR $ which pear /usr/local/zend/bin/pear $which php /usr/local/zend/bin/php $php -v Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies with Xdebug v2.2.3,…
R Down
  • 2,292
  • 2
  • 17
  • 23
0
votes
2 answers

PHP::SoapClient instead of Zend_Soap_Client in (Zend Server with Zend Framework Version 1.10.7)

I have all my SOAP Calls successfully working in PHP CORE (When I run them in WAMP) . But when I try to just add the same code to Zend Server,for some reason it says "The server encountered an internal error". Not sure what is going on! A call using…
Yash
  • 177
  • 2
  • 14
0
votes
1 answer

Switch the Zend Framework Version on Zend Server CE

So, I have recently installed the new Zend Server CE 6.0.0. Now, if I go to localhost:10081/ZendServer/ServerInfo/ I get the following info on top: PHP Version 5.4.11 Zend Server Version: 6.0.0 Zend Framework:1.12.1, 2.1.1** Zend Server…
0
votes
1 answer

zf-blueprint doesn't work

Installed Zend Server, downloaded Blueprint, when trying to start application it tells me: Fatal error: Class 'Memcache' not found in C:\Program Files (x86)\Zend\Apache2\htdocs\zfboilerprint\library\Bisna\Application\Container\DoctrineContainer.php…
0
votes
1 answer

Zend Server CE installation

I've so far been unable to find a working answer for this... And, let me say, I'm brand new to Zend/MVC. I've installed Zend Server CE on CentOS, running Apache. I'm able to use the Zend GUI interface (with the options like "Monitor, Applications,…
0
votes
0 answers

How to add a virtual host on a folder that is located on another computer?

I have Zend Server installed on my machine (windows 7 home edition) and I´m trying to set up a virtual host on a folder that is located in our server. For some reasons, I can't set an apache web server in there, so it must be done in my own…
darksoulsong
  • 13,988
  • 14
  • 47
  • 90
0
votes
1 answer

php require does not use include path order

I use Zend Framework and have the following custom file (this is the only file in this library!) in my own library (not de main ZF-library) : /home/web/library/php/Zend/Form/Element/Xhtml.php and my include path…
tihe
  • 2,452
  • 3
  • 25
  • 27
0
votes
0 answers

Error when adding resources params for connection to database

I'm adding this to application.ini into section production resources.db.adapter = "pdo_mysql" resources.db.params.dbname = "rzeki" resources.db.params.host = "localhost" resources.db.params.username =…
beetle
  • 193
  • 2
  • 4
  • 11