CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 15 of 19 FirstFirst ... 512131415161718 ... LastLast
Results 211 to 225 of 280
  1. #211
    Join Date
    Jul 2012
    Posts
    13

    Re: New Forum Update

    well I registered in july but I didn't see the old codeguru

  2. #212
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: New Forum Update

    There is already so much ... however i feel i need to add this one too..

    On occasion (and has happened to me about 4 times in the last few months) when submitting a post or an edit (Self or mod edit) i get a SQL error page with the following detail
    Code:
    Database error in vBulletin 4.1.5:
    
    Invalid SQL:
    INSERT INTO searchgroup (username, contenttypeid, groupid, userid, dateline)
    			VALUES ( 'arunchristopher', 2, 521485, 385811, 1346160561 )
    			ON DUPLICATE KEY UPDATE  username = VALUES(username), contenttypeid = VALUES(contenttypeid), groupid = VALUES(groupid), userid = VALUES(userid), dateline = VALUES(dateline);
    
    MySQL Error   : Lock wait timeout exceeded; try restarting transaction
    Error Number  : 1205
    Request Date  : Thursday, August 30th 2012 @ 12:01:08 AM
    Error Date    : Thursday, August 30th 2012 @ 12:01:37 AM
    Script        : http://forums.codeguru.com/editpost.php?do=updatepost&postid=2082535
    Referrer      : http://forums.codeguru.com/showthread.php?521485-VB-6-calculates-differently-for-No-Optimiza-and-Optimize-for-Fast-Code-exe-builds
    IP Address    : 198.54.202.3
    Username      : GremlinSA
    Classname     : vB_Database
    MySQL Version : 5.5.21-log
    and this is very often around the time that there's terrible lag on the site... So I think it could be related...
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  3. #213
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: New Forum Update

    Where do you see that???
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  4. #214
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: New Forum Update

    Quote Originally Posted by dglienna View Post
    Where do you see that???
    See what ???
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  5. #215
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: New Forum Update

    Once again trying to get to this topic...

    Screen shot attached....
    Name:  CGDBError.jpg
Views: 1104
Size:  53.2 KB
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  6. #216
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,835

    Re: New Forum Update

    I've seen that page quite frequently too. It seems to crash the forum and I usually can't get back onto CG for maybe 3 or 4 minutes.
    "A problem well stated is a problem half solved.” - Charles F. Kettering

  7. #217
    Join Date
    May 2002
    Posts
    10,943

    Re: New Forum Update

    I clear out my CG cookies after that message and then sign back in. Seems to work right away.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  8. #218
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: New Forum Update

    Quote Originally Posted by PeejAvery View Post
    I clear out my CG cookies after that message and then sign back in. Seems to work right away.
    Yes, it helps, however only for some days (sometimes a week), and then all the problems come back. And I do NOT want to remove my cookies/history every week because all my saved logins go away!
    Note that I didn't have such a problem with the previous CG versions at all.
    Victor Nijegorodov

  9. #219
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: New Forum Update

    I don't think cookies has anything to do with it. I don't clear cookies, but the message just comes and goes when it feels like it. I'll get it a few times, then 5 minutes later it's gone away.

  10. #220
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: New Forum Update

    The last hours or so CG have behaved like before the update so some major issue might have been fixed (holding my thumbs).
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  11. #221
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: New Forum Update

    I had thought the same until about forty minutes ago being in the "quick reply" mode I got the "... want to leave this page" dialog and after pressing "leave this page" button got moved to the "normal reply with quoutes" mode with already published message and a popup dialog telling me that I cannot post my message until .... seconds!

    And I got the "database problem" messages the whole day yesterday and also once or two times today.
    Victor Nijegorodov

  12. #222
    Join Date
    Sep 2000
    Location
    Indianapolis
    Posts
    6,754

    Re: New Forum Update

    Some processes were ended as of last night. Let's see how performance is for the next day or two. Let's see if it is any better at all.....
    -----------------------------------------------
    Brad! Jones,
    Yowza Publishing
    LotsOfSoftware, LLC

    -----------------------------------------------

  13. #223
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: New Forum Update

    Quote Originally Posted by Brad Jones View Post
    Some processes were ended as of last night. Let's see how performance is for the next day or two. Let's see if it is any better at all.....
    Brad!
    I have no idea what "Some processes were ended as of last night" means but the most of the problems still persists:
    1. Some minutes ago I got again the popup about "Leave this page" and after confirm to leave could saw my post being duplicated.
    2. Then while trying to post in this thread I had to wait about 40..50 seconds and then got the message about connection problem with this site... (well, after Refresh it began to work again)
    Victor Nijegorodov

  14. #224
    Join Date
    Sep 2000
    Location
    Indianapolis
    Posts
    6,754

    Re: New Forum Update

    ugh.

    I'll make sure everyone internally knows that the issues continue and that we need to continue to search for solutions.

    Brad!
    -----------------------------------------------
    Brad! Jones,
    Yowza Publishing
    LotsOfSoftware, LLC

    -----------------------------------------------

  15. #225
    Join Date
    May 2002
    Posts
    10,943

    Re: New Forum Update

    Quote Originally Posted by Brad Jones View Post
    ...and that we need to continue to search for solutions.
    Can't we just roll back all the software to 2009?
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Page 15 of 19 FirstFirst ... 512131415161718 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured