1
Plugins / Re: [Plugin] Windows XP Publishing Wizard Integration
« on: January 06, 2009, 01:56:57 PM »Try replace in admin/plugins/xp_publishing_wizard.php if (!isset($HTTP_GET_VARS['action']) || (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == "reg" || $HTTP_GET_VARS['action'] == "getreg"))) {
With:
if (!isset($_GET['action']) || (isset($_GET['action']) && ($_GET['action'] == "reg" || $_GET['action'] == "getreg"))) {
Hello V@no,
i habe try this, but it dosen't work. The problem ist still the same:
I can Login, and i can choose the gallery, but i canīt upload the pictures...
Any idear?
THX
Nilsens