Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [afinlr] Inaccurate links count

Quote Reply
Re: [afinlr] Inaccurate links count In reply to
Yes, that's most likely the problem. A while ago, we found a bug in the SQL code that in certain situations, recreating/syncing your database makes it lose the fk_tables entries. For Links SQL, this means the following tables should look like:
Code:
Category:
'fk_tables' => [
'lsqldev_CatPrice',
'lsqldev_CatLinks',
'lsqldev_CatRelations',
'lsqldev_Editors'
],

Links:
'fk_tables' => [
'lsqldev_Payments',
'lsqldev_Changes',
'lsqldev_Reviews',
'lsqldev_CatLinks',
'lsqldev_Verify'
],

Payments:
'fk_tables' => [
'lsqldev_PaymentLogs'
],

Users:
'fk_tables' => [
'lsqldev_Links',
'lsqldev_Changes',
'lsqldev_Reviews',
'lsqldev_Editors',
'lsqldev_Sessions'
],

Adrian
Subject Author Views Date
Thread Inaccurate links count SandraR 9322 Oct 13, 2004, 12:17 PM
Thread Re: [SandraR] Inaccurate links count
Andy 9210 Oct 14, 2004, 4:43 AM
Thread Re: [Andy] Inaccurate links count
nmjudy 9171 Oct 14, 2004, 6:08 AM
Thread Re: [nmjudy] Inaccurate links count
SandraR 9189 Oct 14, 2004, 10:00 AM
Post Re: [SandraR] Inaccurate links count
tondelo 9135 Oct 14, 2004, 12:44 PM
Thread Re: [SandraR] Inaccurate links count
afinlr 9151 Oct 14, 2004, 2:52 PM
Thread Re: [afinlr] Inaccurate links count
tondelo 9236 Oct 14, 2004, 5:03 PM
Thread Re: [tondelo] Inaccurate links count
afinlr 9105 Oct 14, 2004, 5:06 PM
Thread Re: [afinlr] Inaccurate links count
tondelo 9161 Oct 14, 2004, 5:57 PM
Thread Re: [tondelo] Inaccurate links count
SandraR 9138 Oct 14, 2004, 8:07 PM
Thread Re: [SandraR] Inaccurate links count
afinlr 9071 Oct 15, 2004, 9:21 AM
Thread Re: [afinlr] Inaccurate links count
tondelo 9087 Oct 15, 2004, 9:34 AM
Thread Re: [tondelo] Inaccurate links count
afinlr 9101 Oct 15, 2004, 9:44 AM
Thread Re: [afinlr] Inaccurate links count
tondelo 9097 Oct 15, 2004, 10:05 AM
Thread Re: [tondelo] Inaccurate links count
afinlr 9093 Oct 15, 2004, 10:20 AM
Thread Re: [afinlr] Inaccurate links count
tondelo 9085 Oct 18, 2004, 1:46 PM
Thread Re: [tondelo] Inaccurate links count
afinlr 9111 Oct 18, 2004, 2:02 PM
Thread Re: [afinlr] Inaccurate links count
tondelo 9036 Oct 18, 2004, 2:26 PM
Post Re: [tondelo] Inaccurate links count
afinlr 9100 Oct 18, 2004, 2:39 PM
Thread Re: [afinlr] Inaccurate links count
brewt 9175 Oct 18, 2004, 3:15 PM
Thread Re: [brewt] Inaccurate links count
tondelo 9134 Oct 18, 2004, 6:18 PM
Post Re: [tondelo] Inaccurate links count
brewt 9040 Oct 18, 2004, 7:15 PM
Thread Re: [tondelo] Inaccurate links count
nmjudy 9071 Oct 23, 2004, 2:29 PM
Thread Re: [nmjudy] Inaccurate links count
tondelo 9008 Oct 23, 2004, 8:07 PM
Post Re: [tondelo] Inaccurate links count
nmjudy 1700 Oct 24, 2004, 4:57 AM
Post Re: [tondelo] Inaccurate links count
Jagerman 1720 Oct 26, 2004, 10:30 AM
Post Re: [tondelo] Inaccurate links count
Andy 9132 Oct 15, 2004, 6:34 AM