nh123
Forum Replies Created
-
User count is 96.000 and increasing
Hello Jack,
Below is the answer from WPengine after their testing.
—————-
Hello there,Thank you for your patience on this.
I went ahead and copied this install over to a test install called: airjtest which I then disabled all plugins, aside from the notification plugin, and set theme to default. I was able to replicate the 500 error that you were receiving.
I ran an strace on the process id while attempting to load the Add New page. I was able to narrow down the issue to a specific query that is being performed on the user table within the database which is trying to pull in all users and then order them by email.The query that is responsible for this 500 is the following:
$users = get_users( array(
‘order_by’ => ’email’,This is located within the following file on lines 404 and 405: wp-content/plugins/bnfw/includes/admin/class-bnfw-notification.php.
The issue appears to be related to a memory issue due to the size of the users table. I came to this conclusion based on the fact that if I increase the memory to 2GB, the process will 502 instead of 500 which is a result of our apache kill-long-process script that is in place on the server to prevent server load. The function above is attempting to pull in all users in an array and also order them by email which is taking a ton of memory to complete. Likely, in order for this to work with your database, the plugin developer will need to alter this function so that it is scalable with larger databases.If you can provide this information to the plugin developer that would be highly appreciated.
Looking forward to your reply.
Cheers!——————
Do you think this can be solved so that we can use the plugin ?
Forum: Plugins
In reply to: [WP Job Manager] Registering – flowAdam, are you sure this will happen soon ?
We can’t ask you to do this, but we can’t wait either and might be forced to ask our own ressources to make a temporary work around if a solution is not in the near future ?
Forum: Plugins
In reply to: [WP Job Manager] New Users Activation and Welcome EmailThe issue here has status:
“[resolved] New Users Activation and Welcome Email”Maybe it has been looked over with wrong status ? Or maybe at has been fixed but we don’t know where to look for the solution – could you please confirm ?
Forum: Plugins
In reply to: [WP Job Manager] New Users Activation and Welcome EmailHello Adam Heckler,
Any news for this fix ?
Yes, but disabling it does not help
Just need to mention that this is not a permalink issue 🙂
Forum: Plugins
In reply to: [WP Job Manager] Registering – flowWe can see that a fix i already on its way:
https://github.com/Automattic/WP-Job-Manager/pull/533/filesDo you have an estimated release date for this ?
Thx for your answer.
No, The popup just contains text and it is made with your plugin.
I have another place on the site that has a text that I would simply have a link(HTML formatted) there that opens that popup.
The same problem here. Disabling Awesome support solves the problem.
I hope this can be solved so we can continue using this Awesome plugin … 🙂
Forum: Plugins
In reply to: [WP Job Manager] Disable top level categoriesHi,
I do have a similar need.
All categories with parents needs to be non-selectable when applying a job but selectable when choosing categories where selection of the parent should output result including jobs/listing within all the childs.Is this possible ?
When you Refer to using category dropdown you mean one dropdown for each category level on category submission form ?
Forum: Plugins
In reply to: [WP First Letter Avatar] error wp-includes/comment-template.php on line 612Thx, Prima support
Forum: Plugins
In reply to: [WP First Letter Avatar] error wp-includes/comment-template.php on line 612Here U go:
http://linux50.unoeuro.com/phpinfo.phpForum: Plugins
In reply to: [WP First Letter Avatar] error wp-includes/comment-template.php on line 612ok, what a solid conclusion 🙂
Forum: Plugins
In reply to: [WP First Letter Avatar] error wp-includes/comment-template.php on line 6125.6