Elxis CMS Forum
Support => Technical support => Topic started by: regi168 on January 27, 2011, 08:22:14
-
In IOs Tool a lots of error like this
URI: index2.php?option=com_admin&task=tools&tname=defender
Path: /administrator/components/com_admin/admin.admin.php
Line: 132
simplexml_load_file() [function.simplexml-load-file]: /raid/vhost/regi168.com/www/administrator/tools/calculator/calculator.xml.LCK:1: parser error : Start tag expected, '<' not found
PHP Error [Warning]
URI: index2.php?option=com_admin&task=tools&tname=defender
Path: /administrator/components/com_admin/admin.admin.php
Line: 132
simplexml_load_file() [function.simplexml-load-file]: regi168||ochuangster@gmail.com
How to solve it
thanks
-
Use Updiag tool to meantaince your installation, and re-upload the corrupted files.
1. Maintenance -> Download hash files -> Download your version proper hash file
2. Maintenance -> Check filesystem -> Execute
From report, repair the pointed files.
-
You have short_open_tags = on in php.ini which is bad. Set it to off.
Contact your web hosting provider for more.
-
my hosting provider already turn it off. also udate the hash
but still a lots orror like this
URI: index2.php?option=com_admin&task=tools
Path: /administrator/components/com_admin/admin.admin.php
Line: 132
simplexml_load_file() [function.simplexml-load-file]: /raid/vhost/regi168.com/www/administrator/tools/calculator/calculator.xml.LCK:1: parser error : Start tag expected, '<' not found
URI: index2.php?option=com_admin&task=tools
Path: /administrator/components/com_admin/admin.admin.php
Line: 132
simplexml_load_file() [function.simplexml-load-file]: regi168||ochuangster@gmail.com
-
What is your PHP version?
-
version: 5.2.9
-
The problem is short_open_tag. Check if they are really off.
When you make a change in php.ini you have to restart apache afterwards.
Elxis administration -> system -> View system information -> tab "php information"
The value for the "short_open_tag" option should be Off in both columns.
-
in my elxis admin-view system, there is only permissions
so I dont have the tap to see it.
but I will check it again.