The WorksForWeb Community Forums
Welcome to the WorksForWeb community forums. Here you can discuss WorksForWeb products with others and contribute to the rapidly growing WorksForWeb community. Please note that while WorksForWeb staff try to maintain presence on the forums, this is not the most reliable way to contact WorksForWeb staff. In case you require a timely response from WorksForWeb on an issue, please open a support ticket here. For pre-sales questions, please open a sales ticket here.

Welcome, Guest. Please login or register.
February 04, 2012, 02:58:56 PM

Login with username, password and session length
Search:     Advanced search
Added the iLister-related Boards

Rate My Site Boards Added

Merged iAuto and iRealty Support Forums together

Several new tips in the Tips and Tricks section
1,602 Posts in 623 Topics by 1,179 Members
Latest Member: bobsteam
* Home Help Search Login Register
+  The iAuto/iRealty/iLister Support Forum
|-+  iAuto and iRealty v.2.x - 3.x
| |-+  General iAuto Discussions
| | |-+  Getting Errors.....Help!
« previous next »
Pages: [1] Print
Author Topic: Getting Errors.....Help!  (Read 1707 times)
SMDStudios
Newbie
*

Karma: 0
Posts: 1


View Profile
« on: October 21, 2008, 08:46:08 PM »

I'm getting these errors all over the site now...

Notice: unserialize() [function.unserialize]: Error at offset 5 of 173 bytes in /home/cfautos/public_html/system/ext/I18N/LangData.php on line 84

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/cfautos/public_html/system/ext/I18N/LangData.php on line 84

Can anyone help out?
Logged
iron
Global Moderator
Jr. Member
*****

Karma: 0
Posts: 90


iAuto\iRealty\iLister support


View Profile
« Reply #1 on: December 29, 2008, 03:22:42 PM »

Please try the following:

Open the /system/ext/XML/Parser.php, find the "return xml_parse($this->parser, $data, $eof);" line and insert the following block of code before it:

$data = strtr($data,array(
'&' => '&',
'<' => '<',
'>' => '>',
'"' => '"'));

You must restart your browser so that the changes may take effect.
« Last Edit: December 29, 2008, 03:25:37 PM by iron » Logged

Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Classified Software by Worksforweb Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!