hi
i got the same problem like marcelo
here my configuration:
i use xampp (apache server,php5,mysql5)
i made database name=scbdnet user=root passwrd=''
i unzip qcodo in my xampp, so it looks like this c:/xampp/htdocs/qcodo-0.3.32
i rename qcodo-0.3.32 => qcodo so it looks like this c:/xampp/htdocs/qcodo
i change the file c:/xampp/htdocs/qcodo/wwwroot/includes/configuration.inc.php :
// define ('__DOCROOT__', 'c:/xampp/htdocs/qcodo/wwwroot');
// define ('__VIRTUAL_DIRECTORY__', '');
// define ('__SUBDIRECTORY__', '');
// define('DB_CONNECTION_1', serialize(array(
// 'adapter' => 'MySqli5',
// 'server' => 'localhost',
// 'port' => null,
// 'database' => 'scbdnet',
// 'username' => 'root',
// 'password' => '',
// 'profiling' => false)));
is it right what i have change??
regards,
rikky