0

私はこれらの問題を解決するのに完全に途方に暮れており、必死に助けが必要です.

新しい (フォルダー) の場所で prestahsop 1.4.4 を 1.5 にアップグレードしようとしていました。問題なく新しい prestashop をインストールしました。既存の prestashop とは別のフォルダーにあります。

しかし、そのインストール以来、管理者またはストアのいずれかの既存の prestashop にアクセスできません。それまでは何の問題もありませんでした。

エラー レポートは次のとおりです。

店頭

Warning: Invalid argument supplied for foreach() in /hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Language.php on line 554

Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Language.php:554) in/hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Cookie.php on line 300

Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Language.php:554) in/hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Cookie.php on line 300

Fatal error: Cannot access empty property in /hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/FrontController.php on line 228

管理者

Warning: Invalid argument supplied for foreach() in /hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Language.php on line 554

Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Language.php:554) in/hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/admin0811/header.inc.php on line 29

Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Language.php:554) in/hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/admin0811/header.inc.php on line 30

Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Language.php:554) in/hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/admin0811/header.inc.php on line 31

Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Language.php:554) in/hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/admin0811/header.inc.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Language.php:554) in/hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Cookie.php on line 300

Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Language.php:554) in/hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Cookie.php on line 300

Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Language.php:554) in/hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Cookie.php on line 300

Warning: Cannot modify header information - headers already sent by (output started at /hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Language.php:554) in /hermes/bosweb25a/b56/nf.logorythm/public_html/logostore/classes/Tools.phpon line 104[/quote]

Language.php l554 のコードは

 foreach ($result AS $row)

これは下にあります/** Load all languages in memory for caching

FrontController.php l228 のコードは

if ($cart->{Configuration::get('PS_TAX_ADDRESS_TYPE')})

Tools.php l104 のコードは

header('Location: '.$url);

これは下にあります/** redirect to another admin page

Cookie.php l300 のコードは

return setcookie($this->_name, $content, $time, $this->_path, $this->_domain, 0, true);

この情報が誰かが私を正しい方向に向けるのに十分であることを願っています. 緊急の支援が必要です。

どうもありがとう、

K

4

1 に答える 1

0

これらの問題にはいくつかの理由が考えられます。以下の質問にお答えいただけますでしょうか。

1) Prestashop 1.5 のインストール中に新しいデータベースを作成しましたか、それとも古い prestashop 1.4 と同じデータベースを使用しましたか?

2) Prestashop 1.5 をインストールしたサイトは正常に動作していますか?

3) http://doc.prestashop.com/display/PS15/Updating+PrestaShophttp://doc.prestashop.com/display/PS14/Updating+PrestaShopを読みましたか?

サイトでエラーを有効にすると、正確な問題を確認できるようになります。

ありがとうございました

于 2013-03-09T06:07:51.563 に答える