elementor / static-html-output

Static HTML Output Plugin for WordPress
https://statichtmloutput.com
The Unlicense
125 stars 35 forks source link

Uncaught Exception: Exception: BAD RESPONSE STATUS FROM API (403) in #109

Open azevedown opened 4 years ago

azevedown commented 4 years ago

I tried to export my website to S3, but an error occurred ==> /var/log/nginx/error.log <== 2020/06/17 18:28:24 [error] 4296#0: *4566 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Exception: Exception: BAD RESPONSE STATUS FROM API (403) in /storage/web/wp-content/plugins/static-html-output-plugin/plugin/WP2Static/SitePublisher.php:2

I reinstall the plugin, but the error persists. Somebody get a same error?

tks

leonstafford commented 4 years ago

@azevedown you can try the latest build from here: https://github.com/WP2Static/static-html-output-plugin/files/4789479/static-html-output-plugin-6.6.20.zip

(delete old and install/active new). Plugin name has changed to Static HTML Output ahead of next release.

In the old version, the Test S3 button gave false positives, fixed in latest builds, so you can check that Test button again, then we can work through the troubleshooting steps.

403 is for unauthorized, so I'd start by double-checking the AWS credentials for S3 (I usually start with most permissive, then scale back).

azevedown commented 4 years ago

@leonstafford I reinstalled the plugin and the error persists. I configured the credentials with "S3FullAccess", updated the php to version 7.4, but the error message keeps showing up. I increased php and nginx timeout times but it didn't work.

The plugin is in version 6.6.7. The strangest thing is that most of the files he can deploy, but there are still some references missing and my website is broken.

I did a test with a new wordpress installation, just installed the wp2static plugin and was successful.

Some help?

thegulshankumar commented 4 years ago

"but there are still some references missing and my website is broken."

Please share logs of those broken URLs for sampling and addressing the issue.

Also, please try once in .zip deploy.

Thanks

quintcyril commented 4 years ago

I had the same problem. Any updates on this?

leonstafford commented 4 years ago

@quintcyril replied to you on the wp.org forum - basically, uncheck the 4 boxes for disabling Public ACL in the S3 bucket's properties.