Typo proplem here? what may be wrong?

Hi,
I am following the tutorial on the hostingrails site but running into
problems. I am pretty sure my files match everything that is in the
tutorials.

here is whats in my production.log file:
ActiveRecord::StatementInvalid (Mysql::Error: Table
‘hrkoloa_typo.triggers’ doesn’t exist: SELECT * FROM triggers WHERE
(due_at <= ‘2006-06-19 22:37:23’) ):

now when i ran the scema, the table is populated. I checked if the table
exist by logging into mysql with the typo user name + pw.

any ideas? ive modified the database.ym and verified the parsing, the
.htaccess file to rewritebase on the typo app, i updated the env rails
variable, etc…

thanks.

i ran this now, whats it look like now?

hrkoloa@seafaring [~/typo]# rake migrate RAILS_ENV=production --trace
(in /home/hrkoloa/typo)
** Invoke migrate (first_time)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
** Invoke db:schema:dump (first_time)
** Invoke environment
** Execute db:schema:dump
** Execute migrate
hrkoloa@seafaring [~/typo]#

is this a good output?

koloa wrote:

Hi,
I am following the tutorial on the hostingrails site but running into
problems. I am pretty sure my files match everything that is in the
tutorials.

here is whats in my production.log file:
ActiveRecord::StatementInvalid (Mysql::Error: Table
‘hrkoloa_typo.triggers’ doesn’t exist: SELECT * FROM triggers WHERE
(due_at <= ‘2006-06-19 22:37:23’) ):

now when i ran the scema, the table is populated. I checked if the table
exist by logging into mysql with the typo user name + pw.

any ideas? ive modified the database.ym and verified the parsing, the
.htaccess file to rewritebase on the typo app, i updated the env rails
variable, etc…

thanks.