Menu

#17 Full PHP Server 0.0.0 - Database Connection

open
5
2003-10-21
2003-10-15
fyrfyt
No

I have a problem I hope someone can help me with.

I have figured out a few pages of the 0.0.0 server so
that they do not produce errors. I can even register a
new person. But for the life of me I cannot connect to
see anything.

here is the response I get over and over.

Our database is experiencing temporary problems.
The site administrator has been notified.
------------------------------------------------------
--------------------------
Please try again shortly...

Unable to access user info

I assume my connection is valid or I would not be able
to add a new person.
Any ideas?

Discussion

  • Robin Abecasis

    Robin Abecasis - 2003-10-16

    Logged In: YES
    user_id=885385

    Edit the \inc\db.php file - at the bottom is the call to
    mysql_connect - you have to fill in the database name, user,
    password, etc...

    After doing that and then removing the extra line in each PHP
    file after the GPL header, then the full-server starts working
    and looking better. Although my problem now is that when i
    login, or click on the profile link, then my Apache crashes for
    some reason! :(

     
  • Morbus Iff

    Morbus Iff - 2003-10-21
    • assigned_to: nobody --> morbus
    • summary: Database Connection --> Full PHP Server 0.0.0 - Database Connection
     

Log in to post a comment.