milesj / forum

[Deprecated] A CakePHP plugin for forum / bulletin board systems.
MIT License
131 stars 57 forks source link

Install script bug #11

Closed jameslarking closed 12 years ago

jameslarking commented 12 years ago

If you run install script with no initial tables (other than users table), run through process and choose to use an existing user the shell throws missing table warning:

Would you like to [c]reate a new user, or use an [e]xisting user? (C/E) 
> e
Error: Missing database table 'forum_profiles' for model 'Profile'

If then run the same script once more with the same settings it works fine.

milesj commented 12 years ago

That's quite weird. Its acting like the tables don't exist, but it shouldn't get to that step unless the queries executed successfully. Will dig deeper.

milesj commented 12 years ago

Fixed in 2.2.