Log in | Register | Lost password

Bottom
help with pagesetter, feproc & form express
  • Posted: 10.11.2005, 22:33
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    Hello All,

    First of all, many thanks to the creator of Pagesetter; it is very useful and much appreciated. Thanks.

    I've installed the latest versions of Pagesetter, feproc, Form Express (as of the date of this post). Followed the instructions in the manual on integrating the three. When testing my form and submitting I get:

    Failed to load module feproc (at function: "process")

    I would have posted this on feproc's forum but it seems to be abandoned.
    http://noc.postnuke.com/forum/?group_id=86

    I'm lost and tired after many hours of tinkering. Any help or guidance is much appreciated. Thanks.
  • Posted: 11.11.2005, 02:53
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    I have been trying to get feproc to work for about 3 weeks now to no avail. My feproc is unable to import handlers. Have you had success with importing the handlers with feproc? If so PLEASE share how you go this working...

    Thanks...
  • Posted: 11.11.2005, 05:48
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    Here are some notes I kept when I first started. Maybe they can help:

    FORMEXPRESS
    ===========
    I installed FormExpress v0.3.5 and FEproc v0.3.5

    I was trying to complete the example from the pagesetter documentation.
    -------------------------------
    From the ?Show handlers? page (index.php?module=feproc&type=handleradmin&func=view) there is a link at the bottom to the next page:
    index.php?module=feproc&type=handleruser&func=view&startnum=11
    Where I get the error: ?Failed to load module feproc (at function: "view")?

    But if I change the url to:
    index.php?module=feproc&type=handleradmin&func=view&startnum=11
    It works.

    Solved: pnhandleradmin.php replaced 1 instance of ?handleruser? with ?handleradmin? (line 135)
    -------------------------------
    index.php?module=feproc&type=admin&func=modifyset&setid=1
    When I click ?Update set? button it goes to:
    index.php?module=feproc&type=admin&func=viewset&setid=1
    And I get the message ?Failed to load module feproc (at function: "viewset")?

    Solved: pnadmin.php replaced all (2) instances of ?viewset? with ?viewsets?
    -------------------------------
    index.php?module=FormExpress&func=submit_form&form_id=6
    An error occurred while loading the module(FEproc)

    Solved: use ?feproc? instead of ?FEproc? in formexpress edit form (Submit action, Success action, Failure action)

    ============================================
  • Posted: 11.11.2005, 14:37
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0

    RemShowdown

    I have been trying to get feproc to work for about 3 weeks now to no avail. My feproc is unable to import handlers. Have you had success with importing the handlers with feproc? If so PLEASE share how you go this working...

    Thanks...


    Hi Julian,

    Saw your PM over on Postnuke, so I'll reply here for the benefit of others.

    I had the import handlers problem when trying to import pagestters & feprocs FE handlers. This is what I did to get around it:

    --
    Importing feproc handler for FE
    --
    ->edit feproc/pnuserapi.php
    -->added the below

    function feproc_userapi_feprochandlerindex()
    {
    }
    function feproc_handleruserapi_feprochandlerindex()
    {
    }
    function feproc_handleradminapi_feprochandlerindex()
    {
    }
    function feproc_sessionapi_feprochandlerindex()
    {
    }

    --
    ->edit feproc/pnadminapi.php
    -->added the below

    function feproc_adminapi_feprochandlerindex()
    {
    }

    --
    Importing pagesetter handler
    --
    ->edit pagesetter/pnadminapi.php
    -->added the below

    function pagesetter_adminapi_feprochandlerindex()
    {
    }
    function pagesetter_editapi_feprochandlerindex()
    {
    }
    function pagesetter_folderapi_feprochandlerindex()
    {
    }
    function pagesetter_imageapi_feprochandlerindex()
    {
    }
    function pagesetter_integapi_feprochandlerindex()
    {
    }
    function pagesetter_topicaccessapi_feprochandlerindex()
    {
    }
    function pagesetter_userapi_feprochandlerindex()
    {
    }
    function pagesetter_workflowapi_feprochandlerindex()
    {
    }

    --
    That's it. HTH.
    BTW thanks Blake, it helped but am still getting:
    Failed to load module feproc (at function: "process")
    Will post if/when I figure it out, Later!

Template courtesy of Designs By Darren.