Config.php

Config.php

Posted by: Lansinq
Posted on: 2007-05-06 16:45:00

Hey guys

Just need some help please.

I have uploaded my data base to mysql and uploaded the files to the site but am not sure what I nee to change tp config to.

I have done this:

<?php
$INFO['sql_driver'] = 'mysql';
$INFO['sql_host'] = 'mysql.marioeve.info';
$INFO['sql_database'] = 'forum';
$INFO['sql_user'] = 'lansinq';
$INFO['sql_pass'] = 'password';
$INFO['sql_tbl_prefix'] = 'ibf_';
$INFO['sql_debug'] = '1';
$INFO['board_start'] = '1175207696';
$INFO['installed'] = '1';
$INFO['php_ext'] = 'php';
$INFO['safe_mode'] = '1';
$INFO['board_url'] = 'http://www.marioeve.info/forum';
$INFO['banned_group'] = '5';
$INFO['admin_group'] = '4';
$INFO['guest_group'] = '2';
$INFO['member_group'] = '3';
$INFO['auth_group'] = '1';
$INFO['mysql_tbl_type'] = 'MyISAM';

?>

and get this error message:

The requested URL /forum/index.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

What am I doing wrong please

Re: Config.php

Posted by: seiler
Posted on: 2007-05-06 17:02:00

If you're talking about http://marioeve.info/forum/index.php, I just see a forum--not errors.

I take it you got this resolved?

Re: Config.php

Posted by: Lansinq
Posted on: 2007-05-06 17:15:00

whenever I log onto http://marioeve.info/forum/index.php

I Get:

Not Found

The requested URL /forum/index.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Do you actually see the forum itself? I get the error

Re: Config.php

Posted by: nalgene1080
Posted on: 2007-05-06 17:19:00

I just navigated to there and it looks fine to me. If it has to do with logging in, can you provide a un and pw for us to try?

http://www.jconnors.net -

Re: Config.php

Posted by: seiler
Posted on: 2007-05-06 17:20:00

I see the forum. You might want to try hitting refresh/reload, clearing your cache, or even restarting your browser (or trying a different one).

I even clicked around and made sure threads loaded without error. Seems fine to me.

Re: Config.php

Posted by: rlparker
Posted on: 2007-05-06 17:21:00

Well, I didn't try to "login" (I don't have an account there), but when I visit http://marioeve.info/forum/index.php the forum displays, and operates just fine.

--rlparker

Re: Config.php

Posted by: seiler
Posted on: 2007-05-06 17:23:00

Same here, about not logging in -- but I would think that the config file feeds the whole script, so it would seem odd that it would give you a 404 for the page you were already at.

Re: Config.php

Posted by: rlparker
Posted on: 2007-05-06 17:28:00

He he..very true! I think he's got caching issues (as you already pointed out wink). It's kinda cool that he got three different people testing it for him within a 3 minute period of time, though! shocked.

--rlparker

Re: Config.php

Posted by: seiler
Posted on: 2007-05-06 17:31:00

In reply to:

It's kinda cool that he got three different people testing it for him within a 3 minute period of time, though!


Yeah, but he probably doesn't realize that each of us will be sending him a bill for our time. tongue

Re: Config.php

Posted by: Lansinq
Posted on: 2007-05-06 17:45:00

hehe I do not mind paying to get it to work. I have cleared cache rebooted computer and changed browsers and still get the 404 yet you guys can see it this is very odd


Re: Config.php

Posted by: rlparker
Posted on: 2007-05-06 17:49:00

It sounds like you may have other caches at play here...like either maybe your ISP? Stranger things *have* happened!

--rlparker

Re: Config.php

Posted by: seiler
Posted on: 2007-05-06 17:53:00

Are you saying you can't see the forum at all? Or you can see it, but can't login without getting the error?

If you can't see it at all, try using this link:

http://www.marioeve.info/forum/index.php?asdf

Sometimes, throwing a query string on the end could help if it's an ISP caching it.

Re: Config.php

Posted by: Lansinq
Posted on: 2007-05-06 17:55:00

even with that link I get a 404 error :( cannot see the forum at all.

Re: Config.php

Posted by: seiler
Posted on: 2007-05-06 18:04:00

Well, this is odd. I still see it fine, but if I enter it into a header checker, it shows a 404:

#1 Server Response: http://www.marioeve.info/forum/index.php
HTTP Status Code: HTTP/1.1 404 Not Found
Date: Mon, 07 May 2007 00:57:58 GMT
Server: Apache/2.0.54 (Unix) PHP/4.4.4 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_fastcgi/2.4.2 DAV/2 SVN/1.4.2
Vary: Accept-Encoding
Content-Length: 332
Connection: close
Content-Type: text/html; charset=iso-8859-1

Re: Config.php

Posted by: Lansinq
Posted on: 2007-05-06 18:21:00

no I have not touched it lol


Re: Config.php

Posted by: Lansinq
Posted on: 2007-05-06 18:23:00

I just did a tracert to the site and all connects just fine when pinged I think I will just contact dreamhost and get them to look at it

Thanks guys so much for the input

Re: Config.php

Posted by: seiler
Posted on: 2007-05-06 18:25:00

What do you see if you go here, without the forum directory?

http://www.marioeve.info/

That's where I'm just seeing the empty directory listing.

Tags: configuploadedhey guysdata base