=========================== */ ?> Error reading configuration file

There doesn't seem to be a config.php file. I need this before we can get started.

This either means that you did not rename the config-sample.php file to config.php.

"; die($mensaje); } else { require($configFile); } $db = new Conexion_Mysql(DB_name, DB_Server, DB_User, DB_Password); $sqlStr = "INSERT INTO `".Table_prefix."options` VALUES ('allow_comments', '0');"; $db->ejecutarConsulta($sqlStr); $sqlStr = "INSERT INTO `".Table_prefix."options` VALUES ('offset_city', 'Mexico/General');"; $db->ejecutarConsulta($sqlStr); $sqlStr = "INSERT INTO `".Table_prefix."options` VALUES ('offset_time', '-6');"; $db->ejecutarConsulta($sqlStr); echo "

Finished!

"; echo "

Now you are running on the new 0.90 version!!!

"; ?>