boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

parse error in b2install.php?

 
Post new topic   Reply to topic    boardom Forum Index -> Installation issues
View previous topic :: View next topic  
Author Message
princesslexo



Joined: 24 May 2004
Posts: 2

PostPosted: Mon May 24, 2004 5:56 pm    Post subject: parse error in b2install.php? Reply with quote

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
View user's profile Send private message Visit poster's website
stevem



Joined: 15 Mar 2003
Posts: 176

PostPosted: Mon May 24, 2004 6:09 pm    Post subject: Reply with quote

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
View user's profile Send private message
princesslexo



Joined: 24 May 2004
Posts: 2

PostPosted: Mon May 24, 2004 7:43 pm    Post subject: Reply with quote

whoa ok i feel so stupid:P thanks so much!!!
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Installation issues All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group