Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: Duplicates Software Error

Quote Reply
Re: Duplicates Software Error In reply to
Hmmmm....

It seems to be missing.

Try this... in the Admin_HTML.pm file, find the line in the check_duplicates area that is:

my $offset = $in->param('offset') || 0;

after that, put the line:

$db->do (qq! SET OPTION SQL_BIG_TABLES = 1 !); ### needed for big tables.



that should work.

Let me know. That's the only place in any of my files I have it. (most of my tables/sites are well below the big-table limit).



Subject Author Views Date
Thread Duplicates Software Error gkep 2312 May 23, 2000, 6:14 PM
Thread Re: Duplicates Software Error
pugdog 2251 May 23, 2000, 6:44 PM
Thread Re: Duplicates Software Error
gkep 2254 May 23, 2000, 7:06 PM
Thread Re: Duplicates Software Error
pugdog 2251 May 23, 2000, 7:28 PM
Thread Re: Duplicates Software Error
pugdog 2236 May 25, 2000, 7:13 PM
Post Re: Duplicates Software Error
gkep 2236 May 25, 2000, 11:17 PM