Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

phpbb bridge and autologon.


alun

Recommended Posts

I tried to reinstall the autologon on mod on top of the bridge mod and get the followiing error...

 

1062 - Duplicate entry '726267c3c61a57c06fa4add51734b31f' for key 1

 

insert into phpbb_sessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in) VALUES ('726267c3c61a57c06fa4add51734b31f', '101', '1109874432', '1109874432', '52709702', '0', '1')

 

[TEP STOP]

 

 

 

any ideas???

Thanks,

<_<

Link to comment
Share on other sites

  • 3 weeks later...

##############################################

1. use phpMyAdmin in phpbb2 databasese

##############################################

in phpbb_sessions TETABLE

 

TRUNCA TETABLE

 

 

 

##############################################

2. in /catalog/includes/configure.php

##############################################

 

chang:

 

define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

 

for:

 

define('STORE_SESSIONS', 'mysql');// leave empty '' for default handler or set to 'mysql'

 

 

#############################################

3. in /catalog/admin/includes/configure.php

#############################################

 

chang:

 

define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

 

for:

 

define('STORE_SESSIONS', 'mysql');// leave empty '' for default handler or set to 'mysql'

 

 

2.「sessions有問題時」,是出現什麼情況?

沒錯誤即不用改.

 

這是用原文測試時,新增客戶時出現的,會有sessions錯誤的訊息出現

 

按中文說明修正後即未出現

 

 

3.比對您的中文說明後,是不是osc 及phpbb2曾加裝外掛或修改者,按您的說明進行修改。如果是全新安裝osc 及phpbb2者,將phpBB2 Bridge內含檔案直接上傳覆蓋即可(須另增修中文化檔案)?

 

原文檔不能直接覆蓋,因為它可能是英文版的,跟中文的檔有些不同,直接覆蓋有些檔會有問題,最好是參考它增加的部份來改.

 

中文安裝說明是把它增加的部份全部寫在說明上,不用再一個檔一個檔的找,只附上新增的檔案,要拷貝到相對的目錄.

 

有問題可對照原文檔參考.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...