Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7049013
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:57:40+00:00 2026-05-28T02:57:40+00:00

I have try to simulate and develop base of some zend project and in

  • 0

I have try to simulate and develop base of some zend project
and in first step I copy all FTP file & folder to my local computer
but application send me below error (in loading plugin from source )

( ! ) Fatal error: Uncaught exception 'Zend_Loader_PluginLoader_Exception' with message 'Plugin by name '_' in C:\wamp\Mina\library\Zend\Loader\PluginLoader.php on line 398
( ! ) Zend_Loader_PluginLoader_Exception: Plugin by name '_' was not found in the registry; used paths: Mina_View_Helper_: Mina/View/Helper/ App_View_Helper_: App/View/Helper/ Zend_View_Helper_: Zend/View/Helper/;C:/wamp/Mina/application/modules/default/views\helpers/ in C:\wamp\Mina\library\Zend\Loader\PluginLoader.php on line 398

even some plug in exsist that hides in var_dumped error array in pluginloader.php line 398
like this:

string 'Db' (length=2)
array
  'Zend_Application_Resource_' => 
    array
          0 => string 'Zend/Application/Resource/' (length=26)
string 'Translate' (length=9)
array
          'Zend_Application_Resource_' => 
        array
      0 => string 'Zend/Application/Resource/' (length=26)
string 'Layout' (length=6)
array
      'Zend_Application_Resource_' => 
    array
      0 => string 'Zend/Application/Resource/' (length=26)
string 'Frontcontroller' (length=15)
array
  'Zend_Application_Resource_' => 
    array
      0 => string 'Zend/Application/Resource/' (length=26)
string 'ViewRenderer' (length=12)
array
  'Zend_Controller_Action_Helper_' => 
    array
      0 => string 'Zend/Controller/Action/Helper/' (length=30)
string 'Navigation' (length=10)
array
  'Mina_View_Helper_' => 
    array
      0 => string 'Mina/View/Helper/' (length=16)
  'App_View_Helper_' => 
array
  0 => string 'App/View/Helper/' (length=16)
  'Zend_View_Helper_' => 
        array
          0 => string 'Zend/View/Helper/' (length=17)
          1 => string './views\helpers/' (length=16)
    string 'View' (length=4)
    array
      'Zend_Application_Resource_' => 
        array
      0 => string 'Zend/Application/Resource/' (length=26)
    string 'Modules' (length=7)
    array
      'Zend_Application_Resource_' => 
        array
              0 => string 'Zend/Application/Resource/' (length=26)
        string 'Router' (length=6)
    array
      'Zend_Application_Resource_' => 
        array
          0 => string 'Zend/Application/Resource/' (length=26)
    string 'Word_CamelCaseToDash' (length=20)
    array
      'Zend_Filter_' => 
        array
          0 => string 'Zend/Filter/' (length=12)
    string 'StringToLower' (length=13)
    array
      'Zend_Filter_' => 
        array
          0 => string 'Zend/Filter/' (length=12)

that mines some plugins doesn’t exist
but original project works with this situation

in further convey i find that index.php references some library that i cant see with any tricks on FTP server
(Line 5 Of Below Code:)

defined('APPLICATION_PATH')
    || define('APPLICATION_PATH', realpath(dirname(__FILE__) . '/../application'));

set_include_path(implode(PATH_SEPARATOR, array(
    realpath(APPLICATION_PATH . '/../../library'),
    realpath(APPLICATION_PATH . '/../library'),
    realpath(APPLICATION_PATH . "/models"),
    realpath(APPLICATION_PATH . "/forms"), 
    get_include_path(),
)));

tree map of original project Going on this link

in further there is not any navigation.php in my library folder not like that errors says (except zendframework classes)

and every of this namespace (and view helpers) are registred in application.ini

because no plugins have runs no page are displayed.
Share me if you had any idea about this error

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T02:57:40+00:00Added an answer on May 28, 2026 at 2:57 am

    I have no idea if this is the correct answer, but its worth a shot…

    The simplest way I could think of to reproduce this error myself was to insert the following code into one of my views:

    <?php echo $this->_( 'Some text' );?>
    

    This suggests to me that maybe your application uses the gettext module for language translation, and maybe it is configured on your server but not on your local machine. Running phpinfo() should confirm this fairly quickly. This is the only explanation I can deduce from the information I have gleaned from your question.

    Of course, if somebody had used gettext to multi-lingualize the app, I’m pretty sure they would not have included “$this->” before the underscore, so this is a bit of an anomaly in my answer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my services all exposed methods have: try { // the method core is
We have following code: try { // some code throwing MyException } catch (MyException
Hi I have a file try.SPEC. This file contains a word Version: 1.0.0.1 .
I have problem when I try insert some data to Informix TEXT column via
I have a Tomcat Server with 250 connection threads. When I simulate concurrent file
I have a bunch of objects and I try and simulate events with them.
I have the following problem: I want to simulate some control engineering system. As
I'm working on a school project in which I try to simulate the network
I have a mov file that's 157 megabytes. I try running it on my
i have try refox and see how eazy my EXE to be disassembled. the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.