phpBB2.de Forum Index  
[netclusive - internet broadcasting]
 FAQ  •  Search  •  Download  •  Bookmarks  •  Memberlist  •  Usergroups   •  Register  •  Profile  •  Log in to check your private messages  •  Log in
 
        
 
        
 

LinkLift

View next topic
View previous topic

This forum is locked: you cannot post, reply to, or edit topics.This topic is locked: you cannot edit posts or make replies.
Author Message
Sparks
phpBB2.de User
phpBB2.de User



Joined: 01 Oct 2002
Posts: 22
Location: UK

PostPosted: Wed 02 Oct, 2002 21:07 Reply with quoteBack to top 

Hi, I am totally new to BB2, and any message bord installations!

I have a web site that is running on a Windows 2000 server, I have installes MySQL, started the service, and it seems to be working

C:\>C:\mysql\bin\mysqlshow
+-----------+
| Databases |
+-----------+
| mysql |
| test |
+-----------+

I then tried to install the phpbb2, but am not getting very far with it

I have uploaded all the files from the Zip file to the site, in a directory called phpbb2, i have made the config.php to be writeable by all.

The documentetion then tells be to go to the folder I put all the files in on my site - in my case it is http://www.badgirlsweb.co.uk/phpBB2

I then get "You are not authorized to view this page"

So i thought maybe it is trying to list the directory content, so I went to http://www.badgirlsweb.co.uk/phpBB2/index.php - but then i just get tat file writen out as text!

I am guessing i need to assosiate the .php extention with MySQL somehow?

Can anyone help!

Thanks Very Happy

Sparks...
OfflineView user's profileSend private messageVisit poster's website
Google







Posted: Back to top

Sparks
phpBB2.de User
phpBB2.de User



Joined: 01 Oct 2002
Posts: 22
Location: UK

PostPosted: Wed 02 Oct, 2002 21:22 Reply with quoteBack to top 

Okay, I have now realised I needed to install PHP - i have done this, and it now seems to come up with the install screen!

I am at a bit of a loss of what i need to put in the following

Database Server Hostname / DSN:
Your Database Name:
Database Username:
Database Password:
Prefix for tables in database:

I guess i need to somehow create a database first, then fill this in?
Not quite sure how though!

I would appreciate any help anyone can offer!

Thanks

Sparks...
OfflineView user's profileSend private messageVisit poster's website
DJquattro
Moderator
Moderator



Joined: 06 Aug 2002
Posts: 347
Location: Braunschweig

PostPosted: Wed 02 Oct, 2002 22:46 Reply with quoteBack to top 

You've installed PHP - u also have installed MySQL and had create a Datebase yet ? If not, install MySQL ( www.MySQL.com ) and create a Database, then u'r Forum should be running.

Greetings.
OfflineView user's profileSend private messageSend e-mailVisit poster's website
Sparks
phpBB2.de User
phpBB2.de User



Joined: 01 Oct 2002
Posts: 22
Location: UK

PostPosted: Wed 02 Oct, 2002 22:51 Reply with quoteBack to top 

Yep, I have PHP and mySQL installed, but i am unsure on how to create the database

I have installed the mysql as a service under windows 2000, and have started it.

All i need to know is how I create the database!

Many thanks!
OfflineView user's profileSend private messageVisit poster's website
Sparks
phpBB2.de User
phpBB2.de User



Joined: 01 Oct 2002
Posts: 22
Location: UK

PostPosted: Wed 02 Oct, 2002 23:59 Reply with quoteBack to top 

Okay, I seem to have figured out how to create the database!

I now have the following
mysql> SHOW DATABASES;
+---------------+
| Database |
+---------------+
| badgirlswebbb |
| mysql |
| test |
+---------------+
3 rows in set (0.00 sec)

now I am stuck again Confused
OfflineView user's profileSend private messageVisit poster's website
DJquattro
Moderator
Moderator



Joined: 06 Aug 2002
Posts: 347
Location: Braunschweig

PostPosted: Thu 03 Oct, 2002 14:06 Reply with quoteBack to top 

Hi again.

U could configure u'r Databases with phpMyAdmin comfortably. Install it to u'r root directory - but don't forget to configuring the config.inc.php

Greetings.
OfflineView user's profileSend private messageSend e-mailVisit poster's website
Sparks
phpBB2.de User
phpBB2.de User



Joined: 01 Oct 2002
Posts: 22
Location: UK

PostPosted: Thu 03 Oct, 2002 15:46 Reply with quoteBack to top 

Okay, I have now got the phpMyAdmin-2.3.1

It seems to list the database I created (badgirlswebbb)

Now what do I need to do! - create some tables I guess - if so, what do i need to create Confused

Sorry to sound thick, it's just I have never used MySQL, PHP, or simalar before, so any help would be appreciated! Wink


Thanks!
Sparks...
OfflineView user's profileSend private messageVisit poster's website
Sparks
phpBB2.de User
phpBB2.de User



Joined: 01 Oct 2002
Posts: 22
Location: UK

PostPosted: Thu 03 Oct, 2002 21:48 Reply with quoteBack to top 

Success!

I have now managed to get my board up and running!

