mchung/heroku-buildpack-wordpress

Be able to install Jetpack

royalgarter opened this issue · 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.

Is this still occurring?

Yes it is :)

Tùng, Phạm Thanh

On Thu, Apr 24, 2014 at 2:45 PM, Marc Chung notifications@github.comwrote:

Is this still occurring?


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

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

See this issue on a related project mhoofman/wordpress-heroku#18

and the suggested patch PR mhoofman/wordpress-heroku#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.