I FOUND THIS POST ON FORUMS.POSTNUKE.COM
http://forums.postnuke.com/index.php?
name=PNphpBB2&file=viewtopic&t=19728
I have just installed the latest FormExpress version to
go along with my X-User module. It's a great module,
but there seems to be a configuration problem with my
version. When I make any adjustment to one of the
forms, (say, deleting a field), and then I confirm my
choice, I am met with an error.
Quote:
Failed to load module FormExpress ( at
function: "item_view")
Obviously it is having trouble getting me back to the
administration area of FormExpress, but I can't work
out what I have to do to fix this. The change is
successfully made to the form, but I have to get back to
the form by clicking on my site admin link, etc...
Any thoughts?
AND MARK WEST REPLIED...
It would appear that the code is redirecting to a non
existant function. To fix it look for a pnRedirect similar
to pnRedirect(pnModURL
('FormExpress', 'admin', 'user_view')) and change it to
a suitable function to return to.
WHEN I TESTED (deleting a field on FE 0.3.2 on PN
723) IT WAS FINE - so may be this is a FE 0.3.3RC1 (or
PN 726) bug...