Note that there are some explanatory texts on larger screens.

plurals
  1. POZend Framework baseURL error after deploying from os x to linux server
    primarykey
    data
    text
    <p>I have a Zend Framework application that works fine on my local OS X machine. The Zend folder is also included with my project in <code>library/</code>. When I set up my code on my Linux server I now get this error:</p> <pre><code>Fatal error: Uncaught exception 'Zend_Loader_PluginLoader_Exception' with message 'Plugin by name 'BaseURL' was not found in the registry; used paths: Zend_View_Helper_: Zend/View/Helper/:/var/www/best_dashboard/application/views/helpers/' in /var/www/best_dashboard/library/Zend/Loader/PluginLoader.php:412 Stack trace: #0 /var/www/best_dashboard/library/Zend/View/Abstract.php(1182): Zend_Loader_PluginLoader- &gt;load('BaseURL') #1 /var/www/best_dashboard/library/Zend/View/Abstract.php(618): Zend_View_Abstract-&gt;_getPlugin('helper', 'baseURL') #2 /var/www/best_dashboard/library/Zend/View/Abstract.php(344): Zend_View_Abstract- &gt;getHelper('baseURL') #3 [internal function]: Zend_View_Abstract-&gt;__call('baseURL', Array) #4 /var/www/best_dashboard/application/layouts/scripts/layout.phtml(11): Zend_View- &gt;baseURL() #5 /var/www/best_dashboard/library/Zend/View.php(108): include('/var/www/best_d...') #6 /var/www/best_dashboard/library/Zend/View/Abstract.php(888): Zend_View- &gt;_run('/var/www/best_d...') #7 /var/www/best_dashboard/library/Zen in /var/www/best_dashboard/library/Zend/Controller/Plugin/Broker.php on line 336 </code></pre> <p>Some of the other people I've seen with this error is because they are going from Windows to Linux and the case for BaseURL is different and brakes. I don't think this is my problem since I'm going from OS X to Linux. </p> <p>What causes this error?</p> <p>UPDATE:</p> <p>I'm using Zend Framework 1.12.3</p> <p>I'm using apache on the Linux server and MAMP on the local OS X machine.</p>
    singulars
    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.
    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