i've noticed this bug on linux.
in pntables.php there is:
$FormExpress = pnConfigGetVar
('prefix') . '_FormExpress';
that way over linux nothing works!
but changing it to:
$FormExpress = pnConfigGetVar
('prefix') . '_formexpress';
everything looks great!
bb,
m
Logged In: YES
user_id=927597
I think there is a bug in the table names. When you install on
a windows system the field names are nuke_formexpress,
nuke_formexpresscache and nuke_formexpressitems but when
you install on Linux they are nuke_FormExpress,
nuke_FormExpressCache, nuke_FormExpressItems which
causes a problem if you are transfering a site from one
system to another.