lillyferrilly
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Listing Expiry Date isn't working correctlyI’m having the same issue. It would be great if this would be fixed in the next version release of the plugin so our changes don’t get overwritten every time we upgrade the plugin…
I am having the same issue. I have pointed WPEngine to the link above. and this is their response:
“Howdy,
This was definitely an interesting thing to look into. It turns out that the problem is related to the number of file descriptors open by apache, but I wasn’t able to find any settings at our end that would be limiting this. After some googling, it turns out that this is a bug with the PHP function that’s being used to make the connection:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478193
It looks like this server has more that 1024 files opened by apache because of the number of installations on it. Each installation has several log files that are opened for writing to by Apache (8 in total).
As a solution, I could try migrating just this installation over to a shared server with fewer total installations on it, but there’s no guarantee that it wouldn’t end up filling with more people at a later date and the error may resurface.
You might check with the plugin developer as well to see if there might be an alternate method of performing the IMAP check aside from using this bugged PHP function as that would be a more permanent solution.”
Wayne, if you could advise, that would be great! Thank you!