octopress / multilingual

Write elegant multi-language Jekyll sites
MIT License
69 stars 15 forks source link

Plugin stopped working on one project (works locally) #23

Closed drallgood closed 8 years ago

drallgood commented 8 years ago

Hi.

I have two almost identical projects that are build by the same jenkins server. They both use the same plugin, that accesses the site.languages variable.

Since yesterday, one of the build jobs fails with the following error:

Casualkitchen.de/plugins/tag_cloud.rb:38:in `generate': undefined method `languages' for #<Jekyll::Site:0x00000003903c58> (NoMethodError)

Any idea what that might be? It seems to be working on my Mac, but even wiping out the directory and cloning it again leads to the same issue.

I haven't changed anything on either project in the past few weeks, so I'm guessing it must have been some dependency update (which are done automatically on every build)

drallgood commented 8 years ago

@imathis Any idea? It's still failing on my server while it continues to work locally. Plus, it only fails for one project which is weird. And I can't figure out why that is.

drallgood commented 8 years ago

No idea what I did.. I fiddled around with a couple of files trying to find out what's going on. Did a few bundle installs/updates and now it's working...