|
|||
|
Hi folks.
In a Jon Lebensold tutorial called Article Manager, there is CSS problem that I ain't solve. I will show the particular directory structures to show specific areas, not all. /articlemanager /application .. /views /scripts /index -> index.phtml - new.phtml - success.phtml /html /public /css -> main.css /library in this situation, when I enter "http://articlemanager" to the address bar, the main.css file appends to the index.phtml. But despite they all in the same directory, the CSS doesn't append to the new.phtml and success.phtml. When I look to the code of new.phtml with Firebug, in the <link href... part, there shown a problem as: <b>Fatal error</b>: Uncaught exception 'Zend_Controller_Action_Exception' with message 'Action "public" does not exist and was not trapped in __call()' in C:\wamp\www\articlemanager\library\Zend\Controller \Action.php:477 3Stack trace: 4#0 C:\wamp\www\articlemanager\library\Zend\Controller \Action.php(504): Zend_Controller_Action->__call('publicAction', Array) 5#1 C:\wamp\www\articlemanager\library\Zend\Controller \Dispatcher\Standard.php(293): Zend_Controller_Action->dispatch('publicAction') 6#2 C:\wamp\www\articlemanager\library\Zend\Controller \Front.php(914): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Htt p), Object(Zend_Controller_Response_Http)) 7#3 C:\wamp\www\articlemanager\html\index.php(37): Zend_Controller_Front->dispatch() 8#4 {main} 9 thrown in <b>C:\wamp\www\articlemanager\library\Zend\Control ler\Action.php</b> on line <b>477</b><br /> So what could be the problem?? |
![]() |
| Thread Tools | |
| Display Modes | |
|
|