[Tep-j-general] Ultimate_SEO_URLS_for_MS1Jで不具合

Back to archive index

Koba koba.****@gmail*****
2007年 6月 12日 (火) 14:08:29 JST


catalog/create_account_process.phpに姓名カナを追加した際の問題を発見しました。
if (SESSION_RECREATE == 'True') { // 2004/04/25 Add session management
      tep_session_recreate();
    }以下に
tep_session_register('customer_first_name_kana');
tep_session_register('customer_last_name_kana');
の抜けがありました。
修正のうえ、テストしましたが、画面上はcreate_account_success.phpまで
推移するようになりましたが、
address_bookテーブルのcustomers_idは0
customers_infoテーブルのcustomers_info_idは0
の状況に変化はありませんでした。
そこで、仕様の異なるサーバで同じテストをしたところ、問題なく動いてくれました。
問題なく動いたサーバ(ロリポップ)は、
PHP:4.3.11
MySQL:4.2.24
動かないサーバ(ウェブアリーナVPS)は、
PHP:4.3.11
MySQL:3.23.58
です。
これは、サーバ仕様を変えない限り、解決できないということになるのでしょうか?
何を調べれば良いのか?ヒントをいただければ幸いです。
-- 
小林


Tep-j-general メーリングリストの案内
Back to archive index