Source for file LC_Page_Error.php
Documentation is available at LC_Page_Error.php
<?php //-*- coding: utf-8 -*-
* This file is part of EC-CUBE
* Copyright(c) 2000-2011 LOCKON CO.,LTD. All Rights Reserved.
* http://www.lockon.co.jp/
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
require_once CLASS_EX_REALDIR . 'page_extends/LC_Page_Ex.php';
* @author LOCKON CO.,LTD.
* @version $Id:LC_Page_Error.php 15532 2007-08-31 14:39:46Z nanasess $
/** SC_SiteSession インスタンス */
* DBエラー発生時, エラーページを表示しようした際の DB 接続を防ぐため,
* ここでは, parent::init() を行わない.
$this->tpl_mainpage = 'error.tpl';
$this->tpl_title = 'エラー';
$this->objDisplay = new SC_Display_Ex();
$this->tpl_error= "ご指定のページはございません。";
SC_Response_Ex::sendHttpStatus(404);
$this->tpl_error= "不正なページ移動です。";
$this->tpl_error= "カートに商品ががありません。";
$this->tpl_error= "購入処理中は、カートに商品を追加することはできません。";
$this->tpl_error= "この手続きは無効となりました。以下の要因が考えられます。<br />・セッション情報の有効期限が切れてる場合<br />・購入手続き中に新しい購入手続きを実行した場合<br />・すでに購入手続きを完了している場合";
$this->tpl_error= "ご指定のカテゴリは存在しません。";
SC_Response_Ex::sendHttpStatus(404);
$this->tpl_error= "メールアドレスもしくはパスワードが正しくありません。";
$this->tpl_error= "メールアドレスもしくはパスワードが正しくありません。<br />本登録がお済みでない場合は、仮登録メールに記載されている<br />URLより本登録を行ってください。";
$this->tpl_error= "不正なアクセスです。";
$this->tpl_error= "申し訳ございませんが、ご購入の直前で売り切れた商品があります。この手続きは無効となりました。";
$this->tpl_error= "申し訳ございませんが、カート内の商品情報の取得に失敗しました。この手続きは無効となりました。";
$this->tpl_error= "申し訳ございませんが、ポイントが不足しております。この手続きは無効となりました。";
$this->tpl_error= "既にお気に入りに追加されている商品です。";
$this->tpl_error= "ファイルの解凍に失敗しました。\n指定のディレクトリに書き込み権限が与えられていない可能性があります。";
$this->tpl_error= "ファイルのFTPダウンロードに失敗しました。";
$this->tpl_error= "FTPログインに失敗しました。";
$this->tpl_error= "FTPログインに失敗しました。";
$this->tpl_error= "DBの作成に失敗しました。\n指定のユーザーには、DB作成の権限が与えられていない可能性があります。";
$this->tpl_error= "データベース構造のインポートに失敗しました。\nsqlファイルが壊れている可能性があります。";
$this->tpl_error= "指定のパスに、設定ファイルが存在しません。";
$this->tpl_error= "設定ファイルに書き込めません。\n設定ファイルに書き込み権限を与えてください。";
$this->tpl_error= "ダウンロードファイルが存在しません。<br />申し訳ございませんが、店舗までお問合わせ下さい。";
$this->tpl_error= "エラーが発生しました。";
* エラーページではトランザクショントークンの自動検証は行わない
Documentation generated on Fri, 24 Feb 2012 14:01:57 +0900 by Seasoft
|