Viewing 6 posts - 31 through 36 (of 36 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #577173

    <em>@robbenr 481891 wrote:</em><blockquote>Hi Ninja, I have the same error on my uber demo page.
    strangest thing is that I don’t have it in my setup page, same quickstart. haha

    I have uploaded those calendar files but that didn’t help .
    it’s not the end of the world but it was nice to go from the front end to the mini back end. 🙂

    any advise.
    thanks in advance</blockquote>

    I fixed the problem directly on your site with the solution below

    Open templates/uber/tpls/home-construction.php file

    find and change


    <?php if($this->hasMessage()) : ?>
    <div class="container">
    <jdoc:include type="message" />
    </div>
    <?php endif ?>

    to


    <?php if($this->hasMessage()) : ?>
    <div class="container">
    <jdoc:include type="message" />
    <jdoc:include type="component" />
    </div>
    <?php endif ?>

    You can check it again, let me know if it helps

    Ninja Lead Moderator
    #643478

    <em>@robbenr 481891 wrote:</em><blockquote>Hi Ninja, I have the same error on my uber demo page.
    strangest thing is that I don’t have it in my setup page, same quickstart. haha

    I have uploaded those calendar files but that didn’t help .
    it’s not the end of the world but it was nice to go from the front end to the mini back end. 🙂

    any advise.
    thanks in advance</blockquote>

    I fixed the problem directly on your site with the solution below

    Open templates/uber/tpls/home-construction.php file

    find and change


    <?php if($this->hasMessage()) : ?>
    <div class="container">
    <jdoc:include type="message" />
    </div>
    <?php endif ?>

    to


    <?php if($this->hasMessage()) : ?>
    <div class="container">
    <jdoc:include type="message" />
    <jdoc:include type="component" />
    </div>
    <?php endif ?>

    You can check it again, let me know if it helps

    Ninja Lead Moderator
    #742129

    <em>@robbenr 481891 wrote:</em><blockquote>Hi Ninja, I have the same error on my uber demo page.
    strangest thing is that I don’t have it in my setup page, same quickstart. haha

    I have uploaded those calendar files but that didn’t help .
    it’s not the end of the world but it was nice to go from the front end to the mini back end. 🙂

    any advise.
    thanks in advance</blockquote>

    I fixed the problem directly on your site with the solution below

    Open templates/uber/tpls/home-construction.php file

    find and change


    <?php if($this->hasMessage()) : ?>
    <div class="container">
    <jdoc:include type="message" />
    </div>
    <?php endif ?>

    to


    <?php if($this->hasMessage()) : ?>
    <div class="container">
    <jdoc:include type="message" />
    <jdoc:include type="component" />
    </div>
    <?php endif ?>

    You can check it again, let me know if it helps

    robbenr Friend
    #577190

    <em>@Ninja Lead 482552 wrote:</em><blockquote>I fixed the problem directly on your site with the solution below

    Open templates/uber/tpls/home-construction.php file

    find and change


    <?php if($this->hasMessage()) : ?>
    <div class="container">
    <jdoc:include type="message" />
    </div>
    <?php endif ?>

    to


    <?php if($this->hasMessage()) : ?>
    <div class="container">
    <jdoc:include type="message" />
    <jdoc:include type="component" />
    </div>
    <?php endif ?>

    You can check it again, let me know if it helps</blockquote>

    Ninja.. Thanks for resolving that issue. Its sooooo much easier editing now. . 😀

    robbenr Friend
    #643495

    <em>@Ninja Lead 482552 wrote:</em><blockquote>I fixed the problem directly on your site with the solution below

    Open templates/uber/tpls/home-construction.php file

    find and change


    <?php if($this->hasMessage()) : ?>
    <div class="container">
    <jdoc:include type="message" />
    </div>
    <?php endif ?>

    to


    <?php if($this->hasMessage()) : ?>
    <div class="container">
    <jdoc:include type="message" />
    <jdoc:include type="component" />
    </div>
    <?php endif ?>

    You can check it again, let me know if it helps</blockquote>

    Ninja.. Thanks for resolving that issue. Its sooooo much easier editing now. . 😀

    robbenr Friend
    #742146

    <em>@Ninja Lead 482552 wrote:</em><blockquote>I fixed the problem directly on your site with the solution below

    Open templates/uber/tpls/home-construction.php file

    find and change


    <?php if($this->hasMessage()) : ?>
    <div class="container">
    <jdoc:include type="message" />
    </div>
    <?php endif ?>

    to


    <?php if($this->hasMessage()) : ?>
    <div class="container">
    <jdoc:include type="message" />
    <jdoc:include type="component" />
    </div>
    <?php endif ?>

    You can check it again, let me know if it helps</blockquote>

    Ninja.. Thanks for resolving that issue. Its sooooo much easier editing now. . 😀

Viewing 6 posts - 31 through 36 (of 36 total)

This topic contains 35 replies, has 4 voices, and was last updated by  robbenr 9 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum