Forum Replies Created

Viewing 40 posts - 1 through 40 (of 1,134 total)
  • Author
    Posts
  • in reply to: License renewal check #162228

    Hello Ralph,

    Thank you for reaching out, and I am happy to help!
    I’ve sent you an email via the W3 Total Cache support channel.
    Please check your email so we don’t share any sensitive information in the public support forum

    Thanks!

    in reply to: Why no response on money back request? #162107

    Hello Maximilian,

    Thank you for reaching out, and I am happy to help!
    We’ve received all your emails and replied to all of them, and provided all answers via the W3 Total Cache support channel.
    Please check your email and continue any correspondence there so we can avoid duplicating the answers

    Thanks!

    in reply to: 50% discount not applied #162105

    Hello Maximilian,

    Thank you for reaching out, and I am happy to help!
    We’ve received all your emails and replied to all of them, and provided all answers via the W3 Total Cache support channel.
    Please check your email and continue any correspondence there so we can avoid duplicating the answers

    Thanks!

    in reply to: 50% discount not applied #162101

    Hello Maximilian,

    Thank you for reaching out, and I am happy to help!
    We’ve received all your emails and replied to all of them, and provided all answers via the W3 Total Cache support channel.
    Please check your email and continue any correspondence there so we can avoid duplicating the answers

    Thanks!

    Hello Tamta,

    Thank you for reaching out, and I am happy to help!
    Since this is a public forum and no sensitive information should be shared here, I’ve sent you an email via the W3 Total Cache support channel and provided the requested information.
    The email I sent the information to is the CloudLinux email you provided here.
    Please check your email and let me know if there is anything else I can assist you with

    Thanks!

    in reply to: W3 Total Cache license key #161973

    Hello Richard,

    Thank you for reaching out, and I am happy to help!
    I’ve replied to your emails via the W3 Total Cache support channel.
    Please check your email and follow the instructions there, and let me know if you have any other questions
    Thanks!

    in reply to: W3 Total Cache – constant Inode messages #161717

    Hello Eva,

    Thank you for your feedback.
    So the files are in wp-content/cache/object/ folder.
    If the W3 Total Cache is disabled and you may have Object Caching enabled in the W3TC settings, and if the caching method was set to Disk, those files may be cached in that folder.
    As I’ve mentioned before, it’s not recommended to use Object Caching if the only option for caching is Disk.
    Please make sure to delete the entire /cache/ folder. Wait for one day and see if the folder is created again.
    Please check if you have any other plugins that may be doing the Object Caching or any other form of caching
    Check the wp-content folder for the object-cache.php file and check if that file is a W3TC drop-in.

    I hope this helps!

    Thanks!

    in reply to: money back #161672

    Hello Jessica,

    I’ve re-sent the replies.

    Please check your email and let me know if you got them.

    Thanks!

    in reply to: W3 Total Cache – constant Inode messages #161670

    Hello Eva,

    Thank you for your feedback.
    If the W3TC is disabled, it will not create any files. You can safely delete the cache folder manually, and please check if you are using any other plugin for caching like SG optimizer

    With the W3TC files should be cached in /cache/page_enhanced/yourwebsite.com/ folder
    Are those files there?

    Thanks!

    in reply to: W3 Total Cache – constant Inode messages #161634

    Hello Eva,

    Thank you for reaching out, and I am happy to help!
    W3 Total Cache is the most complete optimization plugin with a lot of optimization settings and caching.
    Depending on the configuration, you may have set everything to cache to disk. In cases where the Inodes are limited and on shared hosting, it’s not recommended to use the Disk caching method with Object Caching and DB Caching. And in this case, depending on how big the website is, it may create a lot of cache files and therefore hit the limit.

    Can you please share the content of the wp-content/cache/ folder?
    Also, if you manually delete the /cache/ folder, is it created again?

    Thanks!

    in reply to: W3TC Error With Divi Theme #161544

    Hello Mark,

    Thank you for reaching out, and I am happy to help!
    Regarding your question, I can see that you opened a topic on wp.org in the W3 Total Cache support forum.
    Please continue the correspondence there so we can avoid going back and forth in different forums

    Thanks!

    in reply to: Request License #161506

    Hello,

    Thank you for reaching out, and I am happy to help!
    I’ve sent you an email via the W3 Total Cache support channel and provided you with the requested information.
    Since this is a public forum, it’s not advisable to share any sensitive information here.
    Please check your email and continue any correspondence there so we can avoid duplicating the answers.

    Thanks!

    in reply to: W3 Total Cache conflict with Theme #161502

    Hello Amber,

    Thank you for your feedback.
    We are working on a fix for this, and it will be available in the next patch release.
    Please keep process background images disabled until the patch is out.

    Thanks!

    in reply to: W3 Total Cache conflict with Theme #161466

    Hello Amber,

    Please make sure to go to Performance>User Experience and make sure that the option ” Process background images” is disabled, save all settings, and purge the cache. Keep it disabled for the time being.
    Thank you for bringing this to our attention, and thank you for your patience!

    in reply to: Site crashed when I updated PHP to 8.3 #161418

    Hello Jon,

    Thank you for reaching out, and I am happy to help!

    Depending on the server and the W3 Total Cache configuration, you may need to restart the php-fpm and the server once the PHP is updated.
    Have you tried restarting and seeing if the issue persists?
    Thanks!

    in reply to: W3 Total Cache conflict with Theme #161410

    Hello Amber,

    Thank you for reaching out and I am happy to help!
    Can you please disable the settings one by one in W3 Total Cache Performance>general settings, save the settings and purge the cache after each setting is disabled and see which one might be causing the issue?

    Thanks!

    in reply to: OPCode Cachng Problem #161384

    Hello Kurt,

    Thank you for reaching out, and I am happy to help!
    In W3 Total Cache, the Opcode is read-only, meaning if the W3 Total Cache detects the opcode is enabled on the server, it will show enabled there, and you can purge the Opcode via the W3 Total Cache.
    The question is if the Opcode is used by other plugins?
    What you can try is to disable the OP code entirely:
    Using php.ini or .user.ini for system-wide settings
    1. Locate your php.ini file:
    This file contains the main configuration for your PHP installation.
    2. Edit the opcache.enable setting:
    Find the line opcache.enable=1 (or a similar value) and change it to opcache.enable=0.
    3. Alternatively, use .user.ini:
    For domain-specific settings in environments like Plesk, you can use a .user.ini file instead of php.ini.
    4. Restart your web server or PHP-FPM:
    After saving the file, restart the web server (e.g., Apache, Nginx) or the PHP-FPM process for the changes to take effect.
    Using .htaccess (for Apache users)
    Create or edit .htaccess: If your PHP is running as an Apache module, you can use an .htaccess file.
    Add the directive: Include the line php_flag opcache.enable Off in the file.
    Save the file: The change will be applied immediately for that directory and its subdirectories.

    Let me know if this helps!

    Thanks!

    in reply to: money back #161382

    Hello Jessica,

    Thank you for reaching out, and I am happy to help!
    We’ve received your emails via the W3 Total Cache support channel and replied to them.
    Please check your inbox and continue any correspondence there so we can avoid duplicating the answers.
    Thanks!

    in reply to: Page Headings Are Transparent #161380

    Hello Kevin,

    Thank you for reaching out, and I am happy to help!
    If you are using the Lazyloading feature in the W3 Total Cache, please go to Performance>User Experience and make sure that the option ” Process background images” is disabled, save all settings, and purge the cache. Let me know if this helps. If, however, the Lazyload is not enabled, disable the settings one by one in Performance>general settings, save the settings, and purge the cache after each setting is disabled, and see which one might be causing the issue?

    Thanks!

    in reply to: Questions about a credit card bill. #161378

    Hello Luisa,

    Thank you for reaching out, and I am happy to help!
    You have not provided your email in this request, and I found the subscription associated with your email service @yourwebsite.ch
    I am not sure if you are using this email, so please reach out directly to W3 Total Cache support channel via email customer-support@w3-edge.com and provide the necessary information so I can send you the corresponding invoice.

    Thanks!

    in reply to: close my account #161282

    Hello,

    Thank you for reaching out, and I am happy to help!
    We’ve received your email via the W3 Total Cache support channel and replied to it.
    Please check your email and continue any correspondence there so we can avoid duplicating the answers.
    Thanks!

    Hello Nelson,

    Thank you for reaching out, and I am happy to help!
    Let me check this with the W3 Total Cache team, and I’ll get back to you once I have more information about this.

    Thanks!

    in reply to: Refund #161248

    Hello MIhalis,

    Thank you for reaching out, and I am happy to help!
    I’ve sent you an email via the W3 Total Cache support channel with the information about your subscription
    Please check your email and continue the correspondence there so we can avoid duplicating the answers.
    Thanks!

    in reply to: Database Cache – disk only option #161246

    Hello Sonia,

    Thank you for reaching out, and I am happy to help!
    You are correct, the Disk method is not recommended for DB aching in W3 Total Cache. What is recommended to use for DB Caching and Object Caching is a memory-based caching method like Redis or Memcached.
    Now, depending on the server, you may already have that available so please check with yoru hosting provider if they can install PHP Redis and enable it for you
    If you are on a shared server, however, it’s recommended not to use Disk caching method to avoid issues and potentially filling up the disk space

    Thanks!

    in reply to: Auto renewed subscription no invoice #161244

    Hello Samantha,

    Thank you for reaching out, and I am happy to help!
    Can you please reach out directly to us at W3 Total Cache support via the email – customer-support@w3-edge.com
    Please make sure to share your subscription details or any information about the subscription so we can assist you with this
    Thanks!

    in reply to: credit card charge #161242

    Hello Roberta,

    Thank you for reaching out, and I am happy to help.
    I’ve sent you an email via the W3 Total Cache support channel with the information you requested.
    This is a public forum and we should avoid sharing sensitive information here
    Please check your email, and if needed, reply to it.
    Thanks!

    in reply to: W3 total cache pro #161239

    Hello,

    Thank you for your feedback.
    I’ve sent you an email, but I never got a reply.
    Can you please check your inbox again and reply to our email?
    Thanks!

    in reply to: W3 total cache pro #161170

    Hello,

    Thank you for reaching out, and I am happy to help!
    I’ve sent you an email via the W3 Total Cache support channel and provided you with the instructions there.
    This is a public form, and we should avoid posting sensitive information here.
    Please check your email and let and reply to it if you have any questions

    Thanks!

    in reply to: Issue with Automatic Renewal – Requesting Cancellation #161066

    Hello,

    Thank you for reaching out and I am happy to help!
    We’ve received yoru email via the W3 Total Cache support channel, and replied to it.
    Please check your email and continue any correspondence there so we can avid duplicating the answers.
    Thanks!

    in reply to: Unable to set up BoldGrid account #160968

    Hello Chirag,

    Thank you for reaching out, and I am happy to help!
    You do not need to set up a Connect key in order to submit a support ticket.
    Please reach out to us directly via the W3 Total Cache plugin in Performance>Support.
    You can use the Bug Report or Billing section for any questions about the W3 Total Cache.

    Thank you!

    in reply to: Refund #160751

    Hello Hailin,

    I’ve just sent two more emails. Please check your email and let me know if you got them

    Thanks!

    in reply to: How to find my w3 total cache pro license #160750

    Hello Hailin,

    Thank you for reaching out and I am happy to help!
    We’ve received your email via the W3 Total Cache support channel and replied to it with the requested information.
    Please check your email and let me know if there is anything else I can help with

    Thanks!

    in reply to: Invoice for purchase of W3 Total Cache #160713

    Hello Irena,

    Thank you for reaching out and I am happy to help!
    Can you please reach out to us directly via the W3 Total Cache support channel via the plugin in Performance>Support>Billing and share your PayPal transaction ID so I can check the subscription for you!

    Please do not share any sensitive information her as this is a public forum!

    Thanks!

    in reply to: Refund #160679

    Hello Cody,

    I’ve sent it to the email you provided when you opened this topic @sherpco.net

    Can you please check your email and possibly your SPAM folder?

    Thanks!

    in reply to: Cancel premium #160664

    Hello Stewart,

    Thank you for your feedback.

    It seems that you sent an email from @me.com

    Please double-check your inbox as I’ve added the cc

    Thanks!

    in reply to: Refund #160656

    Hello Cody,

    Thank you for reaching out, and I am happy to help!
    I’ve sent you an email via the W3 total Cache supprot channel . Please check your email and provide the information there so we can process this . This is a public forum and you should avoid sharing sensitive information here.
    Thanks!

    in reply to: Cancel premium #160386

    Hello Stewart,

    We’ve received your email via the W3 Total Cache support channel and replied to it.
    Please check your email again as I’ve sent another email regarding your request.

    Thanks!

    in reply to: W3 Total Cache non compatible #160384

    Hello Robert,

    We’ve received your email via the W3 Total Cache support channel and replied to it.
    Please check your email again as I’ve sent another email regarding your request.

    Thanks!

    in reply to: Reset License #160126

    Hello Ferdinand,

    Thank you for reaching out, and I am happy to help!

    I’ve reset the active URL
    Remove the license key from W3 Total Cache – Performance>General settings, Licensing sub-box, license field, and save all settings. Re-enter the license and save all settings.

    W3 Total Cache Pro should be active after these steps!

    You can add define(‘W3TC_PRO_DEV_MODE’, true); to your wp-config.php file on your non-production environments and re-save the license there.

    I hope this helps!

    Thanks!

    in reply to: Problem transfer license key #160040

    Hello Daniel,

    Thank you for reaching out, and I am happy to help!
    We’ve received your email via the W3 Total Cache support channel and replied to it, providing you with all the information requested.

    Please check your email.

    Thanks!

Viewing 40 posts - 1 through 40 (of 1,134 total)