[Vtigercrm-developers] forge.vtiger.com - vtmodcreator install?
Szabesz
szabeszg at gmail.com
Fri Aug 31 11:25:09 PDT 2012
Hi Pablo,
Thanx again. So far I understand that I have to setup config.php properly, like this
include_once('adodb/adodb.inc.php');
include_once('DatabaseConnect.php');
$CONFIG = Array();
$CONFIG['hostname'] = 'localhost:3306';
$CONFIG['database'] = 'vtigercrm540';
$CONFIG['username'] = 'root';
$CONFIG['password'] = 'mysql';
$adb = new DatabaseConnect($CONFIG);
install.now uses it with "include_once('config.php');"
install.now also creates the necessary tables but it does not seem to move or copy any files anywhere. What about the files of the module? Where do the files go and how am I supposed to move them there?
Sorry for being a complete beginner :(
regards
Szabesz
On Aug 31, 2012, at 5:30 PM, Juan Pablo Botero wrote:
> When you extract vtmocreator you obtain config.php with some code?, there you put the database data.
More information about the vtigercrm-developers
mailing list