php - Zend - plugin Word_CamelCaseToDash was not found in the registry -
there many topics on internet, because have no idea answers must ask again. transferring website 1 server , after transfer saw:
exception 'zend_loader_pluginloader_exception' message 'plugin name 'word_camelcasetodash' not found in registry; used paths: zend_filter_: zend/filter/' in /library/zend/loader/pluginloader.php:412 stack trace: #0 /library/zend/filter/inflector.php(518): zend_loader_pluginloader->load('word_camelcaset...') #1 /library/zend/filter/inflector.php(411): zend_filter_inflector->_getrule('word_camelcaset...') #2 /library/zend/filter/inflector.php(311): zend_filter_inflector->addfilterrule(':module', array) #3 /library/zend/controller/action/helper/viewrenderer.php(281): zend_filter_inflector->addrules(array) #4 /library/zend/controller/action/helper/viewrenderer.php(381): zend_controller_action_helper_viewrenderer->getinflector() #5 /library/zend/controller/action/helper/viewrenderer.php(469): zend_controller_action_helper_viewrenderer->_getbasepath() #6 /library/zend/controller/action/helper/viewrenderer.php(516): zend_controller_action_helper_viewrenderer->initview() #7 /library/zend/controller/action/helperbroker.php(253): zend_controller_action_helper_viewrenderer->init() #8 /library/zend/controller/action.php(132): zend_controller_action_helperbroker->__construct(object(errorcontroller)) #9 /library/zend/controller/dispatcher/standard.php(262): zend_controller_action->__construct(object(zend_controller_request_http), object(zend_controller_response_http), array) #10 /library/zend/controller/front.php(954): zend_controller_dispatcher_standard->dispatch(object(zend_controller_request_http), object(zend_controller_response_http)) #11 /index.php(39): zend_controller_front->dispatch() #12 {main}
honestly have no skill in zend, if tell me wrong it? (website worker on previous hosting without problem).
a file named camelcasetodash.php
under word
directory missing check file first.
if file exist check in configuration file whether autoloadnamespace word added
Comments
Post a Comment