Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Is A Bug? 
 
If i attach two post i have this debug error:

Could not delete topic reads

DEBUG MODE

SQL Error : 1196 Warning: Some non-transactional changed tables couldn't
be rolled back

DELETE FROM phpbb_upi2db_unread_posts WHERE topic_id IN ()

Line : 846
File : modcp.php

You have ideas?

This is the section of line 846 in modcp.php

//<!-- BEGIN Unread Post Information to Database Mod -->
                                if($userdata['upi2db_access'])
                                {
                                    $sql = "DELETE FROM " . UPI2DB_UNREAD_POSTS_TABLE . "
                                        WHERE topic_id IN ($topic_id_sql)";

                                    if ( !$db->sql_query($sql) )
                                    {
                                        message_die(GENERAL_ERROR, 'Could not delete topic reads', '', __LINE__, __FILE__, $sql);
                                    }

                                    $sql = "DELETE FROM " . UPI2DB_LAST_POSTS_TABLE . "
                                        WHERE topic_id IN ($topic_id_sql)";

                                    if ( !$db->sql_query($sql) )
                                    {
                                        message_die(GENERAL_ERROR, 'Could not delete topic reads', '', __LINE__, __FILE__, $sql);
                                    }
                                }
//<!-- END Unread Post Information to Database Mod -->

P.S. phpBBXS 0.58a
 



 
liviobaitSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Is A Bug? 
 
I'm tired of this kind of topics.

First, the topic title... second there are two topics about this error...

You got a beautiful Yellow Card...

http://www.phpbbxs.eu/viewtopic.php?p=5623#p5623
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events