| Re: Database Connection Issue |
| by ghia on 2009/6/29 22:50:58 Are you with a free hoster? Then it could be your session is not remembered. Check the hosting documentation for what to do for having sessions in PHP (creating a session directory or something?). |
| Re: Database Connection Issue |
| by MisterNathan on 2009/6/29 21:11:10 After plugging in the code and trying again, nothing changed. I received no error report once again. |
| Re: Database Connection Issue |
| by MisterNathan on 2009/6/29 19:48:05 Wouldn't I get a "can not connect to database" error if that were the case? That's the error I got when I had previously entered in the wrong username/password. Ah, the person in that thread's problem seems identical to mine. When I searched for it, I couldn't find it. I'll try plugging that line in the php and see what comes up. Thanks! |
| Re: Database Connection Issue |
| by ghia on 2009/6/24 2:19:20 Probably, you are using the wrong username and/or password for MySQL. Can you log in to it with phpMyAdmin? You may try to add an extra error message reporting to the file. |
| Re: Database Connection Issue |
| by MisterNathan on 2009/6/23 23:41:37 All of the necessary directories are created and the permissions are set correctly. |