Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • conradm Friend
    #180013

    When tuning the 404 page I discovered that one word is hardcoded in error.php (not using JText syntax). The word is “or”… Okay it was not a big deal for me to correct it but hey, Joomla is multianguage, and i’m quite sure that many Joomlart clients are using like me this feature. Yes it’s just a detail but like we use to say in french : the devil is in the details (le diable se cache dans les détails).
    Thank you for your attention.

    Ninja Lead Moderator
    #464741

    This is the details error.php file on JA Mendozite

    <?php
    /**
    * @package Joomla.Site
    * @copyright Copyright (C) 2005 – 2012 Open Source Matters, Inc. All rights reserved.
    * @license GNU General Public License version 2 or later; see LICENSE.txt
    */

    defined(‘_JEXEC’) or die;
    if (!isset($this->error)) {
    $this->error = JError::raiseWarning(404, JText::_(‘JERROR_ALERTNOAUTHOR’));
    $this->debug = false;
    }
    //get language and direction
    $doc = JFactory::getDocument();
    $this->language = $doc->language;
    $this->direction = $doc->direction;
    ?>
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
    <html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”<?php echo $this->language; ?>” lang=”<?php echo $this->language; ?>” dir=”<?php echo $this->direction; ?>”>
    <head>
    <title><?php echo $this->error->getCode(); ?> – <?php echo $this->title; ?></title>
    <link rel=”stylesheet” href=”<?php echo $this->baseurl; ?>/templates/ja_mendozite/css/error.css” type=”text/css” />
    </head>
    <body>
    <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>
    </body>
    </html>

    But I could not find Hardcoded text on this file your mention.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 12 years, 3 months ago.

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