I updated to hobo 1.0. It fixed the migration error, however, it broke
the site! I'm hosted on bluehost, and I'm fairly confident the error
is due to my .htaccess file.
My file currently looks like this, which worked fine until the hobo
upgrade:
____________________________________________________________________________________
#General Apache options
AddHandler cgi-script .cgi
AddHandler fcgid-script .fcgi
# For security reasons, Option followsymlinks cannot be overridden.
#Options +FollowSymLinks +ExecCGI
Options +SymLinksIfOwnerMatch +ExecCGI
RewriteEngine On
RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]
ErrorDocument 500 "<h2>Application error</h2>Sorry, MVPtires will be
up and running again soon..."
____________________________________________________________________________________
I'm getting the ErrorDocument 500 error when I navigate to the site.
Any suggestions ? Teh cgi/fgci stuff never really made any sense to
me.
On Mar 9, 9:55 am, Matt Jones <[email protected]> wrote:
> On Mar 9, 2011, at 6:55 AM, hobo_hippy wrote:
> [snip]
>
>
>
>
>
> > Filename [hobo_migration_1]: addPhotoToTire
> > exists db/migrate
> > create db/migrate/20110309115301_addphotototire.rb
> > (in /home1/mentalm1/rails/MVPTire)
> > rake aborted!
> >stacklevel too deep
>
> > (See full trace by running task with --trace)
> > ________________________________________________________________________________
>
> > If a full trace would help, how do I run with a full trace? I tried:
>
> > script/generate hobo_migration --trace
>
> > but that just throws an "invalid option: --trace" error
>
> The last step of the generator calls 'rake db:migrate' - now that you've
> generated the migration, you can try:
>
> rake db:migrate --trace
>
> to get a backtrace.
>
> One note - I'd *highly* recommend upgrading to a more recent Hobo version.
> There are a *lot* of rough spots in 0.8.7.
>
> --Matt Jones
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.