Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • APOSTOLOS FOUKIS Friend
    #205596

    Hi, I use J 2.5 and Ja Mendozite.
    How can I change the message:
    “404, Component not found Now what ? Go -> Home ! Or Find other GOAL :)”
    to a nice 404 error page?

    jooservices Friend
    #567314

    Hi there
    Please use search string to locate it.

    ; 404 ;
    ERROR_LAYOUT_PLEASE_TRY_ONE_OF_THE_FOLLOWING_PAGES="Now what ? Go"
    ERROR_LAYOUT_GO_TO_THE_HOME_PAGE="Home Page"
    ERROR_LAYOUT_HOME_PAGE="-> Home !"
    ERROR_LAYOUT_PLEASE_CONTACT_THE_SYSTEM_ADMINISTRATOR="Find other GOAL :)"

    languageen-GBen-GB.tpl_ja_mendozite.ini

    <div class="error">
    <div id="outline">
    <div id="errorboxoutline">
    <div id="errorboxheader"><?php echo $this->error->getCode(); ?>, <?php echo $this->error->getMessage(); ?></div>
    <div class="errormenu"><?php echo JText::_('ERROR_LAYOUT_PLEASE_TRY_ONE_OF_THE_FOLLOWING_PAGES'); ?> <a href="<?php echo $this->baseurl; ?>/index.php" title="<?php echo JText::_('ERROR_LAYOUT_GO_TO_THE_HOME_PAGE'); ?>"><?php echo JText::_('ERROR_LAYOUT_HOME_PAGE'); ?> </a> Or <?php echo JText::_('ERROR_LAYOUT_PLEASE_CONTACT_THE_SYSTEM_ADMINISTRATOR'); ?>
    </div>
    <div id="techinfo">
    <p>
    <?php if ($this->debug) :
    echo $this->renderBacktrace();
    endif; ?>
    </p>
    </div>
    </div>
    </div>
    </div>

    templatesja_mendoziteerror.php

    Thank you,
    Viet Vu

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

This topic contains 2 replies, has 2 voices, and was last updated by  jooservices 9 years ago.

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