View previous topic :: View next topic |
Author |
Message |
princesslexo
Joined: 24 May 2004 Posts: 2
|
Posted: Mon May 24, 2004 5:56 pm Post subject: parse error in b2install.php? |
|
|
when i try to launch b2install.php i get this message:
Quote: | Parse error: Parse error in /home2/nadz/public_html/famous/b2/b2config.php on line 17
No Database Selected
|
the first 20 lines of my b2config are this:
Quote: |
<?php
/* *
* b2's config file *
* */
# Reminder: everything that starts with #, /* or // is a comment
/* Start editing */
# $siteurl is your blog's URL: for example, 'http://mydomain.com' (no trailing slash !)
# $blogfilename is the name of the default file for your blog
# $blogname is the name of your blog
$siteurl = 'http://famous.wont-be-ignored.net/blog.html'
$blogfilename = 'index.php';
$blogname = "my blog";
$blogdescription = "ramblings";
|
what would my blogfilename (line 17) be if i don't have php? index.html? i'm so confused:( |
|
Back to top |
|
 |
stevem
Joined: 15 Mar 2003 Posts: 178
|
Posted: Mon May 24, 2004 6:09 pm Post subject: |
|
|
All that has happened is that you've lost the ; at the end of line 17. It should say Code: | $siteurl = 'http://famous.wont-be-ignored.net/blog.html'; |
princesslexo wrote: | what would my blogfilename (line 17) be if i don't have php? index.html? i'm so confused:( |
index.php is fine. You must have PHP (on the server) as otherwise you wouldn't have got this far with b2install.php. It is PHP that told you that you had an error. |
|
Back to top |
|
 |
princesslexo
Joined: 24 May 2004 Posts: 2
|
Posted: Mon May 24, 2004 7:43 pm Post subject: |
|
|
whoa ok i feel so stupid:P thanks so much!!! |
|
Back to top |
|
 |
|