Jump to content

Timeout / Plugin doesn't open


gabriel710
  • CJ Duplicate Member Logger 1.0.3 CJ Duplicate Member Logger 1.0.2 Closed Bug

Hi,

ACP > Members > Duplicate Logs

In our install, it keeps loading forever and gives what it seems like a timeout error, and no data is displayed.

Please let us know how we could debug this issue.

Thanks,

Gabriel.


User Feedback

Recommended Comments

Hi @Michael! There is no log called "support logs". I imagine that you are talking about "system logs". Nothing is logged at either the system or the error logs.

We run a pretty busy forums with over 500,000 users. We currently have over 8,000 duplicate members logged. I think the reason we are seeing a timeout is due to the huge number of duplicate members we have, compared to your usual testing environment.

Please let me know if you need me to create an admin account at our install for you to have full access to our ACP. In that case, send me an email.

mysql> select count(*) from cjdml_members;
+----------+
| count(*) |
+----------+
|     8185 |
+----------+

Cheers,

Gabriel.

Link to comment
Share on other sites

Just now, gabriel710 said:

Hi @Michael! There is no log called "support logs". I imagine that you are talking about "system logs". Nothing is logged at either the system or the error logs.

We run a pretty busy forums with over 500,000 users. We currently have over 8,000 duplicate members logged. I think the reason we are seeing a timeout is due to the huge number of duplicate members we have, compared to your usual testing environment.

Please let me know if you need me to create an admin account at our install for you to have full access to our ACP. In that case, send me an email.


mysql> select count(*) from cjdml_members;
+----------+
| count(*) |
+----------+
|     8185 |
+----------+

Cheers,

Gabriel.

yeah system logs, it was late that day :). so its not paginating? it should be limiting to 25 per page. I'll see why its not working.

Link to comment
Share on other sites

2 minutes ago, Michael said:

so its not paginating?

My friend, it is not opening at all. It gives a timeout error. I am sending you a dump of the cjdml_members table via PM, so you can try to populate a testing environment to take a look.

BTW: We also had the issue of this plugin logging guest members, so you may want to also take a look at that. Let me know if you need me to create an admin account for you in our environment.

Gabriel.

Link to comment
Share on other sites

39 minutes ago, gabriel710 said:

My friend, it is not opening at all. It gives a timeout error. I am sending you a dump of the cjdml_members table via PM, so you can try to populate a testing environment to take a look.

BTW: We also had the issue of this plugin logging guest members, so you may want to also take a look at that. Let me know if you need me to create an admin account for you in our environment.

Gabriel.

No i was saying the problem is due to it not paginating, its trying to render to many rows. I'll see why its not paginating. You can email me at the file you were trying to attach. I'll check the settings as I'm pretty sure PM's should allow attachments.

Edited by Michael
removed my email address, so no bots spam me :)
  • Like 1
Link to comment
Share on other sites

i see why i was thinking table, the modcp portion is a table, its been converted over to a table, testing now to see if everything still works in the acp.  

the guest thing, i'm doing a member_id check now every step of the way, every where i can :) i will catch them! still not a clue what causes them, I was only able to find one in your db that had 0 as a member id, all the rest had member id's. 

  • Like 1
Link to comment
Share on other sites


×
×
  • Create New...