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?
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.
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.
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?
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
All actually looks pretty good to be honest
Thanks
David
Cheers for the quick reply, I will look into this and report back :-)
Hi David, Try this query:
And see if there are any rows with the same NodeId and the same date
// Herman
Is this what you are meaning, sorry for the late reply been very busy :-)
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
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
is working on a reply...