I recieve this error when I attempt to use the HowtoPNForms:
In howtopnforms module, cannot find template howtopnforms_user_main.html
What am I doing wrong. I double checked and that file is located in modules\HowtoPNForms\pntemplates\
- mercromina responded to »error when i try to upgrade to the last version of dizkus module (3.1)« 08:01 PM
- craigh responded to »TagIt 3.0 for Zikula« 03:58 PM
- localrags responded to »Remove contents of nuke_sc_anticracker from Database« 11:30 AM
- jmvaughn responded to »Shoutit for zikula 1.3?« 09:31 AM
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
HowtoPNForms module unable to find template
-
- Rank: Registered User
- Registered: Oct 05, 2006
- Last visit: Jul 05, 2009
- Posts: 4
-
- Rank: Developer
- Registered: Sep 22, 2005
- Last visit: May 20, 2010
- Posts: 289
Check permissions, make sure the template and directory are readable by the web server. -
- Rank: Registered User
- Registered: Oct 05, 2006
- Last visit: Jul 05, 2009
- Posts: 4
I have checked permissions and they match my other modules. I have added other modules before and created my own with out this problem. I really do not need this to work because I am able to read through the code to see what I need to do for my module, it just bothers me when something does not work. -
- Rank: Team Member
- Registered: Sep 06, 2006
- Last visit: May 09, 2010
- Posts: 2411
I don't know if this can be the cause:
Code
pnRender::getInstance('HowToPnForms');
Does not match (case-sensitive) with the HowToPNForms module directory...
--
- Mateo T. -
Mis principios... son mis fines -
- Rank: Registered User
- Registered: Oct 05, 2006
- Last visit: Jul 05, 2009
- Posts: 4
-
- Rank: Registered User
- Registered: Oct 05, 2006
- Last visit: Jul 05, 2009
- Posts: 4
Ok I have been playing around with this and I can get the view (howtopnforms_recipe_view.html) template to show by typing this into the browser module=HowtoPNUser&type=recipe&func=view. But can not get the other templates to work????
I did get pnForms to work in my module. Is using the pnForms the standard? it seems to take a long time to update info. I created a simple function that would recieve data from a regular form and enter it into my database. When I compared this to the pnForm Implementation the pnForm took almost 25 seconds more to update.
- Moderated by:
- Support
