2012-01-09, 19:03:23
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:
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.
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> &nbsp;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.