diegpl
Forum Replies Created
-
Hmm, but is there a way to get the discount directly on the product page using your plugin then? Even if it is not possible to integrate with the plugin I said on through a range element. Tks!
Forum: Plugins
In reply to: [Redis Object Cache] Update request stuck after Redis plugin updateI have actually flushed it, disabled and re-enabled the Object Cache again and the warning is gone. Closing this thread now. Thank you! ๐
Forum: Plugins
In reply to: [Redis Object Cache] Redis diagnostic not working on new versionI have set redis.conf loglevel from “warning” to “debug” and checked /etc/httpd/logs/error_log but did not see anything there. Should I check for the errors on another file? Tks.
Forum: Fixing WordPress
In reply to: No password encryption after upgradeI think it was my mistake. I saw there is a button for that there now. Closing the thread. Sorry. Thank you!
Forum: Fixing WordPress
In reply to: No password encryption after upgradeWhen I type the password it just shows up on the screen, like it was not a password input type.
It did not work, even with “e-commerce plugin” option set at “e-commerce tracking” GADWP settings.
I see you said how to activate it with GADWP in this thread https://wordpress.org/support/topic/double-tracking/
However, e-commerce data did not showed up with both plugins on just as you said. But the “e-commerce tracking” at GAWP integration settings was turned on for “enhanced e-commerce plugin” option. Checked it as disabled now. Lets see whats happens.If someone has anymore idea about how to track outbound link clicks with this plugin on, please, let me know. Tks! ๐
I have tried to use “Google Analytics Dashboard for WP by ExactMetrics (formerly GADWP)” plugin with “Enhanced Ecommerce Google Analytics Plugin for WooCommerce”, however, it got just the “add to cart” link. Now I`m trying to use the codes below on “a” tag:
onclick=”_gaq.push([โ_trackEventโ,โcontatoโ,โclickโ,โwhatspppโ,โ3โ]);”
onclick=”ga(‘send’,’event’,’contact’,’click’,’3′);”But none of them working. Am I doing something wrong or do you suggest me another plugin in order to get that working? Thank you!
Hmm, and how do I see the plugin data on Facebook columns? I did not find them there. Or will they be at somewhere else? Tks! ๐
- This reply was modified 6 years, 7 months ago by diegpl.
Forum: Plugins
In reply to: [Redis Object Cache] Error after upgrading to version 1.5.0Ok, it worked ๐
I set define( ‘WP_REDIS_SERIALIZER’, Redis::SERIALIZER_IGBINARY ); on wp-config, flushed all and flushed db and reactivated Redis plugin.@tillkruess If I wanted to set the default as you said, what exactly was I supposed to insert there, since just removing the line it did not come back to the “not set” default?
Thank you a lot! ๐
Forum: Fixing WordPress
In reply to: Rest API diagnostic errorYes, it is saying there is an issue about loopback. I believe about mod_security I can find information about it and be able to solve the problem. But I did not find much about how to solve the loopback issue:
Loopback requests are used to run scheduled events, and are also used by the built-in editors for themes and plugins to verify code stability.
The loopback request to your site failed, this means features relying on them are not currently working as expected.
Error: [] cURL error 60: Peer’s Certificate has expired.Do you have any tutorial about it? Thank you very much! ๐
Forum: Plugins
In reply to: [Redis Object Cache] Error after upgrading to version 1.5.0Thank you Till, but for me even after run these, removing the line and downgrade the plugin it worked.
Forum: Fixing WordPress
In reply to: Rest API diagnostic errorThank you for the article. I do not think it is a memory issue, because it is set to 500. But about these two issues:
1) Ask your host if there is some limitation with wp-cron, or if loopback is disabled.
2) Ask your host if there a firewall or security modules (e.g. mod_security ) that could block the outgoing cURL requests.
How can I check it myself? Do you have any article about it too? Mine is a self management server.
Thank you very much! ๐
Forum: Plugins
In reply to: [Redis Object Cache] Error after upgrading to version 1.5.0On my wp diagnostic shows this warnings, I am wondering if my issue is somehow related with them:
The REST API is one way WordPress, and other applications, communicate with the server. One example is the block editor screen, which relies on this to display, and save, your posts and pages.
The REST API request failed due to an error.
Error: [] cURL error 60: Peer’s Certificate has expired.Loopback requests are used to run scheduled events, and are also used by the built-in editors for themes and plugins to verify code stability.
The loopback request to your site failed, this means features relying on them are not currently working as expected.
Error: [] cURL error 28: Operation timed out after 10001 milliseconds with 0 out of -1 bytes receivedForum: Plugins
In reply to: [Redis Object Cache] Error after upgrading to version 1.5.0Did you guys get Redis working alright again? When this error happened during the previous installation I needed to restore the backup, I feel something and crashed on DB.