Okay, i uploaded all my files to my server... but when i do the install it says
Is it a problem with my config.php file? i uploaded 2.2.6...
here is my config file...
<?php
/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be //
/////////////////////////////////////////////////////////////
// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql";
// hostname or ip of server
$servername="localhost";
// username and password to log onto db server
$dbusername="ihclanofcs_db";
$dbpassword="at home"; <---- that's not my password, just an example i`m using to show you all my problems...
// name of database
$dbname="vbulletin";
// technical email address - any error messages will be emailed here
$technicalemail = "[email protected]";
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect = 0;
// which users are allowed to view the admin log
// separate each userid with a comma
$canviewadminlog = "1";
// which users are allowed to prune the admin log
// separate each userid with a comma
$canpruneadminlog = "";
?>
Now... i`m using the Multimania host (membres.lycos.fr/myname)
Any help would be greatful! Thanks!
Fatal error: Unable to open install.php in Unknown on line 0
here is my config file...
<?php
/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be //
/////////////////////////////////////////////////////////////
// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql";
// hostname or ip of server
$servername="localhost";
// username and password to log onto db server
$dbusername="ihclanofcs_db";
$dbpassword="at home"; <---- that's not my password, just an example i`m using to show you all my problems...
// name of database
$dbname="vbulletin";
// technical email address - any error messages will be emailed here
$technicalemail = "[email protected]";
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect = 0;
// which users are allowed to view the admin log
// separate each userid with a comma
$canviewadminlog = "1";
// which users are allowed to prune the admin log
// separate each userid with a comma
$canpruneadminlog = "";
?>
Now... i`m using the Multimania host (membres.lycos.fr/myname)
Any help would be greatful! Thanks!
Comment