Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [fmp] Error when I try th verify the links: Edit Log

Here is the list of edits for this post
Re: [fmp] Error when I try th verify the links
Quote:
$sth = $db->select ( $cond, ['ID', 'URL'] );[/code]
Try changing that line to:

$sth = $db->select ( $cond, ['ID', 'URL'] ) or die $GT::SQL::error;

...that will hopefully show you some details.

Last edited by:

Paul: Sep 21, 2002, 9:21 AM

Edit Log: