

surjer
Members-
Content count
72 -
Joined
-
Last visited
Profile Information
-
Real Name
Jerry
-
Location
45324
- Website
-
Nevermind - 3.10 is up and running.. thanks...
-
Is there anyway you know of to turn it on? Sorry for my ignorance...
-
bummer.. Guess Im off to find a different contribution??? How long do you anticipate this one being non-compatible with users of Register Globals patch?
-
i am wondering if the problems I am seeing is because I am using the register globals patch. Would that effect it?
-
Strike that sorry.. when I undo the register globals patch (IE REVERT BACK TO UNPATCHED FILES) I get the error REGISTER GLOBALS IS DISABLED IN YOUR PHP fix it in PHP.INI or HTTACCESS
-
I AM using register globals fix but I just went through and tool out the register globals patch and its doing the same thing...
-
I can NOT see "I'm Here" with this I get that error.. $filestring = ""; // this holds the csv file we want to download $result = tep_db_query($filelayout_sql); $row = tep_db_fetch_array($result); echo "I'm here"; exit; I CAN see "I'm Here" with this echo "I'm here"; exit; $filestring = ""; // this holds the csv file we want to download $result = tep_db_query($filelayout_sql); $row = tep_db_fetch_array($result);
-
Well its doing more now.. Nice find... I am getting an error now tho.. 1065 - Query was empty [TEP STOP]
-
I can see it when its like this.. //******************************* //******************************* echo "I'm here"; exit; if ( $download == 'stream' or $download == 'activestream' or $download == 'tempfile' ){ //******************************* //******************************* // DOWNLOAD FILE //******************************* //******************************* $filestring = ""; // this holds the csv file we want to download I cant see it when its like this... //******************************* //******************************* // E N D // INITIALIZATION //******************************* //******************************* if ( $download == 'stream' or $download == 'activestream' or $download == 'tempfile' ){ echo "I'm here"; exit; //******************************* //******************************* // DOWNLOAD FILE //******************************* //******************************* $filestring = ""; // this holds the csv file we want to download $result = tep_db_query($filelayout_sql); $row = tep_db_fetch_array($result); So I guess the problem is with the variable $Download ???
-
Im on it... will let you know.. Thanks
-
i am using Easy Populate 2.76d-MS2 - Default Language : English(1) Im not sure what you mean by last line number that code was on.. Is there a function somewhere that will step through the code or something? The link you posted was to the top of the page 247.. Am I missing something more?? I REALLY appreciate your quick response...
-
i am using PHP Version 4.4.4 sorry...
-
Hmm I am getting the same error as Mike listed above. All it does is refresh the page when I click anything. For some reason the script isnt running. I see the page and buttons just fine. When I click a download txt file button or any other button it just refreshes.. PLEASE HELP!!! Thanks, Jerry
-
Should I purchase 3.X to overcome this?
-
1) Yes 2) The link just refreshes the same text i posted above. 3) Same place (I have only seen 1 thing and that is the text that is displayed saying the tables are setup) 4) Yes PHPMyAdmin shows NO new tables.. Thanks soo much for your quick reply...