-
AuthorPosts
-
myuption Friend
myuption
- Join date:
- November 2006
- Posts:
- 161
- Downloads:
- 20
- Uploads:
- 23
- Thanks:
- 58
- Thanked:
- 6 times in 1 posts
October 2, 2012 at 7:59 pm #181146I worked offline, then exported my db, my files into a 2.5 site. This site already had ja ores installed and running.
I changed my configuration file and logged in. Everything seemed alright, but the:
XML Parsing Error at 26:9. Error 9: junk after document element
appears on every page.
Did I do something wrong? Do I have to reinstall the template?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 3, 2012 at 6:42 am #468931Because you are missing configuration XML file on JA Ores Template
Open templates/ja_ores/etc/layouts/default.xml
From
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<blocks name="top" style="xhtml">
<block name="hot-news">hotnews</block>
<block name="header" type="header" main-inner="1"></block>
<block name="mainnav" type="mainnav" main-inner="1"></block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="slideshow" type="modules" wrap-inner="2">slideshow</block>
<block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4</block>
</blocks>
<blocks name="middle" colwidth="25">
<block name="right-mass-top" >right-mass-top</block>
<block name="right1">left</block>
<block name="right2">right</block>
<block name="content-mass-bottom" >content-mass-bottom</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl" type="spotlight" style="JArounded" wrap-inner="2">user6,user7,user8,user9</block>
<block name="module" type="spotlight" main-inner="2">user10,user11,user12,user13</block>
<block name="navhelper" type="navhelper" main-inner="1"></block>
<block name="footer" type="footer"></block>
</blocks>
</layout>ut>
change to
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<blocks name="top" style="xhtml">
<block name="hot-news">hotnews</block>
<block name="header" type="header" main-inner="1"></block>
<block name="mainnav" type="mainnav" main-inner="1"></block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="slideshow" type="modules" wrap-inner="2">slideshow</block>
<block name="topsl" type="spotlight" main-inner="1">user1,user2,user3,user4</block>
</blocks>
<blocks name="middle" colwidth="25">
<block name="right-mass-top" >right-mass-top</block>
<block name="right1">left</block>
<block name="right2">right</block>
<block name="content-mass-bottom" >content-mass-bottom</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl" type="spotlight" style="JArounded" wrap-inner="2">user6,user7,user8,user9</block>
<block name="module" type="spotlight" main-inner="2">user10,user11,user12,user13</block>
<block name="navhelper" type="navhelper" main-inner="1"></block>
<block name="footer" type="footer"></block>
</blocks>
</layout>The error on your site fixed, please check it again.
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by myuption 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum