cakephp / api_generator

[Unmaintained] Official CakePHP API Generator Git Repository
113 stars 31 forks source link

Database config not found with task DbConfig #9

Open ghost opened 11 years ago

ghost commented 11 years ago

Created by primeminister, 5th Jun 2010. (originally Lighthouse ticket #24):


I have a separate database.local.php file which is included in the app/config/database.php When I run api_index initdb it is generating the databse tables real fine, but when I call 'update' then it gives me a db table not found error: Clearing index and regenerating class index... Error: Missing database table 'api_classes' for model 'ApiClass'