Note that there are some explanatory texts on larger screens.

plurals
  1. POException when trying to migrate zend files to local host
    primarykey
    data
    text
    <p>I'm trying to run a php zend files from a server to local host (migrate). I've change the configuration that i know of but when I try to run it, the error below shows up in the browser;</p> <pre><code>Array ( [0] =&gt; Zend_Controller_Dispatcher_Exception Object ( [message:protected] =&gt; Invalid controller specified (www) [string:Exception:private] =&gt; [code:protected] =&gt; 0 [file:protected] =&gt; C:\xampp\htdocs\www\html\library\Zend\Controller\Dispatcher\Standard.php [line:protected] =&gt; 241 [trace:Exception:private] =&gt; Array ( [0] =&gt; Array ( [file] =&gt; C:\xampp\htdocs\www\html\library\Zend\Controller\Front.php [line] =&gt; 936 [function] =&gt; dispatch [class] =&gt; Zend_Controller_Dispatcher_Standard [type] =&gt; -&gt; [args] =&gt; Array ( [0] =&gt; Zend_Controller_Request_Http Object ( [_paramSources:protected] =&gt; Array ( [0] =&gt; _GET [1] =&gt; _POST ) [_requestUri:protected] =&gt; /www/html/web/ [_baseUrl:protected] =&gt; [_basePath:protected] =&gt; [_pathInfo:protected] =&gt; /www/html/web/ [_params:protected] =&gt; Array ( [controller] =&gt; www [action] =&gt; html [module] =&gt; default ) [_aliases:protected] =&gt; Array ( ) [_dispatched:protected] =&gt; 1 [_module:protected] =&gt; default [_moduleKey:protected] =&gt; module [_controller:protected] =&gt; www [_controllerKey:protected] =&gt; controller [_action:protected] =&gt; html [_actionKey:protected] =&gt; action ) [1] =&gt; Zend_Controller_Response_Http Object ( [_body:protected] =&gt; Array ( ) [_exceptions:protected] =&gt; Array RECURSION [_headers:protected] =&gt; Array ( ) [_headersRaw:protected] =&gt; Array ( ) [_httpResponseCode:protected] =&gt; 200 [_isRedirect:protected] =&gt; [_renderExceptions:protected] =&gt; [headersSentThrowsException] =&gt; 1 ) ) ) [1] =&gt; Array ( [file] =&gt; C:\xampp\htdocs\www\html\index.php [line] =&gt; 5 [function] =&gt; dispatch [class] =&gt; Zend_Controller_Front [type] =&gt; -&gt; [args] =&gt; Array ( ) ) ) [previous:Exception:private] =&gt; ) ) </code></pre> <p>Can u guys help me with this error? thanks in advance</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload