Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • myuption Friend
    #181146

    I 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 Moderator
    #468931

    Because 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.

    myuption Friend
    #469019

    Certainly, that fixed it… thanks! 😀

Viewing 3 posts - 1 through 3 (of 3 total)

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