Another mysql error after upgrade
error 232
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Another mysql error after upgrade
error
OP
232
From: -
From: -
I think I fixed it. Must be SELECT msg_count_new FROM instead of SELECT new_msg.
Thanks.
Thanks.
1 Re: Another mysql error after upgrade
error
OP
232
From: -
From: -
Thats strange. I tried last night to track it but there is no new_msg in ipb 3uwrapper.
I got error here:
and PHP part:
I got error here:
<div style="float: left">
<div>You have <a href="https://www.contentteller.com/{$preferences[ 'website_uwrapper_forumpath' ] }/index.php?act=Msg&CODE=01"><strong>{$new_msg} personal message(s)</strong></a>.
and PHP part:
global $uwrapper, $preferences;
$uwrapper -> bbconnect();
$results = $uwrapper -> bbquery( "SELECT new_msg FROM " . $uwrapper -> bbescape( $preferences[ 'website_uwrapper_prefix' ] ) . "members WHERE name = '" . $uwrapper -> bbescape ( $insert['user_username'] ) ."' LIMIT 1" );
list( $new_msg ) = $uwrapper -> bbrow( $results );
$uwrapper -> bbclose();
1 Re: Another mysql error after upgrade
Philipp Esselbach
From: -
Editor
0From: -
Where do you get this error? I can't find this SQL query in the IPB.Board 3 module.
Perhaps a custom block or other modification?
Perhaps a custom block or other modification?
Site is down for several hours.