Hi all,
Not too sure if I am able to ask this question here but here goes. I am trying to upload the files for my joomla site I am working on and have backed it up with joomlapack. I have opened the .zip file and moved the files in it to a new folder. I have then changed the configuration.php to:
"Joomla 1.5
var $host = 'localhost'; - this is the address of the server which is hosting your MySQL database
var $user = 'sqluser'; - this is the name of the username which will be used to access the Joomla MySQL database
var $password = '
p@ssw0rd'; - password for MySQL database
var $db = 'j15stable'; - MySQL Joomla database name
var $log_path = '\home\logs'; - the path where any log files will be stored
var $tmp_path = '\home\tmp'; - the path for tmp files "
which I found on th dart-creations website. I then save it and then I use Filezilla to upload all the files to the server which I have purchased webspace with. I then try and have a look at the site and I still get an error. Does anyone know what I am doing wrong?
Starting to get a little frustrating lol. Hope someone can help!!
Thanks,
John