Uridium Posted October 11, 2012 Posted October 11, 2012 There seems to be an issue with export module package where by you can export modules but not the templates or the fonts so here a temporary fix till alain looks into it... so open up modules/admin_export_package/content.php and you will see from lines 18-22 if (! in_array($_POST['moduleName'], $modules)) { header("Location: index.php"); return; } for now just do this /*if (! in_array($_POST['moduleName'], $modules)) { header("Location: index.php"); return; }*/ and you should now be able to export modules, templates and fonts..... TESTED and WORKING..... Quote
HauntedDawg Posted October 11, 2012 Posted October 11, 2012 Illusions, do an print_r($modules); print_r($_POST); And post it up. Quote
Uridium Posted October 11, 2012 Author Posted October 11, 2012 its not displaying anything with print_r($modules); print_r($_POST); it just goes back to the index page Quote
HauntedDawg Posted October 11, 2012 Posted October 11, 2012 Where you commented out your if statement, place the print_r()'s there. Quote
Uridium Posted October 11, 2012 Author Posted October 11, 2012 Haunted did that it doesnt display anything no text for the print_r($modules); print_r($_POST); is being displayed it just lets you carry on and download the package Quote
HauntedDawg Posted October 11, 2012 Posted October 11, 2012 Well, its not letting you download it because $_POST['moduleName'] is not in $modules. And if what i gave you is not displaying anything for you but just an empty Array( ) then $modules, might just be empty, or being unset somewhere. But dont take my word for it, i have not even looked over the engine :P Quote
a_bertrand Posted October 13, 2012 Posted October 13, 2012 Will check / fix this in the coming days. Thanks illusions for the report. Quote
a_bertrand Posted October 15, 2012 Posted October 15, 2012 Correct fix is available from the marketplace or directly from the module manager. Quote
chicka Posted October 15, 2012 Posted October 15, 2012 Alain this is what makes your product so well worth buying.. Someone comes to you with a problem and you fix it right away. This is a perfect example of someone who cares and stands behind their product.. Sorry for going off topic :) Quote
a_bertrand Posted October 15, 2012 Posted October 15, 2012 NP chicka, and yes I tries my best to keep things on track ;) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.