• anytime i tried using woocommerce plugin on a localhost server (WAMP) it keeps failing and telling me >Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\pickfully\wp-includes\Requests\Transport\cURL.php on line 462

    • This topic was modified 7 years, 3 months ago by akemzy91.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The easiest way I find to play with anything involving PHP is to forget Xampp, wamp & just put development directory straight on desktop.

    I’m on Linux put should also work on Windows since PHP platform independent. basically you can run from desktop using two things :
    1) built in php development server
    2) just use sqlite as database instead of MySQl

    to see if dev server works put index.html or index.php inside a directory say called play. You need to open up a terminal (equivalent windows) cd to Desktop & use $php -S localhost:8000 -t play

    open up your browser & type this url in top bar: https://localhost:8000

    for sqlite go to wordpress plugins & search for sqlite

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fattal Error in installing WooCommerce on a Localhost’ is closed to new replies.