Posted: Wed Dec 06, 2006 2:18 pm
Hi Steve,
I have created some classes in my application directory in the actions folder eg . ../../myapp/actions/current_assets.php.
The name of the class is actions_current_assets.php . Within the class I used Smarty display function to in order to display my template after passing whatever variables I needed. My template file (current_assets.html) is located in my applications template folder. I have a link on my apps page that points to the action class above like this http://localhost/dataface/demod/index.php?-actions=current_assets . Unfortunately, I get the following error
Fatal error: No template found for action 'current_assets'.On line 48 of file C:\Program Files\Apache Group\Apache2\htdocs\dataface\actions\default.php in function printstacktrace()
On line 742 of file C:\Program Files\Apache Group\Apache2\htdocs\dataface\Dataface\Application.php in function handle(Array)
On line 1093 of file C:\Program Files\Apache Group\Apache2\htdocs\dataface\Dataface\Application.php in function handlerequest()
On line 7 of file C:\Program Files\Apache Group\Apache2\htdocs\dataface\demod\index.php in function display()
in C:\Program Files\Apache Group\Apache2\htdocs\dataface\actions\default.php on line 48
Could you help me out. Please!!!!
Where should me template be?
I have created some classes in my application directory in the actions folder eg . ../../myapp/actions/current_assets.php.
The name of the class is actions_current_assets.php . Within the class I used Smarty display function to in order to display my template after passing whatever variables I needed. My template file (current_assets.html) is located in my applications template folder. I have a link on my apps page that points to the action class above like this http://localhost/dataface/demod/index.php?-actions=current_assets . Unfortunately, I get the following error
Fatal error: No template found for action 'current_assets'.On line 48 of file C:\Program Files\Apache Group\Apache2\htdocs\dataface\actions\default.php in function printstacktrace()
On line 742 of file C:\Program Files\Apache Group\Apache2\htdocs\dataface\Dataface\Application.php in function handle(Array)
On line 1093 of file C:\Program Files\Apache Group\Apache2\htdocs\dataface\Dataface\Application.php in function handlerequest()
On line 7 of file C:\Program Files\Apache Group\Apache2\htdocs\dataface\demod\index.php in function display()
in C:\Program Files\Apache Group\Apache2\htdocs\dataface\actions\default.php on line 48
Could you help me out. Please!!!!
Where should me template be?