Author |
Message |
barkadli
New Member


Joined: Jun 22, 2005
Posts: 4
|
Posted:
Wed Jun 22, 2005 7:25 pm |
|
hey guys, i am a new user of PHP-Nuke. This is my first time installing Nuke 7.6 and after i uploaded all of the files in my FTP, the browers reads (There seems to be a problem with the MySQL server, sorry for the inconvenience. We should be back shortly.) what is the problem? as i said i am a new user so please any help you could give would be appreciated..
Thank You
link to the site: Only registered users can see links on this board! Get registered or login! |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Wed Jun 22, 2005 8:33 pm |
|
|
|
 |
barkadli

|
Posted:
Wed Jun 22, 2005 11:23 pm |
|
thanks for the link Raven. i did follow through it but when i go to my site, all i see is an blank page. i think that the problem might be the "Database Creation" part which i didn't understand and didn't do it see this link Only registered users can see links on this board! Get registered or login! Could you explain how i do this and fix the blank page problem?
thnx
Oh, this is how my site looks now Only registered users can see links on this board! Get registered or login! |
|
|
|
 |
Raven

|
Posted:
Thu Jun 23, 2005 12:38 am |
|
Well, one step at a time. Most hosts provide a front end control panel (cPanel, PLESK, etc). Within those cp's are a link to MySQL. You must use MySQL to create a database. Name it whatever you want. You must then create a 'user' with a password for MySQL. Then, you have to 'link' that user to your database. So, you should now have a valid database, username, and userpassword. Once that is done, you need to modify the nuke file config.php. When you unpacked your nuke distribution, the file has code in it likeCode:$dbhost = "localhost";
$dbuname = "root";
$dbpass = "";
$dbname = "nuke";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
|
So, let's assume you created the following names:
database name = mynukedb
database username = barkadli
database password = password
You would then modify the above code toCode:$dbhost = "localhost";
$dbuname = "barkadli";
$dbpass = "password";
$dbname = "mynukedb";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
|
After you make those changes, ftp that file to replace the one on your server. Now when you goto http://mohbar.farvista.net/phpnuke/index.php you should still have an error but it will be a different one because you now have the database but no tables. You must now load the tables into the database. Probably the easiest way is to get the installer for your version as described in http://www.ravenphpscripts.com/modules.php?name=PHP-Nuke_HOWTO&page=install-php-nuke-nukesql.html.
Before going any further, lets see if you can get the database created  |
|
|
|
 |
barkadli

|
Posted:
Thu Jun 23, 2005 1:28 am |
|
Ok i did enter all of the Database info described above in the Config.php file and uploaded it back into the FTP and the site shows a blank page. i got my database from www.100webspace.com and it works with my phpBB 2 forum so i am guessing the problem is not the database.
what do you think?
thnx
link to site: http://mohbar.farvista.net/ogaden/index.php |
|
|
|
 |
Raven

|
Posted:
Thu Jun 23, 2005 1:51 am |
|
Look in your server error log. It should be a link from your control panel and see if there are any errors being recorded. |
|
|
|
 |
VinDSL
Life Cycles Becoming CPU Cycles

Joined: Jul 11, 2004
Posts: 614
Location: Arizona (USA) Admin: NukeCops.com Admin: Disipal Designs Admin: Lenon.com
|
Posted:
Thu Jun 23, 2005 11:02 am |
|
|
_________________ .:: "The further in you go, the bigger it gets!" ::.
.:: Only registered users can see links on this board! Get registered or login! | Only registered users can see links on this board! Get registered or login! ::. |
|
 |
 |
barkadli

|
Posted:
Thu Jun 23, 2005 1:20 pm |
|
oh i am never gonna get this thing up and running. i would appreciate if someone could install it for me. this is as far as i got with it. warfa36.coconia.net/html/index.php please will somebody install it for me i will give you the FTP access and database info. Thanx A Lot  |
|
|
|
 |
|