2020-09-24, 11:58 PM
(2020-09-24, 11:38 PM)Catch Wrote: Thank you for the reply! We did reactive it just now, thank you for offering to look at it! The Members are missing their Like button! lolAdding to what Catch said - we also upgraded to the latest version (TYL) - all files are freshly pasted and overwritten to the appropriate folders...
I never even thought to check the error log. I did just now and it's a mess!
Here is an excerpt from the top:
<error>
<dateline>1574914357</dateline>
<script></script>
<line>0</line>
<type>20</type>
<friendly_type>MyBB SQL Error</friendly_type>
<message>SQL Error: 1062 - Duplicate entry '81090-6' for key 'pid'
Query:
INSERT
INTO mybb_g33k_thankyoulike_thankyoulike (pid
,uid
,puid
,dateline
)
VALUES (81090,6,86,1574914357)
</message>
<back_trace>#0 errorHandler->log_error(20, SQL Error: 1062 - Duplicate entry '81090-6' for key 'pid'
Query:
INSERT
INTO mybb_g33k_thankyoulike_thankyoulike (pid
,uid
,puid
,dateline
)
VALUES (81090,6,86,1574914357)
, , 0) called at [/home/customer/www/beyond-the-fringe.com/public_html/inc/class_error.php:189]
#1 errorHandler->error(20, Array ([error_no] => 1062,[error] => Duplicate entry '81090-6' for key 'pid',[query] =>
INSERT
INTO mybb_g33k_thankyoulike_thankyoulike (pid
,uid
,puid
,dateline
)
VALUES (81090,6,86,1574914357)
)) called at [/home/customer/www/beyond-the-fringe.com/public_html/inc/db_mysqli.php:597]
#2 DB_MySQLi->error(
INSERT
INTO mybb_g33k_thankyoulike_thankyoulike (pid
,uid
,puid
,dateline
)
VALUES (81090,6,86,1574914357)
) called at [/home/customer/www/beyond-the-fringe.com/public_html/inc/db_mysqli.php:337]
#3 DB_MySQLi->query(
INSERT
INTO mybb_g33k_thankyoulike_thankyoulike (pid
,uid
,puid
,dateline
)
VALUES (81090,6,86,1574914357)
, 0, 1) called at [/home/customer/www/beyond-the-fringe.com/public_html/inc/db_mysqli.php:370]
#4 DB_MySQLi->write_query(
INSERT
INTO mybb_g33k_thankyoulike_thankyoulike (pid
,uid
,puid
,dateline
)
VALUES (81090,6,86,1574914357)
) called at [/home/customer/www/beyond-the-fringe.com/public_html/inc/db_mysqli.php:830]
#5 DB_MySQLi->insert_query(g33k_thankyoulike_thankyoulike, Array ([pid] => 81090,[uid] => 6,[puid] => 86,[dateline] => 1574914357)) called at [/home/customer/www/beyond-the-fringe.com/public_html/thankyoulike.php:241]
</back_trace>
</error>
Does that give you any clues?
Thank you in advance!
Thanks...