Can't find any data in table 'channels' for channel
name 'Channel_1'. The PHP return code is: 0 The
value of database link identifyer is: Resource id #8
I am having this same exact problem also. I've figured out
that it is from the newer versions of PHP > 4.2 as far as I can
tell. On PHP 4.3 I get this error. The error comes from
the /includes/channels_inc.php file at line 99 from this
function call: if (mysql_affected_rows($db_handle)>0) { }
else { echo "Can't find any data...";
Is there any patch or fix around this?? mysql_affected_rows is
checking for some kind of update that happens in an included
file, but I'm not sure which, and I don't know why this code
does not work anymore. Thanks for any info, and your
chatroom was very cool when it was working. :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
I am having this same exact problem also. I've figured out
that it is from the newer versions of PHP > 4.2 as far as I can
tell. On PHP 4.3 I get this error. The error comes from
the /includes/channels_inc.php file at line 99 from this
function call: if (mysql_affected_rows($db_handle)>0) { }
else { echo "Can't find any data...";
Is there any patch or fix around this?? mysql_affected_rows is
checking for some kind of update that happens in an included
file, but I'm not sure which, and I don't know why this code
does not work anymore. Thanks for any info, and your
chatroom was very cool when it was working. :)