Jump to content

what does -1 message mean?


ryanheritage

Recommended Posts

I think I fixed it..

I ran the following query into the database..

UPDATE ibf_members SET new_msg = 0 WHERE new_msg < 0

Then I editted the sources/lib/func_msg.php file to iclude

$this->ipsclass->DB->do_update( 'members', array( 'new_msg' => 0 ), 'new_msg < 0' );

 

Just in case this ever happens to come up in conversation..you'll know the fix.

 

Some uber-geek gave me the fix, actually...I just copied and pasted...I'm a freekin whiz at copy/paste.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recent Topics

    Popular Topics

    Upcoming Events


×
×
  • Create New...