HikaShop Address Save 403 Error

  • Posts: 44
  • Thank you received: 0
9 years 10 months ago #161360

-- url of the page with the problem -- : guamshops.sakura.ne.jp/gas/mypage/address.html
-- HikaShop version -- :business 2.3.1
-- Joomla version -- : Joomla! 2.5.20
-- PHP version -- : 5.4.29
-- Browser(s) name and version -- : firefox 30.0
-- Error-message(debug-mod must be tuned on) -- : 403 エラー


フォーラムの #150481  TOPIC: HikaShop Adress Save 403 Error  と同様の問題と思われます。
Addressの更新を行おうとすると、添付画像のように403エラーが発生します。

カスタムフィールドを追加したaddressの更新です。
新規登録は問題ありません。

対処方法を至急おしえて下さい。

Call stack
# Function Location
1 JSite->dispatch() JROOT/index.php:42
2 JComponentHelper::renderComponent() JROOT/includes/application.php:194
3 JComponentHelper::executeComponent() JROOT/libraries/joomla/application/component/helper.php:348
4 require_once() JROOT/libraries/joomla/application/component/helper.php:380
5 hikashopController->execute() JROOT/components/com_hikashop/hikashop.php:77
6 JController->execute() JROOT/administrator/components/com_hikashop/helpers/helper.php:1384
7 JError::raiseError() JROOT/libraries/joomla/application/component/controller.php:766
8 JError::raise() JROOT/libraries/joomla/error/error.php:251

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 301
  • Thank you received: 24
9 years 10 months ago #161458

This email address is being protected from spambots. You need JavaScript enabled to view it.

回答が遅れ申し訳ございません。

"components/com_hikashop/controllers/address.php"ファイルを編集して下さい。
次のコード:

if($tmpl == 'component' && $addrtype != '' && $subtask != '' && $config->get('checkout_address_selector', 0)) {
を下記のコード:
if($tmpl == 'component' && ($addrtype != '' || $subtask != '') && $config->get('checkout_address_selector', 0)) {
で置き換えて下さい。

もしくは、基本設定→システム→注文確認タブの「発送&お支払い」内にある住所セレクタで、別の値を選択して下さい。


Hikari software日本語カスタマー担当チーフ
藤井律子

Please Log in or Create an account to join the conversation.

  • Posts: 44
  • Thank you received: 0
9 years 10 months ago #161477

回答ありがとうございました。
但し、問題は継続しています。

① "components/com_hikashop/controllers/address.php"ファイルの編集ですが、HIKASHOPはVer 2.3.1ですので、このソースはご報告頂いた部分は修正済みとなってます。
② 「基本設定→システム→注文確認タブの「発送&お支払い」内にある住所セレクタで、別の値を選択」した場合、
  A:リスト 、及びドロップダウンリストでは、addressの更新を行うと、当初表示されていた住所内容が、画面上消え、Undefined と表示されます。
  (添付画像で確認ください)
  B: 例え、上記のCHeckoutの場面での問題が解決したとしても、ユーザーのアカウントページ(添付画像参照)でAddress項目の変更が同403エラーとなります。(ポップアップによる更新の為??)

問題の解決をお願いします。 



  

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 301
  • Thank you received: 24
9 years 9 months ago #161555

This email address is being protected from spambots. You need JavaScript enabled to view it.
住所セレクタをポップアップにしてお試し下さい。


Hikari software日本語カスタマー担当チーフ
藤井律子

Please Log in or Create an account to join the conversation.

  • Posts: 44
  • Thank you received: 0
9 years 9 months ago #161710

藤井律子様

「住所セレクタをポップアップにしてお試し下さい。 」との事ですが、問題は継続したままです。
ご回答下さい

① 住所セレクタをポップアップにすると、チェックアウトの住所変更時に403エラーとなります。

アクセスが禁止されています
Call stack
# Function Location
1 JSite->dispatch() JROOT/index.php:42
2 JComponentHelper::renderComponent() JROOT/includes/application.php:194
3 JComponentHelper::executeComponent() JROOT/libraries/joomla/application/component/helper.php:348
4 require_once() JROOT/libraries/joomla/application/component/helper.php:380
5 hikashopController->execute() JROOT/components/com_hikashop/hikashop.php:77
6 JController->execute() JROOT/administrator/components/com_hikashop/helpers/helper.php:1384
7 JError::raiseError() JROOT/libraries/joomla/application/component/controller.php:766
8 JError::raise()

② ユーザー用のコントロールパネルにて、住所変更を行う際(ポップアップ)でも同じ403エラーとなります。
アクセスが禁止されています
Call stack
# Function Location
1 JSite->dispatch() JROOT/index.php:42
2 JComponentHelper::renderComponent() JROOT/includes/application.php:194
3 JComponentHelper::executeComponent() JROOT/libraries/joomla/application/component/helper.php:348
4 require_once() JROOT/libraries/joomla/application/component/helper.php:380
5 hikashopController->execute() JROOT/components/com_hikashop/hikashop.php:77
6 JController->execute() JROOT/administrator/components/com_hikashop/helpers/helper.php:1384
7 JError::raiseError() JROOT/libraries/joomla/application/component/controller.php:766
8 JError::raise() JROOT/libraries/joomla/error/error.php:251

Please Log in or Create an account to join the conversation.

  • Posts: 301
  • Thank you received: 24
9 years 9 months ago #161805

This email address is being protected from spambots. You need JavaScript enabled to view it.

バックエンドとFTPへのアクセスを許可して頂けますか?
お手数をおかけしますが、 弊社コンタクトフォーム よりご連絡下さい。
メッセージ欄には本スレッドのリンクhttp://www.hikashop.com/forum/6-japanese-support/869198-hikashop-address-save-403-error/reply/161710.htmlをお書き添え下さいますよう、お願い申し上げます。

それでは、ご連絡をお待ちしております。


Hikari software日本語カスタマー担当チーフ
藤井律子

Please Log in or Create an account to join the conversation.

Time to create page: 0.083 seconds
Powered by Kunena Forum