Elxis CMS Forum

Support => General => Topic started by: wbread on November 29, 2014, 13:06:42

Title: Problem in admin panel
Post by: wbread on November 29, 2014, 13:06:42
just installed the 2009 version, when trying to do something in the admin panel is getting error(see picture)
sample on pic is
administrator_index2_php_option=com_content&sectionid=0
add new section

errore in line 1
<?xml version="1.0" encoding="UTF-8"?>
 :-\
Title: Re: Problem in admin panel
Post by: wbread on November 30, 2014, 09:50:43
reupload and reinstall - the same problem  :'(
Title: Re: Problem in admin panel
Post by: datahell on November 30, 2014, 13:47:25
You have enabled short_open_tag option in php (php.ini) which casts <?xml as start of a php block. Either disable short_open_tag or remove the <?xml version="1.0" encoding="UTF-8"?> line (XML prologue) from the XML file of the extension you try to install. I recommend you to disable short_open_tag. It is a bad setting.

Instructions for the XML file
Unzip the extension.
Open the XML file.
Delete the first line <?xml ...
Zip again the extension and try to install it.