| Author |
Message |
Themis Worker


Joined: Nov 17, 2003 Posts: 131
|
Posted:
Tue Nov 18, 2003 9:46 am |
|
I'm not sure if this is the right forum for this, but we are getting an error with the bookmark link.
Category Comment Modified Edit Delete
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/html/includes/sql_layer.php on line 238
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /var/www/html/includes/sql_layer.php on line 494
Is there simply a cut and paste fix that I could do??
Thank you in advance
Shonie |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Tue Nov 18, 2003 10:47 am |
|
That's a NC thingy and I don't support their bundles. That error means that their is a database table either missing or a column mismatch. Edit includes/sql_layer.php and search for '$sql_debug = 0;' and change it to read '$sql_debug = 1;'. Now when you try that Bookmark function it should reveal the SQL statement(s) that are failing. After you make the change if you are unable to figure it out, please post back the url so can take a look. |
|
|
|
 |
Themis Worker


Joined: Nov 17, 2003 Posts: 131
|
Posted:
Tue Nov 18, 2003 11:03 am |
|
I understand why you don't support the NC thingy. I'm hoping that my little buddy that did the install will be able to follow your suggestions as per last night. I'll go peek though and see if I can at least track that down.
Thanks for your help Raven. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Tue Nov 18, 2003 11:08 am |
|
If he does what I instruct it will point out what table is crapping out and that will be the basis for correcting it. |
|
|
|
 |
|
|
|
|