View previous topic :: View next topic |
Author |
Message |
tidus07
Joined: 29 Dec 2003 Posts: 4
|
Posted: Mon Dec 29, 2003 9:31 pm Post subject: OK, Another Problem: This Time, it's MySQL |
|
|
Hey again! I'm having trouble with my database. Everytime I run b2install.php, this message comes up: Quote: | Parse error: parse error in /home/virtual/site67/fst/var/www/html/blog/b2config.php on line 58
No Database Selected |
I do not understand because I clearly have a database selected for use. Any insight, anyone?
(I have PHP properly installed, I have a MySQL database, so its not because I am lacking programs!) |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Mon Dec 29, 2003 11:33 pm Post subject: |
|
|
Line 58 of an unedited b2config.php is Code: | $dbname = 'b2'; // the name of the database
|
Make sure you have the right apostrophes and colons. _________________ No more support from me. Goodbye!
Go upgrade to WordPress, you'll find better support there. |
|
Back to top |
|
 |
tidus07
Joined: 29 Dec 2003 Posts: 4
|
Posted: Tue Dec 30, 2003 1:24 am Post subject: |
|
|
Quote: | $dbname = 'blog'; // the name of the database |
That is what I have on line 58....What's wrong with that?!? |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Tue Dec 30, 2003 1:56 am Post subject: |
|
|
Post lines 48-68, please. _________________ No more support from me. Goodbye!
Go upgrade to WordPress, you'll find better support there. |
|
Back to top |
|
 |
|