install-script

This is an archive of the phpBB 2.0.x support forum. Support for phpBB2 has now ended.
Forum rules
Following phpBB2's EoL, this forum is now archived for reference purposes only.
Please see the following announcement for more information: viewtopic.php?f=14&t=1385785
Locked
Thunder
Registered User
Posts: 227
Joined: Sat Sep 01, 2001 9:48 am
Location: Austria
Contact:

install-script

Post by Thunder »

Am I the only one where the current CVS install script (fresh install) is _NOT_ working?

mySQL + php4

It did work one week ago (with the same data) but it doesn't work with the today's snapshot (maybe the schema wrong? or are there changes expected today?)

just wanted to ask if there is someone other who has those problems:
An error has occured during installation
An error occured trying to update the database

Array


I don't think this should go as a bug report or should it?
Ciao... Thunder
Hannes Minimair
phpBB2 Groupie
User avatar
dizzywalker
Registered User
Posts: 15
Joined: Sun Nov 11, 2001 9:04 pm
Location: Another planet most of the time

Post by dizzywalker »

Yep, same problem, with the upgrade also. Is it because the schemas have been moved to a different directory?
CLee
Registered User
Posts: 511
Joined: Fri Nov 23, 2001 2:42 pm

Post by CLee »

Check you config.php. You may have to set it up manually. If it doesn't work after that. Report it as a bug.

Carlos
So maybe FrontPage wasn't the problem.
User avatar
dizzywalker
Registered User
Posts: 15
Joined: Sun Nov 11, 2001 9:04 pm
Location: Another planet most of the time

Post by dizzywalker »

OK, the db does get created.........and yes it doesn't populate the config.php, it worked fine 2 days ago, so there's certainly something gone t i t s-up.
Thunder
Registered User
Posts: 227
Joined: Sat Sep 01, 2001 9:48 am
Location: Austria
Contact:

Post by Thunder »

Bad... probably a bug,... no time to report it yet, but i'll do it tomorrow (if it's not fixed until then)

if anybody needs the schema of config.php, should be selfexplaining

Code: Select all

<?php

//
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
//

$dbms = "mysql";

$dbhost = "host";
$dbname = "database";
$dbuser = "user";
$dbpasswd = "password";

$table_prefix = "phpbb_";

define('PHPBB_INSTALLED', true);

?>
Ciao... Thunder
Hannes Minimair
phpBB2 Groupie
Thunder
Registered User
Posts: 227
Joined: Sat Sep 01, 2001 9:48 am
Location: Austria
Contact:

Post by Thunder »

Paul said in his CVScommit it should be fixed now
Ciao... Thunder
Hannes Minimair
phpBB2 Groupie
User avatar
dizzywalker
Registered User
Posts: 15
Joined: Sun Nov 11, 2001 9:04 pm
Location: Another planet most of the time

Post by dizzywalker »

Yep, Bug fixed - back in action.

:D


The developers in my company are VERY sensitive, so we call BUGS ............ OBSERVATIONS ........... and boy do we have a awful lot of OBSERVATIONS in our software!
Locked

Return to “2.0.x Support Forum”