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
KB » Joomla Tags

Incoming xajax data could not be converted from UTF-8




Leave A Comment
Email This Article
My Notes
Related Articles
Article Information





