[SOLVED] Thanks Post MOD Error ?

Temporary forum to obtain support for MODs/Styles while phpbb.com is down
Locked
st0jan
Registered User
Posts: 8
Joined: Mon Feb 02, 2009 4:01 pm

[SOLVED] Thanks Post MOD Error ?

Post by st0jan »

Can someone help me with this. When give someone first post thanks is ok, but second from other accaunt a get this error.

General Error
SQL ERROR [ mysqli ]

Duplicate entry '244' for key 1 [1062]

SQL

INSERT INTO phpbb_thanks (user_id, post_id) VALUES ('2', 244)

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: thanks.php
LINE: 203
CALL: dbal_mysqli->sql_query()

FILE: thanks.php
LINE: 46
CALL: insert_thanks()

FILE: viewtopic.php
LINE: 24
CALL: include('thanks.php')
Last edited by st0jan on Tue Feb 03, 2009 4:21 pm, edited 1 time in total.

User avatar
A_Jelly_Doughnut
Registered User
Posts: 1780
Joined: Wed Jun 04, 2003 4:23 pm

Re: Thanks Post MOD Error ?

Post by A_Jelly_Doughnut »

This looks very much like a bug in the MOD, not something we can easily help you with :(
A_Jelly_Doughnut

st0jan
Registered User
Posts: 8
Joined: Mon Feb 02, 2009 4:01 pm

Re: Thanks Post MOD Error ?

Post by st0jan »

Thanks anyway ;)

idiotnesia
Registered User
Posts: 29
Joined: Thu May 22, 2008 2:46 am

Re: Thanks Post MOD Error ?

Post by idiotnesia »

There are some thanks mod in phpBB which one do you use?
idiotnesia wuz here

st0jan
Registered User
Posts: 8
Joined: Mon Feb 02, 2009 4:01 pm

Re: Thanks Post MOD Error ?

Post by st0jan »

Thank Post MOD Version 0.4.0

Locked