=========================== */ ?> 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); } require_once('classes/mysql_connection.class.php'); $db = new Conexion_Mysql(DB_name, DB_Server, DB_User, DB_Password); $sqlStr = "INSERT INTO `".Table_prefix."options` VALUES ('shorten_links', '0');"; $db->ejecutarConsulta($sqlStr); $sqlStr = "INSERT INTO `".Table_prefix."options` VALUES ('rss_import_frec', '5 minutes');"; $db->ejecutarConsulta($sqlStr); $sqlStr = "CREATE TABLE `".Table_prefix."feeds` ( `id_feed` int(11) NOT NULL auto_increment, `url` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `type` tinyint(4) NOT NULL default '1', `updated_at` datetime NOT NULL, `error` tinyint(1) NOT NULL default '0', `credits` int(1) NOT NULL default '0', `site_url` varchar(255) NOT NULL, `id_user` int(10) NOT NULL, PRIMARY KEY (`id_feed`) ) ENGINE=MyISAM ;"; $db->ejecutarConsulta($sqlStr); if(!is_dir('upload/CACHE')){ @mkdir('upload/CACHE'); @chmod('upload/CACHE',777); } echo "

Finished!

"; echo "

Now you are running on the new gelato cioccolato version!!!

"; ?>