Home arrow Support arrow Our Main FAQ

Incoming xajax data could not be converted from UTF-8 Incoming xajax data could not be converted from UTF-8

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

If you are getting a popup error message with an error like: "xajax data could not be converted from UTF-8" then follow these steps:
  • locate and edit the file: /mambots/system/xajax.system.php
  • Locate the lines near the bottom that contain $xajax->processRequests();
  • before those lines add: $xajax->decodeUTF8InputOff();
  • The final code should look like:

    if (XAJAX_VER=='xajax_0.5'){
    $xajax->processRequest();
    } else {
    $xajax->decodeUTF8InputOff();
    $xajax->processRequests();
    }

Article is in the following categories:
KB » Joomla Tags



Leave A Comment

or close

Email This Article

or close

Existing Comments

There are currently no comments.

myNotes My Notes

You currently have no notes on this article. You can leave your own note on this page, the note can only be seen by you (and our administrators) but not other users.

You need to login first

Related Articles

The following articles may be related to this one:

  • No related Items

Incoming xajax data could not be converted from UTF-8 Article Information

Hits:
2292
Created:
Wednesday, 09 May 2007
Author:
Joomla Components
Last Modified:
Wednesday, 09 May 2007
Access:
Public
Version:
3