2013-01-12, 10:59 PM
2013-01-12, 11:10 PM
As i understand you have 1.6.6 files and database... Why just don't you upload your database and after that upgrade to 1.6.9?
If i wrong, and you have only database, just upload files from 1.6.9 to your host, change in config.php details about database, import it in phpMyAdmin and it should be fine
If i wrong, and you have only database, just upload files from 1.6.9 to your host, change in config.php details about database, import it in phpMyAdmin and it should be fine

2013-01-12, 11:10 PM
Update: I got it on there, now how do I apply it to the forum?
2013-01-12, 11:11 PM
(2013-01-12, 11:10 PM)LoganD Wrote: [ -> ]Update: I got it on there, now how do I apply it to the forum?
Good

What to apply on forum? Database?
2013-01-12, 11:12 PM
2013-01-12, 11:13 PM
If you imported database in hosting, go to your files in host, and find config.php -> There you have to change database details (user,password) so database can connect to forum.
2013-01-12, 11:16 PM
(2013-01-12, 11:13 PM)JovanJ. Wrote: [ -> ]If you imported database in hosting, go to your files in host, and find config.php -> There you have to change database details (user,password) so database can connect to forum.
Where would my config.php be? And what user,password do i put in?
2013-01-12, 11:21 PM
Cpanel -> File Manager -> public_html -> there you will find it (or in folder of your forum)...
You have to make if you didn't, one user with pass and grant it to database. To make a user you have to go in MySQL Database managment (it's somehow called like that) and make it there. After that in config.php file you will see where to put username and password of that user, database name, and server (usually it's localhost).
You have to make if you didn't, one user with pass and grant it to database. To make a user you have to go in MySQL Database managment (it's somehow called like that) and make it there. After that in config.php file you will see where to put username and password of that user, database name, and server (usually it's localhost).
2013-01-13, 12:02 AM
(2013-01-12, 11:21 PM)JovanJ. Wrote: [ -> ]Cpanel -> File Manager -> public_html -> there you will find it (or in folder of your forum)...
You have to make if you didn't, one user with pass and grant it to database. To make a user you have to go in MySQL Database managment (it's somehow called like that) and make it there. After that in config.php file you will see where to put username and password of that user, database name, and server (usually it's localhost).
So, I found where I edit it, but there is already a user and pass there, so how would I apply it to my forum?
2013-01-13, 08:59 AM
By putting the user and password of your database there.