As I already wrote, I had problems editing posts. I received a maxloggedin error message, when guest tracking mod was active. I contacted another user, who installed your member tracking mod and had the same error. He said that he "solved" it by commenting out
Code:
$vbulletin->datastore->do_fetch('maxloggedin',$errors);
in members who have visited plugin, but he doesn' t know why the problem occured.
I did the same and I don' t seem to receive the error message any more. But since there must be good reason for adding the code, I wanted to ask, if this is a harmless work around for our problem or if we need to find a better solution.
Edit: Correction, I still received the error. Now I commented it out in the guest tracking plugin.
Edit2: Commenting it out in guest tracking makes the most users ever online count (members and guests) and "most guests online over 24 hours" count not working correctly. The values do not get stored any more, so that it always displays the current count with the current time. I use the original code again.