Shmuel Maruani (Sam)
Forum Replies Created
-
Any updates? We continue to get errors
PHP 8.2.5 (fpm-fcgi) (built: Apr 14 2023 04:27:02)
2023/04/21 17:21:55 [error] 1052024#1052024: *1169 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught TypeError: DeliciousBrains\WP_Offload_SES\Carbon\Carbon::setLastErrors(): Argument #1 ($lastErrors) must be of type array, bool given, called in /wp-content/plugins/wp-ses/vendor/Carbon/Carbon.php on line 487 and defined in /wp-content/plugins/wp-ses/vendor/Carbon/Carbon.php:800 Stack trace: #0 /wp-content/plugins/wp-ses/vendor/Carbon/Carbon.php(487): DeliciousBrains\WP_Offload_SES\Carbon\Carbon::setLastErrors() #1 /wp-content/plugins/wp-ses/vendor/WP-Queue/Connections/DatabaseConnection.php(166): DeliciousBrains\WP_Offload_SES\Carbon\Carbon->__construct() #2 /wp-content/plugins/wp-ses/classes/Queue/Connection.php(160): DeliciousBrains\WP_Offload_SES\WP_Queue\Connections\DatabaseConnection->vitalize_job()
Yes
For Zoho CRM and wooComerece we used for a long time:
https://www.crmperks.com/plugins/woocommerce-plugins/woocommerce-zoho-plugin/
But we had so many problem that we drop the use of it
A short answer is Yes. However, the complete answer is No We manage to identify a few plugins that create similar situations when enabling them to work together. This was a long process of disabling and enabling plugins. After we identify each plugin, we approach developers. It was a mix of 3 plugins. During this process, we re-installed our own server configuration with PHP 8.1.x and Nginx. Since then, we have had more control over what we enable, disable, and update packages. We move to PHP 8.1x, and any plugin that does not support it yet, we just do not use it. <a href="https://kidsontheyard.com/">https://kidsontheyard.com/</a> <a href="https://parentsontheyard.com/">https://parentsontheyard.com/</a> About ZOHO Flow WordPress, WooComerece: We are ZOHO ONE subscribing to all organizations, which means we use almost all ZOHO products daily. However, we found that working with ZOHO flow on WordPress is not stable, and we move back to different companies such as zipper and automatic both have triggers that ZOHO does not support. We are using ZOHO Flow only between ZOHO products, but for now, we disable it on all external apps. As ZOHO ONE users, we wish we could rely only on ZOHO products and avoid paying for different services - but it is not the case. Every few weeks before renewing external service, we retry to use ZOHO Flow to avoid overpaying. PS: ZOHO Flow performed well with some forms plugins, but this is only a partial solution for us.
- This reply was modified 2 years, 11 months ago by Shmuel Maruani (Sam).
Forum: Plugins
In reply to: [WP Meteor Website Speed Optimization Addon] Errors when working with wp cliany update?
sudo wp config --help --allow-root PHP Warning: Undefined array key "QUERY_STRING" in /httpdocs/wp-content/plugins/wp-meteor/frontend/Base.php on line 29 Warning: Undefined array key "QUERY_STRING" in /httpdocs/wp-content/plugins/wp-meteor/frontend/Base.php on line 29 PHP Warning: Undefined array key "QUERY_STRING" in /httpdocs/wp-content/plugins/wp-meteor/frontend/Rewrite.php on line 107 Warning: Undefined array key "QUERY_STRING" in /httpdocs/wp-content/plugins/wp-meteor/frontend/Rewrite.php on line 107 PHP Warning: Undefined array key "QUERY_STRING" in /httpdocs/wp-content/plugins/wp-meteor/frontend/Rewrite.php on line 107 Warning: Undefined array key "QUERY_STRING" in /httpdocs/wp-content/plugins/wp-meteor/frontend/Rewrite.php on line 107
`
- This reply was modified 3 years ago by Shmuel Maruani (Sam).
`We need also help this situation not ok
as match as we love the plugin (pro version)
The options and value table are growing on every post, and it’s impossible to control.
1. I’m sure the ‘autoload’ option should be false most of the time (why every section is yes). It’s slow the request on every page.
2. If you need to save so match data, use a separate table that can be optimized to better SQL that we can optimize for one of the memory access (Memcached and Redis )
3. leave options table alone. It’s not the place to store every single post info.Can we change all ????????_updated_at to autoload = no?
we have over 28884 of them
We tried but couldn’t identify if it’s due to CPTUI and ACT backward compatibility (upgrades from older versions) or just because it somehow stored differently.
One of the reasons we share the workaround for this issue.
OK, After many, many hours of testing with eliminator teams, the problem is not in Elementor. It’s between Pods, or WordPress upload media. There are some cases when media is uploaded via WordPress or 3rd party plugin, the URL of the media is not recognized by PODs.
To Solve it: Re-upload the media again, and Pods will see it.
We had to re-upload about 40-60 images on the site: https://kidsontheyard.com/ to solve it.
I will add this solution as a workaround in case someone has a problem with integrations with Elementor.
We try to replicate the problem with a different site, and it only happened when we had a site that upgrades from “Custom Post Type UI” + “Advanced Custom Fields PRO” to Pods.
We suspect that it’s related to the upgrade process, very hard to put the finger on exactly why.Kindly,
Sam- This reply was modified 3 years, 8 months ago by Shmuel Maruani (Sam).
- This reply was modified 3 years, 8 months ago by Shmuel Maruani (Sam).
We had to disable the plugin – it creates a lock for every single user who accesses the website.
Sent ??
We had same problem took us few cycles to figure it out
Steps:
gsutil -m rsync -r /htdocs/wp-content/uploads/ gs://Bucket/Directory/
Set security to public
gsutil -m acl ch -r -u AllUsers:R gs://Bucket/Directory/
Add any meta if you are not using a load balancer and Google CDN
Last but not least:
wp-cli search-replace "https://site-abc.com//wp-content/uploads/" "<your storage address/>"
The problem we are having is once in a while, the plugin having some challenges (memory, loopback, time out, cron not working), which why we running this sync in the background every 15 min.
Kindly,
Sam
https://kidsontheyard.com/- This reply was modified 4 years, 2 months ago by Shmuel Maruani (Sam).
Thank you again,
I will definitely add MySQLi as an option to setupThank you so much Peter,
The first part didn’t work as well but the second part works and explained a few performance issues we had with it.https://www.wordfence.com/help/firewall/mysqli-storage-engine/
We recently move to GCP Autoscale mode with cloud SQL and shared media buckets.
All behind Loadballancer on multi-regional configurations.Now, we have a shared filesystem, but it’s regional, and when it’s sync to a different region when we update the WordPress.
I will definitely suggest to add it to the options in the setup, configurations changing files it’s not optimal and updates, reinstalling plugin can be forgotten.
Also, this triggers another question, how we maintain the tables, what size they can get?
Kindly,
Sam
https://kidsontheyard.com/Forum: Plugins
In reply to: [WooCommerce] Woocommerce + Woocommerce Subscriptions error in 4.7.0 updateThank you it looks like the fix works – anyone can say when it will be fixed in the plugin?
- This reply was modified 4 years, 3 months ago by Shmuel Maruani (Sam).
Forum: Plugins
In reply to: [WooCommerce] Woocommerce + Woocommerce Subscriptions error in 4.7.0 updateany udates?