• Resolved Yohn

    (@trey)


    I just installed a fresh version of WordPress today version 6.5.4, and went to add new plugin, searched for Woocommerce 8.9.2, installed, but could not activate. It keeps timing out.

    I increased my max_execution_time = from 36000 to 150000, reloaded Apache, and the problem still happens.

    I enabled the logger, heres from the file –

    [09-Jun-2024 09:40:37 UTC] PHP Warning: file_get_contents(D:\0-Laragon\www\word/wp-content/plugins/woocommerce/woocommerce.php): Failed to open stream: No such file or directory in D:\0-Laragon\www\word\wp-includes\functions.php on line 6852

    I am doing this locally using Laragon with custom domains would make this domain point to word.jb as a domain name for testing, running on windows 11, PHP 8.1.10.

    Am I missing something?

    • This topic was modified 9 months, 2 weeks ago by Yohn.
    • This topic was modified 9 months, 2 weeks ago by Yohn.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @trey

    From the error log you’ve shared, it seems like the issue might be related to the path of the WooCommerce plugin. The error message indicates that the system is unable to find the WooCommerce plugin in the specified directory.

    Here are a few steps you can follow to resolve the issue:

    1. Please check to see if the WooCommerce plugin is indeed installed in your WordPress installation’s “wp-content/plugins” directory.
    2. If the plugin is in the correct directory and you are still having the issue, try deleting and reinstalling the WooCommerce plugin manually. Sometimes, files can get corrupted during the download or installation process due to a slow network connection.
    3. Ensure that your file permissions are set correctly. WordPress needs specific permissions to access and modify files.

    If these steps don’t help, please let us know so we can further assist you.

    Thread Starter Yohn

    (@trey)

    Thanks for the response, I can assure you the WooCommerce plugin is within the “wp-content/plugins” directory, and I’ve tried manually installing the current version, and 8.8.4 and 8.9.1 and still run into the same issue.

    I should note that the file “wp-content/plugins/woocommerce/woocommerce.php” is in the directory as well.

    I just tried a complete fresh install again, new install of wordpress and woocommerce and it happened again, I’m unable to activate the plugin. No other plugins are enabled when I try to activate woocommerce. I also went ahead and tried to activate other plugins, and I am able to activate other plugins, just not woocommerce.

    Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @trey

    Could you try another local development software, such as Laravel Herd, Local WP, or Studio by WordPress.com? If you can activate and utilize WooCommerce with a different setup, this suggests that the issue lies within the Laragon configuration or your local setup.

    Rest assured, I am using both Herd and Laragon in my local development environment, yet I haven’t been able to reproduce the issue you’re encountering. Everything appears to be running smoothly.

    Let us know how that goes. Looking forward to helping you.

    Thread Starter Yohn

    (@trey)

    Hey @shameemreza,

    Thanks for the tips on using another local software. Studio by WordPress.com didnt work, and I believe it was because of it using sqlite, I didn’t try the Laravel Herd but I saw it doesn’t offer MySQL built in so I passed on that.

    Local WP did work, and I was able to install WooCommerce to do some testing.

    Thanks again for the tips, and the fast responses!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fresh Install Timeout’ is closed to new replies.