I fixed thay by pasting db details into the config file![]()

no... versioncheck is included into config.php it dont need a connection on that pagefound an Error
On versioncheck.php
FIND
$getversion = mysql_query("SELECT * FROM config");
REPLACE WITH
include "db_details.php";
$connectual = mysql_connect($server, $username, $password);
$select_db_booyah = mysql_select_db($database, $connectual);
$getversion = mysql_query("SELECT * FROM config");
Want to hide these adverts? Register an account for free!