The PHP Company. Specializing in end-to-end solutions to help companies build, deploy, and sustain websites, mobile apps, and cloud environments. Products include Zend Server, Zend Framework, Zend Studio, Zend Developer Solution, and Zend Guard
Questions tagged [zend]
12 questions
4
votes
3 answers
How to solve "command not found" on Ubuntu bash shell?
I am very new to Ubuntu, struggling to find the proper command to install Zend Server on my Ubuntu 9.10 Server.
After downloading the ZF Server and extracting it, I try to run this command:
install_zs.sh 5.3
This is the ls of the extracted ZF…
redcoder
- 41
2
votes
0 answers
Zend Gdata include path issue
I'm having some trouble with a Zend Gdata install. I copied the files into the /usr/lib/php folder and ran a script that said all was working. However, when I go to run any demo script I get the following error:
Warning:…
Robert
- 21
1
vote
0 answers
PHP web application can't connect mysql installed with Zend Server CE on SuSE Linux 11.4
I had a running LAMP system.
SUSE 11.4 with Apache 2, MySQL and PHP 5.3
Then I installed Zend Server CE.
Everything is OK, but now I can't connect it to MySQL.
The MySQL Server is running.
If I uninstall Zend server CE and install the "normal" PHP…
Roland
- 19
- 1
1
vote
0 answers
Remove ionCube from CentOS server
Someone in our workplace encrypted some files with ionCube in our main code repository, I can't find any file related on how to remove this extension/module or whatever it is when I look to our PHP info file. Is there any way to remove this and have…
1
vote
2 answers
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 using WAMP server 2.0
it is installed in e:\wamp
My…
Starx
- 2,381
- 5
- 32
- 37
0
votes
1 answer
Installing Zend on CentOS is having dependency issues
I'm trying to install PHP's Zend Server on my CentOS VPS but it's having dependency issues that I can't seem to resolve.
zend-server-php-5.2-4.0-73.noarch from Zend_noarch has depsolving problems
--> Missing Dependency: php-5.2-gui-zend-server is…
rax
0
votes
0 answers
how to get php executable path file of a system remotely?
I want to debug php codes and I am using zend debugger in Eclipse environment and I have a remote server access(ftp). I used PHP_BINDIR to find out about the path file of the php executable file:
echo PHP_BINDIR
it results…
Nickool
- 293
0
votes
0 answers
Two errors on error log when trying to use ZF2 on CentOS with PHP 5.3.24
I am trying to use zend framework 2, i follow these instructions on centos6 via ssh.
http://framework.zend.com/manual/2.0/en/user-guide/skeleton-application.html
and when trying to start my website up, it gives an error, i go to the error log and i…
RSM
- 443
0
votes
2 answers
How can I make breakpoints work when debugging Zend Framework in Komodo IDE 7?
I am trying to use Komodo IDE 7 (7.1.3) to debug a Zend Framework (PHP) project. The project is being served by Apache on a Ubuntu Server and I am using Komodo on Windows 7 on the same LAN. The files are on a mapped drive corresponding to the root…
Technoh
- 142
0
votes
1 answer
PHP web application can't connect mysql installed with Zend Server CE on Mac OSX
I'm setting up development environment on Mac OSX.
However the PHP web application can't connect the mysql server installed with Zend Server CE.
The error information is below,
[Type] dbnot_connect
[2013] Lost connection to MySQL server at 'reading…
Kane
- 505
0
votes
1 answer
How to reapply Zend Framework nature to a netbeans project?
I'm working on a netbeans project with a Zend Framework "nature" on two computer synced by mercurial.
On the first computer, where the project has been created, project is marked as a ZF one and I can run ZF.bat commands in contextual menu.
On the…
-5
votes
1 answer
Sending mail via Zend_Mail_Transport_Smtp gives 5.7.1 error
I am using zend framework and i write the following code for sending a mail from another sever.Bu t dont know why it throws the following exception.
5.7.1 This email has been blocked. The email message appeared to contain a data leak
I am using the…
웃웃웃웃웃
- 93