Hello in the new qcodo what's the difference between http://localhost:8888/qcodo-0.4.15/www/assets/php/_core/codegen.php and /cli/qcodo codegen ???
Because when I trie to do the codegen with the CLI this error throw :
The following ROOT ERRORS were reported:
FATAL ERROR: CodeGen Settings XML File (/Users/mbagiella/Sites/qcodo-0.4.15/cli/settings/codegen.xml) was not found.
Codegen took 0.01s
Peak memory usage 5.5 MB (128M maximum allocation)
Unibody:~ mbagiella$ /Users/mbagiella/Sites/qcodo-0.4.15/www/../cli/qcodo codegen
Warning: mysqli::mysqli(): [2002] No such file or directory (trying to connect via unix:///tmp/mysql.sock) in /Users/mbagiella/Sites/qcodo-0.4.15/includes/qcodo/_core/database/QMySqliDatabase.class.php on line 49
Warning: mysqli::mysqli(): (HY000/2002): No such file or directory in /Users/mbagiella/Sites/qcodo-0.4.15/includes/qcodo/_core/database/QMySqliDatabase.class.php on line 49
Warning: QMySqliDatabase::Connect(): Couldn't fetch mysqli in /Users/mbagiella/Sites/qcodo-0.4.15/includes/qcodo/_core/database/QMySqliDatabase.class.php on line 54
Warning: mysqli::query(): Couldn't fetch mysqli in /Users/mbagiella/Sites/qcodo-0.4.15/includes/qcodo/_core/database/QMySqliDatabase.class.php on line 107
Warning: QMySqliDatabase::NonQuery(): Couldn't fetch mysqli in /Users/mbagiella/Sites/qcodo-0.4.15/includes/qcodo/_core/database/QMySqliDatabase.class.php on line 108
Warning: mysqli::query(): Couldn't fetch mysqli in /Users/mbagiella/Sites/qcodo-0.4.15/includes/qcodo/_core/database/QMySqli5Database.class.php on line 47
Warning: QMySqli5Database::Query(): Couldn't fetch mysqli in /Users/mbagiella/Sites/qcodo-0.4.15/includes/qcodo/_core/database/QMySqli5Database.class.php on line 48
Catchable fatal error: Argument 1 passed to QMySqliDatabaseResult::__construct() must be an instance of mysqli_result, null given, called in /Users/mbagiella/Sites/qcodo-0.4.15/includes/qcodo/_core/database/QMySqli5Database.class.php on line 52 and defined in /Users/mbagiella/Sites/qcodo-0.4.15/includes/qcodo/_core/database/QMySqliDatabase.class.php on line 420
Unibody:~ mbagiella$