Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • David McGawn 37 posts 150 karma points
    Aug 19, 2016 @ 06:56
    David McGawn
    0

    Server Error after been working for a while

    So i have this error after having the plugin installed for a little while, it is only happening on random pages, but if i comment it out for a day and back in it works fine. any ideas?

    enter image description here

  • Cimplex 113 posts 576 karma points
    Aug 19, 2016 @ 07:37
    Cimplex
    0

    Hi David, I think i figured out what happens, each day one row is created in the database and this row has a column called Counter or Value (cant remember) and is incremented each time the Increment method is called.

    It looks like increment method have created two rows or more with the same date and when it tries to increment two rows is returned breaks the code.

    Can you look in your database and see if there are any rows with the same date value?

    I currently not available and can not release a patch for this bug this week but i will try to deal with it next week.

    // Herman

  • David McGawn 37 posts 150 karma points
    Aug 19, 2016 @ 10:34
    David McGawn
    0

    enter image description here

    All actually looks pretty good to be honest

    Thanks

    David

  • David McGawn 37 posts 150 karma points
    Aug 19, 2016 @ 08:25
    David McGawn
    0

    Cheers for the quick reply, I will look into this and report back :-)

  • Cimplex 113 posts 576 karma points
    Aug 19, 2016 @ 11:54
    Cimplex
    0

    Hi David, Try this query:

    SELECT * FROM uIncrement_Counter OrderBy NodeId
    

    And see if there are any rows with the same NodeId and the same date

    // Herman

  • David McGawn 37 posts 150 karma points
    Aug 23, 2016 @ 07:22
    David McGawn
    0

    Is this what you are meaning, sorry for the late reply been very busy :-)

    enter image description here

  • Cimplex 113 posts 576 karma points
    Sep 03, 2016 @ 14:02
    Cimplex
    0

    Hi David,

    Sorry for this late reply, I have just released uIncrement 1.0.1 and fixed the duplicate bug. I also updated the session so the performance should be much better now.

    To upgrade simply install the package again or replace the .dll file manually.

    // Herman

  • David McGawn 37 posts 150 karma points
    Sep 08, 2016 @ 07:45
    David McGawn
    0

    Morning,

    Thanks for the upgrade i will do it this week and let you know my finding, been on holiday so playing catch up just now

    Thanks

    David

Please Sign in or register to post replies

Write your reply to:

Draft