Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Corrupted xml files
#1
Hello

I'm working on a site that is on Norwegian sysedata.no server. At the beginning there were not many issues (just a problem with login in Safari 4 after installation, it was first time I wasn't redirected to admin panel after installation) but it's getting worse and I guess it's caused by server configuration. First there were some troubles with saving files, xmls were corrupted but only when client tried to edit them. I have fixed it. Now it's not possible to login to admin and there is quite long list of errors in debug mode when trying to reach admin panel. It looks like:

Code:
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 42: parser error : CData section not finished <p>  Hvem er vi?<br /> AAT in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: <br /> in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 42: parser error : PCDATA invalid Char value 12 in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: <br /> in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 82: parser error : Sequence ']]>' not allowed in content in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: E-post: luna@aatranslator.no</p> in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 82: parser error : Sequence ']]>' not allowed in content in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: ]]></content><private><![CDATA[]]></private><menuOrder><![CDATA[5]]></menuOrder> in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 82: parser error : internal error in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: ]]></content><private><![CDATA[]]></private><menuOrder><![CDATA[5]]></menuOrder> in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 82: parser error : Extra content at the end of the document in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: ]]></content><private><![CDATA[]]></private><menuOrder><![CDATA[5]]></menuOrder> in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /rgt/207/67279/www/temp/admin/inc/basic.php on line 219

Notice: Trying to get property of non-object in /rgt/207/67279/www/temp/admin/pages.php on line 34

Notice: Trying to get property of non-object in /rgt/207/67279/www/temp/admin/pages.php on line 35

Notice: Trying to get property of non-object in /rgt/207/67279/www/temp/admin/pages.php on line 36

Notice: Trying to get property of non-object in /rgt/207/67279/www/temp/admin/pages.php on line 37

Notice: Trying to get property of non-object in /rgt/207/67279/www/temp/admin/pages.php on line 38

Notice: Trying to get property of non-object in /rgt/207/67279/www/temp/admin/pages.php on line 39

Notice: Trying to get property of non-object in /rgt/207/67279/www/temp/admin/pages.php on line 44

Notice: Trying to get property of non-object in /rgt/207/67279/www/temp/admin/pages.php on line 46

Notice: Trying to get property of non-object in /rgt/207/67279/www/temp/admin/pages.php on line 47

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1291224 bytes) in /rgt/207/67279/www/temp/admin/inc/template_functions.php on line 913

There are a few plugins installed - mostly I18N pack (with custom fields) but I have set up several sites like that on different hostings and it's first time I get such problems.

Any ideas? I'm not PHP programmer so I rely on you guys.
Reply


Messages In This Thread
Corrupted xml files - by blazejs - 2012-01-09, 19:03:23
Corrupted xml files - by Connie - 2012-01-09, 19:50:52
Corrupted xml files - by blazejs - 2012-01-09, 20:15:16
Corrupted xml files - by mvlcek - 2012-01-09, 20:27:07
Corrupted xml files - by n00dles101 - 2012-01-09, 21:59:00
Corrupted xml files - by mvlcek - 2012-01-09, 22:16:04
Corrupted xml files - by n00dles101 - 2012-01-09, 22:20:57
Corrupted xml files - by blazejs - 2012-01-09, 22:38:39
Corrupted xml files - by n00dles101 - 2012-01-09, 22:42:33
Corrupted xml files - by blazejs - 2012-01-09, 23:36:43
Corrupted xml files - by blazejs - 2012-01-10, 02:26:22
Corrupted xml files - by blazejs - 2012-01-10, 03:58:02
Corrupted xml files - by Ampersand - 2012-01-10, 05:17:32
Corrupted xml files - by Carlos - 2012-01-10, 05:41:38
Corrupted xml files - by yojoe - 2012-01-10, 06:39:54
Corrupted xml files - by blazejs - 2012-01-10, 18:54:54
Corrupted xml files - by ccagle8 - 2012-01-10, 23:42:05
Corrupted xml files - by Ampersand - 2012-01-11, 04:58:30
Corrupted xml files - by blazejs - 2012-01-11, 20:39:43
Corrupted xml files - by Ampersand - 2012-01-11, 21:03:49
Corrupted xml files - by Ampersand - 2012-01-11, 21:33:01
Corrupted xml files - by n00dles101 - 2012-01-11, 22:14:15
Corrupted xml files - by Ampersand - 2012-01-12, 20:40:20
Corrupted xml files - by blazejs - 2012-01-12, 21:51:43
Corrupted xml files - by ccagle8 - 2012-01-18, 05:03:56



Users browsing this thread: 1 Guest(s)