Thanks to all who helped! Very Happy
OfflineView user's profileSend private messageVisit poster's website
Sparks
phpBB2.de User
phpBB2.de User



Joined: 01 Oct 2002
Posts: 22
Location: UK

PostPosted: Mon 04 Nov, 2002 17:27 Reply with quoteBack to top 

Hello again.

I am now in the process of changing from a Windows 2000 server to a SuSE Linux 8.1 server.

I have installe Apache, and that seems to be working correctly
I have installed PHP, that also seems ok
I have installed MySQL (3.23.52) and that seems ok
I have downloaded phpMyAdmin, and created a new database sucessfully

I then downloaded PHPBB2 and put it in a new directory on the web server (/phpbb2)

now i am presented with the install screen, I filled in all the details, but when I hit submit, it tells me

-----------
phpBB : Critical Error

Could not connect to the database
-----------

I know MySQL is working, as I can confugure it with phpMyAdmin

Here is what i filled in in the install.php form

Default board language - English
Database Type - MySQL 3.x
Choose your installation method - Install

Database Server Hostname / DSN - localhost
Your Database Name - badgirlswebBB
Database Username - badgirlswebbb
Database Password - [the password i set in phpMyAdmin for the user badgirlswebbb]
Prefix for tables in database - phpbb_

Admin Email Address - [my email address]
Domain Name - www.badgirlsweb.co.uk
Server Port - 80
Script path - /phpBB2/
Administrator Username - Sparks
Administrator Password - [my password]
Administrator Password [ Confirm ] - [my password]

Can anyone see what I am doing wrong!?

Thanks Very Happy
OfflineView user's profileSend private messageVisit poster's website
Sparks
phpBB2.de User
phpBB2.de User



Joined: 01 Oct 2002
Posts: 22
Location: UK

PostPosted: Mon 04 Nov, 2002 23:45 Reply with quoteBack to top 

SOLVED!

I have now sorted the problem, I deleted the MySQL users and database, then re created them, and now they work!

magic Very Happy
OfflineView user's profileSend private messageVisit poster's website
Bert The Weird
phpBB2.de User
phpBB2.de User



Joined: 28 Nov 2002
Posts: 12

PostPosted: Fri 29 Nov, 2002 20:30 Reply with quoteBack to top 

that's good news!

_________________
Bert
www.musics4u.2ya.com
OfflineView user's profileSend private messageSend e-mailVisit poster's website
robtheace
phpBB2.de User
phpBB2.de User



Joined: 12 Nov 2002
Posts: 7

PostPosted: Fri 06 Dec, 2002 09:42 Reply with quoteBack to top 

Yeah good for you but i still have a problem. Whats that about installing phpBB2 i know all my database info and have uploaded my files to my site but never realised you need to install them Confused it might explain why nothing works Rolling Eyes
OfflineView user's profileSend private message
Bert The Weird
phpBB2.de User
phpBB2.de User



Joined: 28 Nov 2002
Posts: 12

PostPosted: Sat 14 Dec, 2002 11:26 Reply with quoteBack to top 

yeah you have to go to the location you installed it to and it should go to the instal screen! e.g. go to your site www..................../the directory where you placed it!

_________________
Bert
www.musics4u.2ya.com
OfflineView user's profileSend private messageSend e-mailVisit poster's website
robtheace
phpBB2.de User
phpBB2.de User



Joined: 12 Nov 2002
Posts: 7

PostPosted: Sat 14 Dec, 2002 20:03 Reply with quoteBack to top 

i uploaded my files and went to the url where i put them but there is an error and it says the owner has not loaded his index.html file.
i havent loaded a html file but it should work with a .php shouldent it?

www.coolfreepages.com is where i created a site it said it was compatible with .php but obviously not Sad has anyone else had this problem?
OfflineView user's profileSend private message
Bert The Weird
phpBB2.de User
phpBB2.de User



Joined: 28 Nov 2002
Posts: 12

PostPosted: Sun 15 Dec, 2002 23:49 Reply with quoteBack to top 

I used www.coolfreepages.com and it uploaded fine, except i get a message which says table already exists! Anyway you need to upload all the files in that folder!! Including the html files!

_________________
Bert
www.musics4u.2ya.com
OfflineView user's profileSend private messageSend e-mailVisit poster's website
Display posts from previous:      
This forum is locked: you cannot post, reply to, or edit topics.This topic is locked: you cannot edit posts or make replies.

View next topic
View previous topic
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
You can attach files in this forum
You can download files in this forum

Similar Topics
Topic Author Forum Replies Posted
Weiße Seite nach Installation!? Massi777 phpBB2.x - Installation 0 Sat 25 Apr, 2009 23:28 View latest post
problems on installation entzückende Dame phpBB2.x - Installation 0 Sun 28 Dec, 2008 10:23 View latest post
Installation bleibt hängen Quadnase phpBB2.x - Installation 3 Sun 16 Nov, 2008 23:20 View latest post
Pfad bei Installation im nachherein ä... mp311 phpBB2.x - Installation 0 Mon 10 Nov, 2008 09:40 View latest post
Installation des Skins white-lotus phpBB2.x - Styles Support 2 Tue 24 Jun, 2008 20:28 View latest post