Results 1 to 14 of 14

Thread: Anyone else get an error like this?

  1. #1

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Anyone else get an error like this?

    I've gotten this error twice now - this time (and I believe the last time) when clicking on an e-mail notification link...
    Attached Images Attached Images  

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Anyone else get an error like this?

    What browser are you using?

    I don't get that, but I do get this ALL the time. The only way I can get around it is to go into IE properties, delete all cookies and then delete all off line content. This is not a problem with this site however as I do not get this error at home. So, my question would be do you get your error regardless of what computer your are on?
    Attached Images Attached Images  

  3. #3

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Anyone else get an error like this?

    Using IE7...

    I think it's only happened on my "e-mail/forum workstation" on my desk at work.

    It's only happened twice - so it's hard to say if it will happen on my laptop.

    To get around it I simply close all my VB IE windows and open a fresh one - travel to the VB site...

    Then if I re-click the e-mail notification link it will work properly.

    I hate having to drop all my cookies and clear all content - I've got so many sites I visit...

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Anyone else get an error like this?

    Did this ever happen when you used IE6?

  5. #5
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Anyone else get an error like this?

    This occasionally happens to me using FireFox.. usually after making a really long post, when previewing the next post I'm writing (no problem when the 'next' post is done without a preview).

    Simply deleting the following two VBForums cookies solves it:
    JPnyc_postCookie
    bbthread_lastview

  6. #6

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Anyone else get an error like this?

    It never happened with IE6...

    And Si - I think it's related to having windows open with really long replies just made and such. I usually have IE open 3 or 4 times with VB forum threads in them...

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  7. #7
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Anyone else get an error like this?

    Yep, the "JPnyc_postCookie" stores the last post you made or previewed (for the "LastPost" bit above the Reply/Quick Reply box).

    I'm not sure why it gets sent to the forums, as theoretically it is only needed client-side (but then I haven't inspected the code to check!).


    I usually find that clearing just that cookie is enough, but sometimes need to clear bbthread_lastview too.

  8. #8

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Anyone else get an error like this?

    I never use Quick Reply - what does clicking LAST POST actually retrieve into that window and why would you want to use that??

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  9. #9
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Anyone else get an error like this?

    It's on both the Quick-Reply box and the main Reply page (in both cases, just above the area you type in).

    It simply replaces the current text with the last text you posted/previewed... which is useful if your browser crashes etc.

  10. #10

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Anyone else get an error like this?

    Sometimes when I put a lot of effort into a reply - and knowing I've been burned by browser crashes before - I copy/paste the text into NOTEPAD just in case.

    Are you saying that I don't need to do this - that LASTPOST will retrieve my last post?

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  11. #11
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Anyone else get an error like this?

    Correct.

    (as a warning tho, it may be removed soon - so check that LastPost is still shown above the edit box before you rely on it!)

  12. #12
    PowerPoster JPnyc's Avatar
    Join Date
    Oct 2002
    Location
    Manhattan
    Posts
    3,015

    Re: Anyone else get an error like this?

    It's the last post cookie. If the post exceeds 4k that's the limit a cookie can hold, so you get that error. That won't happen in the new version we upgrade to next week, since the lastpost cookie will no longer be there.

  13. #13
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    343

    Re: Anyone else get an error like this?

    Someone could have gave you a solution already, but I have one
    I don't get that, but I do get this ALL the time. The only way I can get around it is to go into IE properties, delete all cookies and then delete all off line content. This is not a problem with this site however as I do not get this error at home. So, my question would be do you get your error regardless of what computer your are on?
    If you get firefox you can set the properties to clear cookies, ect. when it closes. That could help what you have. Also it does it much faster (very fast) and doesn't cause firefox to "lock" up like IE6. Hope that helps.

  14. #14
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Anyone else get an error like this?

    Quote Originally Posted by si_the_geek
    Yep, the "JPnyc_postCookie" stores the last post you made or previewed (for the "LastPost" bit above the Reply/Quick Reply box).

    I'm not sure why it gets sent to the forums, as theoretically it is only needed client-side (but then I haven't inspected the code to check!).


    I usually find that clearing just that cookie is enough, but sometimes need to clear bbthread_lastview too.
    All cookies get sent regardless of whether they are set client or server-side.

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