hey
sorry we can't give out access to our database company policy... but someone should be able to help us figure this out, it should be something very simple... its a fresh install "NEW" install of the arcade so the problem is right out of the box... !!
we installed v3acrade with out any problems if we can't fix this we'll just stay with that one
thanks
--------------- Added [DATE]1203366328[/DATE] at [TIME]1203366328[/TIME] ---------------
in the db_class.php do I need to set these settings or leave them as default Blank?
class db_driver {
var $obj = array ( "sql_database" => "" ,
"sql_user" => "root" ,
"sql_pass" => "" ,
"sql_host" => "localhost",
"sql_port" => "" ,
"persistent" => "0" ,
"sql_tbl_prefix" => "ibf_" ,
"cached_queries" => array(),
'debug' => 0,
);
var $query_id = "";
var $connection_id = "";
var $query_count = 0;
var $record_row = array();
var $return_die = 0;
var $error = "";
var $failed = 0;
|