On 2/16/06, Jim Kane <[EMAIL PROTECTED]> wrote: > > Hi all, I am having the same problem that Greg originally described
Trying this on a second Debian box I can complete the login_engin install but then get errors with the user_engine install: > rake engine_migrate (in /home/gcdonald/rails/engine_test) Migrating engine 'login_engine' SQL (0.000000) ERROR: relation "schema_info" already exists : CREATE TABLE schema_info (version integer) SQL (0.000000) ERROR: relation "engine_schema_info" already exists : CREATE TABLE engine_schema_info (engine_name character varying(255), version integer) SQL (0.000000) ERROR: relation "schema_info" already exists : CREATE TABLE schema_info (version integer) SQL (0.000000) ERROR: relation "engine_schema_info" already exists : CREATE TABLE engine_schema_info (engine_name character varying(255), version integer) SQL (0.002690) SELECT version FROM engine_schema_info WHERE engine_name = 'login_engine' I also tried: > rake engine_migrate ENGINE=user (in /home/gcdonald/rails/engine_test) Couldn't find an engine called 'user' which is very odd since I didn't get any errors when I did: > svn co http://opensvn.csie.org/rails_engines/plugins/user_engine > vendor/plugins/user_engine and I can confirm there is a user_engine installed in vendor/plugins: > ls -lah vendor/plugins/user_engine/ total 20K drwxr-xr-x 9 gcdonald gcdonald 272 2006-02-16 16:34 . drwxr-xr-x 5 gcdonald gcdonald 136 2006-02-16 16:34 .. drwxr-xr-x 7 gcdonald gcdonald 176 2006-02-16 16:34 app drwxr-xr-x 4 gcdonald gcdonald 128 2006-02-16 16:34 db -rw-r--r-- 1 gcdonald gcdonald 1.4K 2006-02-16 16:34 init_engine.rb drwxr-xr-x 4 gcdonald gcdonald 136 2006-02-16 16:34 lib drwxr-xr-x 5 gcdonald gcdonald 136 2006-02-16 16:34 public -rw-r--r-- 1 gcdonald gcdonald 13K 2006-02-16 16:34 README drwxr-xr-x 7 gcdonald gcdonald 328 2006-02-16 16:34 .svn drwxr-xr-x 3 gcdonald gcdonald 104 2006-02-16 16:34 tasks drwxr-xr-x 6 gcdonald gcdonald 184 2006-02-16 16:34 test I also tried removing all the tables that were created during the login_engine install, but it didn't help. I got the same errors as with running rake engine_migrate the first time for the login_engine. -- Greg Donald Zend Certified Engineer MySQL Core Certification http://destiney.com/ _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
