my mysql+AEF is still not working ...

Status
Not open for further replies.

sfranzyshen

New Member
Messages
13
Reaction score
0
Points
0
I am able to see the database under the mysql admin in the cPanel ... but I am still getting "Unable to select database" when I try to access the site. Please advise?

sfranzyshen
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
When I open your website I see a website which is designed in website builder... without any error..

can you please post the URL where you are getting error??
 
Last edited:

sfranzyshen

New Member
Messages
13
Reaction score
0
Points
0
When I open your website I see a website which is designed in website builder... without any error..

can you please post the URL where you are getting error??

http://franzyshen.x10hosting.com/aef/
or
http://www.quake2live.net/aef/index.php?

aef/
aef/index.php
aef/universal.php

the configs for the AEF message board is stored in universal.php

$globals['user'] = 'sfranzys_aef';
$globals['password'] = '###########';
$globals['database'] = 'sfranzys_aef';
$globals['dbprefix'] = 'aef_';
$globals['server'] = 'localhost';

when I go into mysql admin I see the database is there ... I see the user is too (although I am not sure of the password ... can't change it, would need to delete and re-add)

I can not find any server error logs so I don't know where it breaks ... either the user or the host ... if the user is borked or if the localhost server isnt the mysql server what should it be? I didn't change this ... please advise

sfranzyshen
Edit:
http://franzyshen.x10hosting.com/aef/
or
http://www.quake2live.net/aef/index.php?

aef/
aef/index.php
aef/universal.php

the configs for the AEF message board is stored in universal.php

$globals['user'] = 'sfranzys_aef';
$globals['password'] = '###########';
$globals['database'] = 'sfranzys_aef';
$globals['dbprefix'] = 'aef_';
$globals['server'] = 'localhost';

when I go into mysql admin I see the database is there ... I see the user is too (although I am not sure of the password ... can't change it, would need to delete and re-add)

I can not find any server error logs so I don't know where it breaks ... either the user or the host ... if the user is borked or if the localhost server isnt the mysql server what should it be? I didn't change this ... please advise

sfranzyshen

I removed the mysql user and then added it back in and added the user with all privs back to the database ... it is now working ...
 
Last edited:
Status
Not open for further replies.
Top