Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

installation problem

Asked Modified Viewed 3,823 times
A
aneks
A
aneks 10
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hi guys, I'm having problems installing php-fusion. I've followed the readme file and i've chmoded all the folders and files that need to be changed and ran the setup.php file and everything works fine and it even writes files to the mysql database but on the second screen where you have to create the admin account after I fill in the details and click next it comes up with this error message Unable to establish connection to MySQL 1045 : Access denied for user 'igorotov'@'localhost' (using password: NO). Now I don't know why it does this because I've checked my config.php file and all the details in there are correct and corespond to the the mysql database settings. Does anyone know what I can do to fix this? Thank you.
0 replies

12 posts

A
aneks
A
aneks 10
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Hi guys, I see no one has any idea so far what my problem could be. In addition to my previous post after I enter username and password for the super admin account and I get the above error message when I go back to the config.php the file it's empty again and the database settings are gone, is that normal?
0 replies
K
KnightHawk
K
  • Member, joined since
  • Contributed 67 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

If you put the @localhost in the user name or database name that is the problem.
0 replies
A
aneks
A
aneks 10
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

@locahost? i don't have that in my username or database name...

this is my config.php file
<?php
// database settings
$db_host="localhost";
$db_user="igorotov_aneks";
$db_pass="**********";
$db_name="igorotov_aneks";
$db_prefix="fusion_";
define("DB_PREFIX", "fusion_");
?>
0 replies
K
KnightHawk
K
  • Member, joined since
  • Contributed 67 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

are you able to use phpmyadmin into the database?

/edit/

Make sure you gave the user name has all priviledges to the database.
Edited by KnightHawk on 08-12-2007 05:54,
0 replies
A
aneks
A
aneks 10
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

yes i am, that's the weird thing and when i open phpmyadmin the database is there and it's all filled and yet it still won't let me finish my setup.. and like i said before the weird thing is that after i fill in all the details for the super admin account and it gives me that error messeage that i mentioned in my first post i go back to the config.php file and all the database settings that i put in are deleted.
0 replies
K
KnightHawk
K
  • Member, joined since
  • Contributed 67 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

Go to your mysql manager and make sure igorotov_aneks has all priviledges to the database. Maybe you missed something and it's stopping php_fusion from going any further.
0 replies
A
aneks
A
aneks 10
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

I checked that now as well, and igorotov has all privilages to the mysql database. I really don't know what else to do and why it won't work.
0 replies
K
KnightHawk
K
  • Member, joined since
  • Contributed 67 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

Well I'm not able to help anymore. This is something I would have to have full access to figure out the problem. But I'm sure someone here might be able to figure it out.

All I can think that you can do is delete the database. Delete the files and make a new database and re-upload and chmod and try again.
0 replies
F
fetloser
F
  • Senior Member, joined since
  • Contributed 275 posts on the community forums.
  • Started 2 threads in the forums
answered
Senior Member

sounds weird. Since you haven't got any content on the site yet, i'd wipe the database, create a new table and reupload all files again, just in case something went wrong.

But it sounds more lika a database issue than anything else since the config file is written correctly.
0 replies
A
aneks
A
aneks 10
  • Newbie, joined since
  • Contributed 6 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

I did everything again, from the beginning, deleted the database, created a new one and re-uploaded all the files and it still does the same thing. I guess if it's a database problem I'm gonna have to talk to my hosting provider, maybe they'll know what's wrong with it. The interesting thing is though that when i run the setup.php file and i type in my database username and password etc. it goes to the next screen and it says all the files have been written successfully and then when I fill in the details for the super admin account it comes up with that error. Also after I fill in those details and i press submit if I go back to the config.php file it looks like this..

<?php
// database settings
$db_host="";
$db_user="";
$db_pass="";
$db_name="";
$db_prefix="";
define("DB_PREFIX", "");
?>

It's empty and I don't know why it does that.
0 replies
D
donmcg
D
donmcg 10
  • Member, joined since
  • Contributed 54 posts on the community forums.
answered
Member

Did you CHMOD your config.php file to 777?
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

Quote

donmcg wrote:
Did you CHMOD your config.php file to 777?

Did you CHMOD all the neccessary files? :P
Edited by Basti on 01-01-2008 06:49,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 12 posts
  • Votes 0 votes
  • Topic users 5 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet