HowtoPNForms module unable to find template  Bottom

  • 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\
  • Check permissions, make sure the template and directory are readable by the web server.
  • 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.
  • 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
  • Changing that code did not work.
  • 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.

This list is based on users active over the last 60 minutes.