|
|
On Aug 11, 8:40 pm, "rhaddan" <webforumsu...@xxxxxxxxxxxxxx> wrote:
> I'm in the process of migrating an AJAX-heavy application from CF7 to CF8. CF8
> is creating an unterminated string literal error on the [i]second[/i] AJAX
> call. Same code that runs fine in CF7. The AJAX is just pure javascript, no
> custom libraries or anything. The XMLHttpRequest.responseText is populated
> with
> the expected result.
>
> In looking at the results, I don't see any reason an error should occur. The
> only variable is CF7/CF8.
>
> Thoughts?
Use Firebug with FF, or Fiddler2 for IE and look closely at what is
being passed and then check how it is being processed.
AJAX can not pass "unterminated string literal" to CF, so it is your
CF code that is causing the error when processing the particular
request...
Without seeing the request and code I can NOT help you any further...
|
|