Author |
Message |
namaste
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jul 02, 2007
Posts: 21
|
Posted:
Sun Mar 09, 2008 10:54 am |
|
I am attempting to install RavenNuke v2.20.0 but it appears I have not been able to get much beyond reading the Docs, and a few other first steps. I've created a database, user and pswd and granted full access to same. I also changed the config.php file to reflect the info from the database. As an aside I note the config.php file in my unzipped version of RavenNuke_v2.20.0 shows e.g., SQL Database Hostname and NOT SQL "localhost"; So here I'm not sure if the quotes, etc are really necessary or ??? On completion of the u/l to my Server ( in folder public_html) of the items in the html folder, l pointer Firefox to the URL. With my best efforts I cannot get beyond these 2 Error messages;
>There seems to be a problem connecting to the MySQL server. MySQL is Reporting Access denied for user 'rnv220'@'localhost' (using password: YES)
SO, I then added the latter part of the route as noted below to the Address bar and then I get the second error msg / problem (cf. below). I attempted to work around this by accommodating that message by adding the User 'rnv220' with the pswd YES, but that just gives me a repeat of the results I've been getting. From my reading of the docs it would appear the User 'rnv220' would be something in an earlier 'fill in the Form' step provided to assist with installation. BTW I also changed the permission on the ultramode.txt, sample.htaccess and sample.staccess fm 644 to 777. This was suggested in the Doc's.
Albeit, Ravennuke and I are at loggerheads on this and without some assistance I'm not sure I can make any further progress. Except for my role as a weekend admin on a PHPNuke site ( www.hikingadventure.org-- which I did not install), where I have some hands-on experience with cPanel and its many features such as Files, Mail, Logs, Security, Databases, Software, I'm a blank slate with respect to scripts, etc. Appreciate ANY and ALL help those of you with the depth and span of knowledge of RavenNuke can offer. In advance, thank you.
>There seems to be a problem with the System Configuration Table - it's missing. If you are the System Administrator and installing this for the first time, did you remember to run the INSTALLATION/installSQL.php file?
2nd Error Msg.
MySQL Database Connectivity Test Results config.php file found! I was unable to reach your MySQL server using the MySQL connection settings in your nuke config.php file. The exact error that MySQL reported is:
MySQL Error # 2 = Access denied for user 'rnv220'@'localhost' (using password: YES) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
jakec
Site Admin
![](modules/Forums/images/avatars/502a2d1345d88a86ddb4a.png)
Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom
|
Posted:
Sun Mar 09, 2008 11:04 am |
|
It looks like the config.php file is not setup correctly.
You need to fill in the details you setup for your database and user. See below:
$dbhost = 'localhost'; If you are using cPanel this can usually stay as localhost.
$dbuname = 'username'; Change this to the username you created for your database
$dbpass = 'password'; Enter the password you created for the database
$dbname = 'databasename'; Enter your database name
The once you have done this go to INSTALLATION/installSQL.php |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
namaste
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Mar 09, 2008 1:41 pm |
|
Unless I've missed something crucial here I've already completed that aspect of the Installation prep. Here's what one my Server in the config.php file;
// Database & System Config
//
// dbhost: SQL "localhost";
// dbuname: SQL "namaste";
// dbpass: SQL "mypassword";
// dbname: SQL "gnjtbjty_rnuke";
// $prefix: Your Database table's prefix
// $user_prefix: Your Users' Database table's prefix (To share it)
// $dbtype: Your Database Server type. Supported servers are:
// MySQL, mysql4, postgres, mssql, oracle, msaccess,
// db2 and mssql-odbc
// Be sure to write it exactly as above, case SeNsItIvE!
AND when I attempt the INSTALLATION/installSQL.php I'm met with the same message/impasse.
I might add here that there is one other piece of info that might assist someone in breaking this impasse I face and that is the error I now get on adding the "..did you remember to run the INSTALLATION/installSQL.php," is a 'Page Not Found 404 ". My Error log notes there is no such file, "[Sun Mar 9 15:21:08 2008] [error] [client 72.139.83.4] File does not exist: /home/gnjtbjty/public_html/INSTALLATION/installSQL.php." It would seem I cannot create the database because permission does not exist for the rnv220 at my localhost. Also PHPAdmin reveals there are no tables in the database! How to create them given the impasse I face is my quandary. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Gremmie
Former Moderator in Good Standing
![](modules/Forums/images/avatars/0cd76dcf45da5de2cf864.jpg)
Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA
|
Posted:
Sun Mar 09, 2008 3:18 pm |
|
namaste, that stuff you just posted is "commented out". You need to remove the leading // characters. |
_________________ Only registered users can see links on this board! Get registered or login! - An Event Calendar for PHP-Nuke
Only registered users can see links on this board! Get registered or login! - A Google Maps Nuke Module |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Gremmie
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Mar 09, 2008 3:19 pm |
|
Actually scroll down a bit probably to the uncommented out stuff. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
joker51
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Nov 19, 2008
Posts: 2
|
Posted:
Wed Nov 19, 2008 3:57 pm |
|
Ok I am having the same issues here. Got the database issue fixed. Now get this error when I go to the site.
MySQL Error
There seems to be a problem with the System Configuration Table - it's missing.
If you are the System Administrator and installing this for the first time, did you remember to run the INSTALLATION/installSQL.php file?
If you are not the System Administrator, please report this to the Administrator and/or Web Master ASAP.
We will be back as soon as possible.
and when I try to go to the installation link it gives me this
Forbidden
You don't have permission to access /INSTALLATION/installSQL.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Is there a step by step installation manaul? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kguske
Site Admin
![](modules/Forums/images/avatars/41f0b40a419280935f3a0.gif)
Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Wed Nov 19, 2008 4:06 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
fkelly
Former Moderator in Good Standing
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Aug 30, 2005
Posts: 3312
Location: near Albany NY
|
Posted:
Wed Nov 19, 2008 6:38 pm |
|
This thread started with RN2.20 and then after a six month hiatus sequed to ?? ... not sure what you are installing joker. Make sure it is 2.30 and then follow the link that kguske gave you. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
joker51
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Nov 19, 2008 6:41 pm |
|
sorry to bring an old thread back to life, just didnt want to repost the same question on a new thread. and the search only showed this one.
But I am using 2.3. I am gonna try the tutorial in the link and see what happens. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
Site Admin
![](modules/Forums/images/avatars/0c0adf824792d6d341ef4.gif)
Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Thu Nov 20, 2008 6:45 am |
|
It also sounds like it could be a file permission issue. IF you are installing this on a local linux machine, for example, make sure your directories are 755 and files are 644. The HowToInstall manual will tell you which files and directories to give additional permissions to. |
_________________ 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! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mikeill
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Feb 22, 2009
Posts: 4
|
Posted:
Sun Feb 22, 2009 9:05 pm |
|
hey the problem i had had was not realizing that, possibly due to being on a virtual server, my SQL username was prefixed by the hosting username so the username i had to put in the config file was hostuser_SQLuser. and i think the same with the database. this may helo some people in the future. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
jackel
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/0cce99dd49d11996b6d20.gif)
Joined: Jan 15, 2009
Posts: 145
Location: Iowa, USA
|
Posted:
Mon Feb 23, 2009 1:49 am |
|
namaste wrote: | Unless I've missed something crucial here I've already completed that aspect of the Installation prep. Here's what one my Server in the config.php file;
// Database & System Config
//
// dbhost: SQL "localhost";
// dbuname: SQL "namaste";
// dbpass: SQL "mypassword";
// dbname: SQL "gnjtbjty_rnuke";
// $prefix: Your Database table's prefix
// $user_prefix: Your Users' Database table's prefix (To share it)
// $dbtype: Your Database Server type. Supported servers are:
// MySQL, mysql4, postgres, mssql, oracle, msaccess,
// db2 and mssql-odbc
// Be sure to write it exactly as above, case SeNsItIvE!
AND when I attempt the INSTALLATION/installSQL.php I'm met with the same message/impasse.
I might add here that there is one other piece of info that might assist someone in breaking this impasse I face and that is the error I now get on adding the "..did you remember to run the INSTALLATION/installSQL.php," is a 'Page Not Found 404 ". My Error log notes there is no such file, "[Sun Mar 9 15:21:08 2008] [error] [client 72.139.83.4] File does not exist: /home/gnjtbjty/public_html/INSTALLATION/installSQL.php." It would seem I cannot create the database because permission does not exist for the rnv220 at my localhost. Also PHPAdmin reveals there are no tables in the database! How to create them given the impasse I face is my quandary. |
Looking at your setup If your databasename is gnjtbjty_rnuke
Then you user name should be gnjtbjty_namaste
Just a thought |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
Site Admin
![](modules/Forums/images/avatars/Dilbert/Dilbert_-_Dogbert_King.gif)
Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania
|
Posted:
Mon Feb 23, 2009 6:44 am |
|
Just an FYI people. This thread is almost a year old. |
_________________ "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mikeill
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Feb 24, 2009 2:27 pm |
|
Palbin wrote: | Just an FYI people. This thread is almost a year old. |
thanks. i know, but there may be other people who come across it Googling for answers (like i think i did). hope you don't mind the posting.
mike |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|