You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Record a webpage's MT.
2.Check it at webpage and download its csv.
3. Compare csv vs webpage.
What is the expected output? What do you see instead?
In my case: (Picture attached)
What version of the product are you using? On what operating system?
Windows, last version. I modified slightly the store.php file. This is how the
modifications look like:
$cookie_name_one = "userId";
$cookie_name_two = "IdSlide";
$_SERVER['nm'] = $_COOKIE[$cookie_name_one];
$_SERVER['ns'] = $_COOKIE[$cookie_name_two];
$_SERVER['di'] = "1";
//$values = "'". $_POST['client'] ."',";
$values = "'". $_SERVER['nm'] ."',";
$values .= "'". $_SERVER['ns'] ."',";
$values .= "'". $_SERVER['di'] ."',";
//(all else remains as it was)
As you see it has nothing to do with the problem.
Please provide any additional information below.
Thank you, sorry if I misunderstood anything.
Original issue reported on code.google.com by ssr1...@gmail.com on 12 May 2015 at 11:58
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
ssr1...@gmail.com
on 12 May 2015 at 11:58The text was updated successfully, but these errors were encountered: