• Resolved ipwsite

    (@ipwsite)


    Body:

    I’m trying to install WooCommerce on my local machine (MacBook Pro) WordPress installation using MAMP on my MacBook Pro. I can successfully install other plugins, but when I attempt to install WooCommerce, I encounter an “Internal Server Error.”

    Here are the steps I’ve taken:

    1. Installed WordPress through MAMP.
    2. Attempted to install WooCommerce through the WordPress admin panel (Plugins > Add New).
    3. Tried uploading the WooCommerce plugin manually via FTP (no success).

    Error Message:

    Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log.  

    Has anyone else encountered this issue? Any suggestions on how to resolve it and successfully install WooCommerce on my local MAMP environment?

    Thank you in advance for your help!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Zubair Zahid (woo-hc)

    (@doublezed2)

    Hello ipwsite,

    Thank you for contacting Woo support.

    It sounds like there may be a server configuration issue causing the “Internal Server Error” during your WooCommerce installation.

    To get a better understanding of the problem, could you please:
    – Share a full-page screenshot of the plugins page where you’re attempting to install WooCommerce.
    – Share a screenshot of the Internal Server Error page itself, making sure the URL is visible.

    Additionally, enable the Debug Log for WordPress.
    Check this link for more instructions about how to enable the debug log.
    Once enabled, you should find a log file under the wp-content directory.

    Let me know if you need guidance on where to find these logs!

    Best regards.

    Thread Starter ipwsite

    (@ipwsite)

    Hi,

    Thanks for your reply.

    PHP version: PHP: 8.3.9
    WordPress Ver: 6.6.2

    wp-config.php
    define( ‘WP_MEMORY_LIMIT’, ‘1024M’ );
    define( ‘WP_MAX_MEMORY_LIMIT’, ‘1024M’ );
    define( ‘POST_MAX_SIZE’, ‘256M’ );
    define( ‘UPLOAD_MAX_FILESIZE’, ‘256M’ );
    define( ‘MAX_EXECUTION_TIME’, 180 );
    define( ‘MAX_INPUT_VARS’, 2000 );

    I have tried installing Woo with no other plugin active.

    Please check attached file:

    https://1drv.ms/f/s!Auspyip2110UhFFBPMrA-7rvl5FT?e=IsC9JZ

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.