PDA

View Full Version : Plugin error on startup



odomera
04-08-2010, 01:17 PM
After processing the install wizard the main site now shows the following error:

Error

Array
(
[success] =>
[error] => Array
(
[0] => Conjoon_ErrorDto Object
(
[code] =>
[line] => 398
[file] => /var/www/web1/html/conjoon/conjoon_libs/Zend/Loader/PluginLoader.php
[message] => Plugin by name 'Word_CamelCaseToDash' was not found in the registry; used paths:
Zend_Filter_: Zend/Filter/
[type] => Zend_Loader_PluginLoader_Exception
[level] => critical
)

[1] => Conjoon_ErrorDto Object
(
[code] =>
[line] => 451
[file] => /var/www/web1/html/conjoon/conjoon_libs/Zend/Controller/Action/Helper/ViewRenderer.php
[message] => ViewRenderer initialization failed: retrieved view base path is empty
[type] => Zend_Controller_Action_Exception
[level] => critical
)

[2] => Conjoon_ErrorDto Object
(
[code] =>
[line] => 451
[file] => /var/www/web1/html/conjoon/conjoon_libs/Zend/Controller/Action/Helper/ViewRenderer.php
[message] => ViewRenderer initialization failed: retrieved view base path is empty
[type] => Zend_Controller_Action_Exception
[level] => critical
)

)

)
#0 Conjoon_Controller_DispatchHelper::dispatch() called at [/var/www/web1/html/conjoon/index.php:175]
Array
(
[0] => Array
(
[file] => /var/www/web1/html/conjoon/index.php
[line] => 175
[function] => dispatch
[class] => Conjoon_Controller_DispatchHelper
[type] => ::
[args] => Array
(
)

)

)

What is going wrong here? :-)

ThorstenSuckow
04-08-2010, 01:19 PM
See first entry here http://www.conjoon.org/forum/showthread.php?334-Troubleshooting-FAQ-Read-first! and let me know if it helps you.

It's most likely related to the include_path setting.

odomera
04-08-2010, 01:27 PM
Sorry I didn't read this. More a fan of "install and just try" :-)

Yes it helped. Thanks!

ThorstenSuckow
04-08-2010, 01:31 PM
Just one more inforeq: Did you untick the checkbox when the wizard asked if you want to add the include path to php.ini by yourself? (You can look up this setting in installation.info.php in he root folder of your installation. Look for the value "add_incude_path")

odomera
04-08-2010, 01:35 PM
Yes I did, this was clearly my mistake not paying attention to the necessary includes needed! :-)

ThorstenSuckow
04-08-2010, 01:38 PM
Okay, just wanted to make sure :) Thanks!