Error running rake

Hi,

I am trying to update my db schema using “rake RAILS_ENV=production
db:migrate” but it is throwing me errors, that “no such file to load”

I’m updating to typo-5.1.2 from 5.0.2.

Can somebody please help me with that


Cheers!

S
www.bishtblogs.net

On Fri, Aug 8, 2008 at 3:55 PM, Sanjay B. [email protected]
wrote:

Hi,

I am trying to update my db schema using “rake RAILS_ENV=production
db:migrate” but it is throwing me errors, that “no such file to load”

I’m updating to typo-5.1.2 from 5.0.2.

Can somebody please help me with that

test with :

RAILS_ENV=‘production’ rake db:migrate --trace

if there are an error paste all here.