ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Passenger error after install

Added by Lionel Tressens at 2011-08-09 12:17 pm

Hello,

I have no skills at all in Ruby and related subjects.
I followed the instruction at https://www.chiliproject.org/projects/chiliproject/wiki/Installation_on_Debian_Squeeze to install chiliproject.

When requesting the homepage with a browser I have this error :

A source file that the application requires, is missing.
It is possible that you didn't upload your application files correctly. Please check whether all your application files are uploaded.
A required library may not installed. Please install all libraries that this application requires.

Further information about the error may have been written to the application's log file. Please check it in order to analyse the problem.

Error message:
no such file to load -- bundler

Exception class:
LoadError

Application root:
/home/www/chiliproject

After having googled all error terms in this page, I have no clue of what is happening and how I could solve it.

Any help is greatly appreciated.

Thanks !


Replies (3)

RE: Passenger error after install - Added by Felix Schäfer at 2011-08-09 02:09 pm

Sadly the installation instructions haven't been updated for bundler yet, I think there's a ticket for it, you could probably watch it.

I'm not good with Debian, so take that with a grain of salt, but as far as I could see, the installation instructions take you the "pure-gem" path, as such the instructions for Debian for bundler should be the same as those on the Bundler instructions.

RE: Passenger error after install - Added by Lionel Tressens at 2011-08-09 03:32 pm

Many thanks Felix !

It now works. Well, it knows blocks further :)

The first page does not show and I have an Internal Error 500 page instead.
This is what the log says :


Rendering welcome/index

ActionView::TemplateError (no such file to load -- i18n/locale) on line #1 of app/views/welcome/index.rhtml:
1: <h2><%= l(:label_home) %></h2>
2: 
3: <div class="splitcontentleft">
4:   <div class="wiki"><%= textilizable Setting.welcome_text %></div>

i18n was installed by "bundle install" :

$ bundle show i18n
/usr/local/rvm/gems/ruby-1.8.7-p352/gems/i18n-0.4.2

What did I miss ?

Thanks again

Lionel

RE: Passenger error after install - Added by Lionel Tressens at 2011-08-11 06:11 am

Finally, rewinded all the install & started again.
All is ok now !

(1-3/3)