I've downloaded a website that uses CakePHP 1.3.16 and have a bunch of .yml files for database creation and setting up. When I perform:
$../cake/console/cake migrate
I get a MDB2 ERROR but without any further clue so it's very difficult for me to google for info about how to solve it. The error looks like this:
__ __ _ _ __ ___ __ __ __ ___ __ _ _ __
| |__| |_/ |__ | | | | | _ |__| |__| | | | | |\ | |__
|__ | | | \_ |__ | | | | |__| | \_ | | | | |__| | \| __|
App : app
Path: /home/coolia/Projects/cooltra/coolia/web/app
** Error: MDB2 ERROR **
---------------------------------------------------------------
I'm running ubuntu 14.04 with Apache and MySQL.
Does anyone know how to get more information about the error, via any log file or verbose option, or even better, how to solve it?
Lots of thanks in advance.