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'
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'