Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vk

Pages: [1]
1
PHP / Re: Wordpress not saving changes - php max_input_vars issue?
« on: April 06, 2020, 01:47:50 PM »
I agree with ejsolutions, it's very likely that mod_sec will cause issues with page builders or even WordPress itself, even though it has a default exclusion list.

Does the page refresh but doesn't save or just loads forever when you hit the save button? Also maybe take a look at apache's error logs to see what the problem is exactly.

2
DKIM / Re: DKIM Module Out of Memory
« on: April 05, 2020, 04:26:47 PM »
Yes, I expected the cwpsrv to do the thing when I saw it was a pool.

Thanks so much again, you really got the ball rolling, I would have never solved it without your input.

Send me a PM if there's anything I can do for you. Full stack developer and sys admin. I'm not great in either, but good enough for the girls I go out with.

3
DKIM / Re: DKIM Module Out of Memory
« on: April 05, 2020, 03:23:29 PM »
Alright I fixed it! Apparently there is another service called cwpsrv-phpfpm but no one mentioned it anywhere. But when I double tabbed on "service cwp[tab][tab]" it popped up. DKIM module works just fine as well now.

Thanks a lot for you time, I appreciate it very much. 

Edit: I'm new here, what do I do with a solved topic? Lock it? Leave it as is?

4
DKIM / Re: DKIM Module Out of Memory
« on: April 05, 2020, 03:14:46 PM »
That didn't do it either, I'm afraid.

I came up with a plan, I replaced dkim.php content with phpinfo() to find which configuration file is used. This one is the correct .ini file:

Code: [Select]
/usr/local/cwp/php71/php.ini
And I have already set it at 256M as I need it to be. So I assume, there is some service I missed and didn't restart. So far, I have restarted cwpsrv and cwp-phpfpm but to no avail.
Unfortunately, this being a production server with multiple clients on it, I cannot reboot the whole system and be done with it.

P.S.: Why such an old PHP version for CWP? Apparently it runs on 7.0.32

Edit: Also phpinfo report 128M as well, so it certainly hasn't updated the values.

5
DNS Manager / Re: rDNS/PTR FAILED but it resolves to some adress
« on: April 05, 2020, 02:53:27 PM »
I agree with the person above. Also, something you will face after fixing the PTR record is your SPF and DMARC records.



You can use this tool to help you troubleshoot: https://mxtoolbox.com/

6
DKIM / Re: DKIM Module Out of Memory
« on: April 05, 2020, 02:40:44 PM »
See update, above.  :)

Also, in Admin: Simple PHP.ini editor

I'm using PHP-FPM so none of these are probably going to change anything. Changed them just in case, but no change in the error. I have already set my desired values on the active FPM versions for the clients, which is higher than the error suggests, so that shouldn't be the issue either. Also, if I'm not mistaken, doesn't cwpsrv use it's own PHP so it can be decoupled from the production webserver?

7
DKIM / Re: DKIM Module Out of Memory
« on: April 05, 2020, 02:32:53 PM »
Try
/usr/local/php/php.ini
Remember to
Code: [Select]
systemctl restart cwpsrv

That was already set higher than the default. Thanks for the effort though.

8
E-Mail / Re: EMAIL CLOUDFLARE
« on: April 05, 2020, 02:29:56 PM »
I'm not sure what the problem is, but you can take a look at my records. I had to mask any sensitive information, but I hope it still makes sense. Also, I'm not sure they're 100% correct, I had this domain at Bluehost before moving to CWP so I kinda kept their format.



Also this is a great tool to troubleshoot mail server issues: https://mxtoolbox.com/

9
E-Mail / Re: Best way to clone emails to another server?
« on: April 05, 2020, 02:20:58 PM »
Yes, it will work, that's how I did it a few months ago. But you will have to set the permission too. Also before copying anything, I made sure I had created accounts for every client and did them one by one. Not sure if that was necessary, just wanted to be safe and avoid uncomfortable phone calls with clients who lost emails.

Also if you want to transfer the passwords, you can do that too through the Postfix table on MySQL. Let me know if you need more information on that.

10
DKIM / DKIM Module Out of Memory
« on: April 05, 2020, 02:16:02 PM »
Hi, I'm trying to update my DKIM signatures, but when I open the DKIM Manager Module it loads halfway through and throws me an allowed memory size error.

Code: [Select]
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 152768544 bytes) in /usr/local/cwpsrv/htdocs/resources/admin/modules/dkim.php on line 0
I updated /usr/local/cwp/php71/php.ini, restarted cwpsrv and cwp-phpfpm services but I still get the same error and the limits do not seem to have changed.

Any help would be great, thanks guys.

Pages: [1]