470 questions
0 votes
1 answer
173 views
Error Accessing Zend Server Web-Interface, "gui directive not found: zend"
I have a problem with Zend Server (2019.0.4). When I try to access the web-based interface it gives me HTTP 500. The exact error in the php.log file is this: [07-Jan-2022 18:49:12 UTC] PHP Fatal ...
0 votes
1 answer
186 views
Debugging a Laravel application using Zend Studio breakpoints
I want to use server breakpoints in Zend Studio to debug a Laravel application. However I am unable to find any documentation involving how to set up Zend Studio breakpoints to work with a Laravel ...
0 votes
1 answer
90 views
How get Eclipse to find attributes and methods?
I finish my evaluation of PhpStorm and I got back do Zend Studio today. When implementing my classes and methods I can't get the Zend Studio find methods, classes and not even php built-in functions. ...
1 vote
1 answer
38 views
How to enable full variable view in Zend Studio 11.0 Debug Expression details pane
In Zend Studio 11.0 Debug mode Expression details pane variable length is truncated to 1024 How to see whole variable in(details pane)? Setting limit to zero(unlimited) or big number is ignored, ...
1 vote
1 answer
166 views
Escaping output may help protect from which common security vulnerabilities?
Clickjacking Cross-Site Scripting Cross-Ste Request Forgery SQL Injection This question is part of PHP 7 certification guide by ZEND. The provided answer in the guide seems to be wrong! My answer is ...
0 votes
1 answer
41 views
I can't connect to a staging site developed in Zend Framework
I made a staging for a site developed in the zend framework. All cPanel has moved to a new server. Unfortunately after making the changes on my pc in the host file I can not see the site. Do I have to ...
0 votes
0 answers
132 views
Ignore platform reqs in Zend studio composer when installing dependencies
In Zend studio how can I set composer to ignore platform reqs as I need to add PHP so extensions to my composer file for the heroku dependencies but don't want to install them on my local machine as ...
1 vote
1 answer
165 views
Zend Studio13.6.1 BUG !! Zend Studio says class does not exist, but it does
Error picture I have this code: <?php class Test2 { public function hello() { echo "hello"; } } $t=new Test2(); //Class 'Test2' not found echo $t->hello();` Zend Studio ...
0 votes
1 answer
347 views
Zend Studio issue adding Zend Server - Windows 10
I am trying to add Zend Server to a new installation of Zend Studio. As soon as i click add server i get the following error: An internal error occurred during: "Adding local Zend Server". For input ...
2 votes
1 answer
449 views
overlaps the location of another project in zend studio?
I do not know, How to add the same project in the workspace with same name. I have setup a project in zend studio. I have setup a workspace xyz. There I added two projects of php. projectA and ...
0 votes
1 answer
86 views
How to get Zend Studio to recognize and autocomplete functions in the global scope?
Zend Studio underlines existing function names with yellow squiggly lines, even when I explicitly include a file that contains declaration of those functions. Example: It used to not do that and I ...
3 votes
0 answers
213 views
Encoding PHP - How to encode php using Zend Studio?
I am new and unfamiliar with Zend studio and I was tasked to encode my php code for a project. I had a hard time following this tutorial and can't seem to get anywhere. Can anyone help me get on the ...
1 vote
1 answer
146 views
How to solve hang issue of zendstudio 13.6 while comparing js file
I am using Zendstudio 13.6 from past 2-3 weeks. I am facing hang issue on my linux system while comparing js files using team synchronization svn compare. Similar issue happens when opening xsd file ...
0 votes
1 answer
452 views
How to debug web php project step by step using eclipse luna
I need to Debug line by line in my php project. I'm Trying many ways like xdebug/Zend etc. I'm using Eclipse Luna Php IDE. Could anyone please guide me? I've wasted the last 2days without success.
1 vote
0 answers
113 views
Automatic type-hinting for Zend Studio service locators
My question is almost identical to this one, however it is regarding a different IDE. When using a service in Zend Framework 2, I use code similar to the following: $myService = $this->...