There are a number of solutions to this problem.
If you run your own server, or
PHP is running as a cgi on your hosted server:
Open php.ini, find the line
and change it to:
If you don't run your own server, and
PHP is running as an apache module, create an .htaccess file (or edit your existing one) and add:
php_flag register_globals Off
If this generates an error 500, then talk to your host. If they won't or can't disable
register_globals, then you will need an updated pnAPI.php from
SVN once a particular bug is fixed.
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the
Support Guide