heroku-buildpack-wordpress icon indicating copy to clipboard operation
heroku-buildpack-wordpress copied to clipboard

Be able to install Jetpack

Open royalgarter opened this issue 11 years ago • 4 comments

I successfully setup a wordpress site using this amazing buildpack. It's run pretty well and fast.

But there's an unexpected issue. When I try to install Jetpack plugins (commit in local git repo and push to heroku).

There an error occur, when I authorize Jetpack with wordpress.com, it redirected to Nginx error. Refresh the admin and try to config some Jetpack options, the site is always redirect to /wp-admin with no parameters at all. So don't know how to install this plugins properly.

Btw, If I try to disconnect Jetpack with WP.com and reconnect again, a problem bellow occur.

Your Jetpack has a glitch. Something went wrong that’s never supposed to happen. Guess you’re just lucky: missing_secrets

Try to find the solutions in google but most of them said that would be Plugins conflict. I did try to deactivate and remove others but nothing helps.

Please advice if I do anything wrong.

royalgarter avatar Apr 02 '14 10:04 royalgarter

Is this still occurring?

mchung avatar Apr 24 '14 07:04 mchung

Yes it is :)

Tùng, Phạm Thanh

On Thu, Apr 24, 2014 at 2:45 PM, Marc Chung [email protected]:

Is this still occurring?

— Reply to this email directly or view it on GitHubhttps://github.com/mchung/heroku-buildpack-wordpress/issues/63#issuecomment-41252296 .

royalgarter avatar Apr 24 '14 08:04 royalgarter

Can you assess if it's a Jetpack or a Heroku/WP issue?

mchung avatar May 01 '14 15:05 mchung

See this issue on a related project https://github.com/mhoofman/wordpress-heroku/issues/18

and the suggested patch PR https://github.com/mhoofman/wordpress-heroku/issues/42

citing @xyu:

So the problem was the concurrent connections issue and Core-Control was not actually needed. Above is a pull request to add the Jetpack plugin and reconfigure the web dyno to accept up to 8 concurrent connections. This fixes the issues with connecting Jetpack and also makes the site more performant to boot.

leotulipan avatar May 08 '14 18:05 leotulipan