edash22
Forum Replies Created
-
Thanks so much the extra insight! The new hosting finally started and I’ve updated the plugin and it is active now. It consumes some resources, but it’s well within range now.
Thank you for the explanation of how the hack works. I have deactivated the plugin for now. If it is inactive, is it still vulnerable? (I’m working on improving the hosting plan so that resources are not so limited. It’s taking longer than it should to get the new plan in place.)
I’m sorry – I have had to go back to the previous version (2.8.7) to get the site working again. The diagnostic test that is there now likely does not correspond to what happened a few days ago. I can’t afford to take the site down again to get that data. I will probably not update this plugin for a while. All I can share is the info from tech support:
CPU resources limit was reached for your site.
Physical memory resources limit was reached for your site.
You have reached the entry processes (the number of simultaneously running php and cgi scripts, as well as cron jobs and shell sessions) limit 70 times.
You have reached the processes number limit 302 times.
I/O usage resources limit was reached for your site.It was definitely related to updating the plugin. Once I deactivated the plugin, everything dropped back.
Thank you for anything you can do to identify the issues.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] wp_update_post not workingI’ll answer my own question … the fields need to go into a meta_input item.
So, it would look more like this:$update_post = array( 'ID' => get_the_id(), 'meta_input' => array( 'weight' => $weight, 'age' => $age ) );This is working for me, so I’ll consider it closed.
- This reply was modified 4 years, 11 months ago by edash22.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Silent Remote Sending stopped workingI don’t think this was a version issue (but I may upgrade soon anyway).
Just found out the reason it quit working: SiteGround had added a security rule that was blocking the POST. (Can you believe it?)
Problem was resolved when SiteGround removed the rule. Does Silent Remote Sending work any differently in the latest version? (Just curious.)
Thanks,
Ellen