Welcome Guest, Not a member yet? Register   Sign In
FoxyCart XML Datafeed issue
#3

[eluser]cwillenbrock[/eluser]
Okay, since I literally just spent the last 5 hrs trying to fix this problem, in the off chance someone else has this issue, here's the solution:

The issue has to do with the input filtering as part of the core functionality in CI.

The fix (in this instance) is to go to line 694 of system > core > Input.php and change it to the following:

Code:
$str = remove_invisible_characters($str, FALSE);

If someone from the Ellis team has a better solution, please chime in, but this did the trick.


Messages In This Thread
FoxyCart XML Datafeed issue - by El Forum - 03-08-2013, 03:18 AM
FoxyCart XML Datafeed issue - by El Forum - 03-08-2013, 03:27 AM
FoxyCart XML Datafeed issue - by El Forum - 03-08-2013, 03:43 AM
FoxyCart XML Datafeed issue - by El Forum - 05-02-2013, 01:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB