Trouble with forums

Status
Not open for further replies.

rustler

New Member
Messages
6
Reaction score
0
Points
0

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Corey's post on Lotus, et al

Seems Lotus will be acting up as they make the changes. Best thing to do is probably wait it out.

Sorry I can't be of more help. Realize that everybody on the affected servers are in the same boat.
 

rustler

New Member
Messages
6
Reaction score
0
Points
0
Thanks for the replies. My config.php file looks like this:

Code:
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'mysql-lotus.x10hosting.com';
$dbport = '';
$dbname = 'nettnut_phpbb';
$dbuser = 'nettnut_phpbb';
$dbpasswd = 'xxxxxxx';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>

If I change this line:
Code:
$dbhost = 'mysql-lotus.x10hosting.com';
to
Code:
$dbhost = 'localhost';

it doesn't make it any better. Is this correct?
 
Last edited:

rustler

New Member
Messages
6
Reaction score
0
Points
0
Well, it has been changed to localhost, and it is not working. Also, I can no longer access my files through IE, it says the files are either missing or have been moved.. They are still there, I can access them through cpanel.
Edit:
Database is directed to localhost, and still getting this message:

SQL ERROR [ mysql4 ]

Can't connect to MySQL server on 'mysql-lotus.x10hosting.com' (4) [2003]

An sql error occurred while fetching this page. Please contact an administrator if this problem persists.

If I've changed it to "localhost", why is it still looking to "mysql-lotus.x10hosting.com" ? Is there some place else other than the config.php file that I need to change?
 
Last edited:
Status
Not open for further replies.
Top