Re: [Radiant] Server fails to start

2010-09-07 Thread Anton J Aylward
Crooksey said the following on 09/05/2010 03:30 PM:
> Installed radiant with sqlite3, ran the setup, bootstrap went fine.
> 
> But when I go to start the server
> 
> $ script/server start
> 
> I get..
> 
> :29:in 'require': -- no such
> file to load --
> script/../config/boot (LoadError)
> from  from script/server:2:in ''
> 
> 
> 
> Any ideas?

Perhaps this error message is related

/home/antonaylward/SystemI/vendor/radiant/vendor/rails/railties/lib/rails/gem_dependency.rb:119:Warning:
Gem::Dependency#version_requirements is deprecated and will be removed
on or after August 2010.  Use #requirement

I've had problems with variants of 'require' before.



-- 
"It is impossible for a man to begin to learn what he thinks he knows".
   -- Epictetus


Re: [Radiant] Server fails to start

2010-09-06 Thread Jim Gay
On Sun, Sep 5, 2010 at 3:30 PM, Crooksey  wrote:
> Installed radiant with sqlite3, ran the setup, bootstrap went fine.
>
> But when I go to start the server
>
> $ script/server start
>
> I get..
>
> :29:in 'require': -- no such
> file to load --
> script/../config/boot (LoadError)
>        from         from script/server:2:in ''
>
>
>
> Any ideas?

I've never seen this.
You should only need to do "script/server" (no "start")

Which version of Radiant?




-- 
Jim Gay
Saturn Flyer LLC
http://www.saturnflyer.com
571-403-0338


[Radiant] Server fails to start

2010-09-05 Thread Crooksey
Installed radiant with sqlite3, ran the setup, bootstrap went fine.

But when I go to start the server

$ script/server start

I get..

:29:in 'require': -- no such
file to load --
script/../config/boot (LoadError)
from '



Any ideas?