Config.php outside web server path

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Config.php outside web server path
fyrfight
CZ Newbie
fyrfight has been a member for over 20 year's 20 Year Member
Gender: Male
Website:
Status: Offline
Joined: Aug 20, 2003
0.00 posts per day
Posts: 5
Points: 712
   


It's a good idea to put your config.php file outside the
Web Server path, then you can create a new config.php with this line in it:


Code:<?php include("../config.php"); ?>


Telli,

I picked this up from the KB, it works. I can go to the admin.php area just fine, but when I click on the forums admin link I get this error.


Fatal error: Cannot instantiate non-existent class: sql_db in /home/stedmanb/public_html/db/db.php on line 86


My line 86 of db.php looks like this.

$db = new sql_db($dbhost, $dbuname, $dbpass, $dbname, false);


I can go to all the other admin links just fine.

Bryan


Back to top Reply with quote
#2   
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 45
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
Open your mainfile.php and find this line:

if ($forum_admin == 1) {
    require_once("../../../config.php");



Change it to:

if ($forum_admin == 1) {
    require_once("../../../../config.php");


Make a backup and try that.



_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#3   re: Config.php outside web server path
fyrfight
CZ Newbie
fyrfight has been a member for over 20 year's 20 Year Member
Gender: Male
Website:
Status: Offline
Joined: Aug 20, 2003
0.00 posts per day
Posts: 5
Points: 712
   
Telli,

Thanks for helping me out again. That took care of the problem.

icon_biggrin.gif

Bryan



Back to top Reply with quote
#4   re: Config.php outside web server path
akid
CZ Newbie
akid has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Mar 22, 2004
0.00 posts per day
Posts: 8
Points: 568
   
I was just getting a blank white page I wounder if that would correct it for me too?



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum