type = Zend_View_Exception
Other Zend_Exception:
exception 'Zend_View_Exception' with message 'script 'tag/details.phtml' not found in path (/home/a1autopa/trust_path/modules/tag/views/scripts/:./views/scripts/)' in /home/a1autopa/trust_path/libraries/Zend/View/Abstract.php:976
Stack trace:
#0 /home/a1autopa/trust_path/libraries/Zend/View/Abstract.php(876): Zend_View_Abstract->_script('tag/details.pht...')
#1 /home/a1autopa/trust_path/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(897): Zend_View_Abstract->render('tag/details.pht...')
#2 /home/a1autopa/trust_path/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(918): Zend_Controller_Action_Helper_ViewRenderer->renderScript('tag/details.pht...', NULL)
#3 /home/a1autopa/trust_path/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(957): Zend_Controller_Action_Helper_ViewRenderer->render()
#4 /home/a1autopa/trust_path/libraries/Zend/Controller/Action/HelperBroker.php(277): Zend_Controller_Action_Helper_ViewRenderer->postDispatch()
#5 /home/a1autopa/trust_path/libraries/Zend/Controller/Action.php(523): Zend_Controller_Action_HelperBroker->notifyPostDispatch()
#6 /home/a1autopa/trust_path/libraries/Zend/Controller/Dispatcher/Standard.php(298): Zend_Controller_Action->dispatch('detailsAction')
#7 /home/a1autopa/trust_path/libraries/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#8 /home/a1autopa/trust_path/libraries/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#9 /home/a1autopa/trust_path/libraries/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#10 /home/a1autopa/trust_path/libraries/CatchUp.php(758): Zend_Application->run()
#11 /home/a1autopa/public_html/index.php(53): CATCHUP::boot()
#12 {main}
Fatal Error

Fatal Error in PHP.Gdn_ErrorHandler();

script 'tag/details.phtml' not found in path (/home/a1autopa/trust_path/modules/tag/views/scripts/:./views/scripts/)

The error occurred on or near: /home/a1autopa/trust_path/libraries/Zend/View/Abstract.php

971:         require_once 'Zend/View/Exception.php';
972:         $message = "script '$name' not found in path ("
973:                  . implode(PATH_SEPARATOR, $this->_path['script'])
974:                  . ")";
975:         $e = new Zend_View_Exception($message);
976:         $e->setView($this);
977:         throw $e;
978:     }
979: 

Backtrace:

[/home/a1autopa/trust_path/libraries/Zend/View/Abstract.php:876] Zend_View_Abstract->_script();
[/home/a1autopa/trust_path/libraries/Zend/Controller/Action/Helper/ViewRenderer.php:897] Zend_View_Abstract->render();
[/home/a1autopa/trust_path/libraries/Zend/Controller/Action/Helper/ViewRenderer.php:918] Zend_Controller_Action_Helper_ViewRenderer->renderScript();
[/home/a1autopa/trust_path/libraries/Zend/Controller/Action/Helper/ViewRenderer.php:957] Zend_Controller_Action_Helper_ViewRenderer->render();
[/home/a1autopa/trust_path/libraries/Zend/Controller/Action/HelperBroker.php:277] Zend_Controller_Action_Helper_ViewRenderer->postDispatch();
[/home/a1autopa/trust_path/libraries/Zend/Controller/Action.php:523] Zend_Controller_Action_HelperBroker->notifyPostDispatch();
[/home/a1autopa/trust_path/libraries/Zend/Controller/Dispatcher/Standard.php:298] Zend_Controller_Action->dispatch();
[/home/a1autopa/trust_path/libraries/Zend/Controller/Front.php:954] Zend_Controller_Dispatcher_Standard->dispatch();
[/home/a1autopa/trust_path/libraries/Zend/Application/Bootstrap/Bootstrap.php:97] Zend_Controller_Front->dispatch();
[/home/a1autopa/trust_path/libraries/Zend/Application.php:366] Zend_Application_Bootstrap_Bootstrap->run();
[/home/a1autopa/trust_path/libraries/CatchUp.php:758] Zend_Application->run();
[/home/a1autopa/public_html/index.php:53] CATCHUP::boot();