critical error

This is an archive of the phpBB 2.0.x support forum. Support for phpBB2 has now ended.
Forum rules
Following phpBB2's EoL, this forum is now archived for reference purposes only.
Please see the following announcement for more information: viewtopic.php?f=14&t=1385785
Locked
ndonezn
Registered User
Posts: 118
Joined: Fri Nov 11, 2005 10:05 pm
Location: pasadena
Contact:

critical error

Post by ndonezn »

phpBB : Critical Error

Error creating new session

DEBUG MODE

SQL Error : 1044 Access denied for user: 'dbo163975352@%' to database 'db163975352'

INSERT INTO phpbb_sessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin, is_robot, user_agent) VALUES ('5106bd4057108cac7bea5a957688cf69', -1, 1174716590, 1174716590, '447bfb36', 0, 0, 0, '0', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3' )

Line : 189
File : /homepages/39/d121324241/htdocs/line/community/includes/sessions.php



does anyone know why that "@%" are showing up or what i should do?
ndonezn
Registered User
Posts: 118
Joined: Fri Nov 11, 2005 10:05 pm
Location: pasadena
Contact:

Re: critical error

Post by ndonezn »

anybody with a fix on this?
User avatar
tanfwc
Registered User
Posts: 2691
Joined: Sat Oct 11, 2003 7:10 am
Location: Singapore
Contact:

Re: critical error

Post by tanfwc »

It is denying your access to the database. check that your username and password are correct. Your provider might be doing a maintenance on your server :D
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52768
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve
Contact:

Re: critical error

Post by stevemaury »

Post the contents of your config.php file here (without password).
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
dkurz
Registered User
Posts: 91
Joined: Wed Mar 17, 2004 10:03 pm
Location: NJ
Contact:

Re: critical error

Post by dkurz »

Did you modify you website lately?
Templater
Registered User
Posts: 343
Joined: Wed Aug 31, 2005 5:07 am

Re: critical error

Post by Templater »

Your DB or at least that table seems to be corrupt, try fixing your DB with your MySQL account that could help in this case.
MOD::Pseudo WYSIWIG BBcode Editor.
Latest stable Version: 1.8.8b -> Screenshot: Pseudo WYSIWYG -> Download: Pesudo WYSIWYG 1.8.8b
ndonezn
Registered User
Posts: 118
Joined: Fri Nov 11, 2005 10:05 pm
Location: pasadena
Contact:

Re: critical error

Post by ndonezn »

okay.... i did a lot of user and spam deleting and that's it....

i called 1&1 to have them back it up and they did...

i don't know what i could have messed up... should i post my config.php? i don't know how to "fix" mysql...

err?
User avatar
karlsemple
Former Team Member
Posts: 39802
Joined: Mon Nov 01, 2004 8:54 am
Location: Hereford, UK
Contact:

Re: critical error

Post by karlsemple »

SQL Error : 1044 Access denied for user: 'dbo163975352@%' to database 'db163975352'


either the username or password are wrong for the database user to connect tot he database or the user is not assigned to the database and thus does not have permissions yo access the database :)
Image
ndonezn
Registered User
Posts: 118
Joined: Fri Nov 11, 2005 10:05 pm
Location: pasadena
Contact:

Re: critical error

Post by ndonezn »

can someone help me with this... i can't figure it out

i don't even know where to look
User avatar
ric323
Former Team Member
Posts: 22910
Joined: Tue Feb 06, 2007 12:33 am
Location: Melbourne, Australia
Name: Ric
Contact:

Re: critical error

Post by ric323 »

Please respond to questions so we can help.
As Stevemaury already asked:
Post the contents of your config.php file here (without password).
The Knowledge Base contains solutions to many common problems!
How to fix "Doesn't have a default value" and "Incorrect string value: xxx for column 'post_text' " errors.
How to do a clean re-install of the latest phpBB3 version.
Problems with permissions? Read phpBB3 Permissions
ndonezn
Registered User
Posts: 118
Joined: Fri Nov 11, 2005 10:05 pm
Location: pasadena
Contact:

Re: critical error

Post by ndonezn »

<?php

$dbms = 'mysql';

$dbhost = 'db389.perfora.net';
$dbname = 'db163975352';
$dbuser = 'dbo163975352';
password removed

$table_prefix = 'phpbb_';

define('PHPBB_INSTALLED', true);

?>


could this be a prob?

Image
User avatar
stevemaury
Support Team Member
Support Team Member
Posts: 52768
Joined: Thu Nov 02, 2006 12:21 am
Location: The U.P.
Name: Steve
Contact:

Re: critical error

Post by stevemaury »

You need to check with your host that the dbhost, dbuser and dbname are all correct and that the dbuser has full permissions on the database. You also need to verify that the password is correct.
I can stop all your spam. I can upgrade or update your Board. PM or email me. (Paid support)
Locked

Return to “2.0.x Support Forum”