ListMessenger Logo
ListMessenger For Joomla 1.5.x WordMark
Home FAQ Turbo! Blog About Contact

Incoming xajax data could not be converted from UTF-8


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();
    }



Joomla! is Free Software released under the GNU/GPL License.
This is not an official Joomla! Site, or Product. The use of the
word Joomla! is intended to describe what the product is designed
for and should not be considered an endorsement by the Joomla Project.