phpBB QuickInstall for phpBB 3.0.x

Tools by the phpBBModders team and Community contributed tools.
Forum rules
Only post tools related to modding in here, simple.
Alexander
New member
New member
Posts: 1
Joined: 30 Dec 2008, 09:32
Real name: Alexander de Jong
Location: Warmenhuizen, The Netherlands

Re: phpBB QuickInstall for phpBB 3.0.x

Post by Alexander »

Johan wrote:A Dutch translation can be downloaded soon in the translation DB on phpBB.nl :beer:


Look thats very good a Dutch transelation!

About this mod, i going to test it, first time i heard about it!
Abera
New member
New member
Posts: 6
Joined: 29 Dec 2008, 13:17

Re: phpBB QuickInstall for phpBB 3.0.x

Post by Abera »

eviL<3 wrote:Yeah, it will not update your existing boards though. ;)

That didn't work. I copied a clean version of phpbb 3.0.4 and this is what I got. I guess I'll wait for your next version.
Thanks
Attachments
qik.JPG
qik.JPG (18.4 KiB) Viewed 41078 times
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: phpBB QuickInstall for phpBB 3.0.x

Post by igorw »

I've updated autoMOD to 1.0.10.

Changelog:
  • phpBB 3.0.4
  • AutoMOD 1.0.0-b2 (almost *cough, cough*)
  • Added possibility to set up alternate environments in the sources/phpBB3_alt/ folder, thanks poyntesm.
Abera
New member
New member
Posts: 6
Joined: 29 Dec 2008, 13:17

Re: phpBB QuickInstall for phpBB 3.0.x

Post by Abera »

eviL<3 wrote:I've updated autoMOD to 1.0.10.

Changelog:
  • phpBB 3.0.4
  • AutoMOD 1.0.0-b2 (almost *cough, cough*)
  • Added possibility to set up alternate environments in the sources/phpBB3_alt/ folder, thanks poyntesm.

I started using the new version and I get:

General Error
No database selected
There was a new db created, but no go.
Thanks
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: phpBB QuickInstall for phpBB 3.0.x

Post by igorw »

Give me as much information about your installation as you can.

PHP version, quickinstall config file (i don't need passwords), database back-end (mysql?), database version. Stuff like that.

And when exactly do you get the error? What options do you have selected? Are there places where you don't get it?

Thanks.
Abera
New member
New member
Posts: 6
Joined: 29 Dec 2008, 13:17

Re: phpBB QuickInstall for phpBB 3.0.x

Post by Abera »

eviL<3 wrote:Give me as much information about your installation as you can.

PHP version, quickinstall config file (i don't need passwords), database back-end (mysql?), database version. Stuff like that.

I'm using: WAMP 2.0h
PHP version: 5.2
database back-end: mysql

<?php
/**
*
* @package quickinstall
* @version $Id: qi_config.php 190 2009-01-26 21:55:50Z evil3 $
* @copyright (c) 2007, 2008 eviL3
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* @ignore
*/
if (!defined('IN_QUICKINSTALL'))
{
exit;
}

/**
* quickinstall configuration
*/
$qi_config = array(
/**
* These are the database settings.
* dbms should be either firebird, mysqli, mysql, mssql, mssql_odbc, oracle, postgres, sqlite, if you are unsure, put in mysql
* if you're running this on localhost (which you should be!), dbhost and dbport can be left empty (in most cases)
* dbuser and dbpass are your database connection details, table_prefix should stay phpbb_, unless you know what you're doing
*/
'dbms' => 'mysql',
'dbhost' => '',
'dbport' => '',
'dbuser' => '',
'dbpasswd' => '',

'table_prefix' => 'phpbb_',

/**
* do not modify this line!
*/
'qi_version' => '1.0.10',

/**
* this is for lazy me who forgets to change it in the footer
*/
'phpbb_version' => '3.0.4',
'automod_version' => '1.0.0-b2',

/**
* boards_dir is the folder where your boards are saved in
* it should be boards/ for the most, it must have a trailing slash.
*
* qi_lang is the language of quickinstall, there must be a folder
* with this name inside languages/
*
* qi_tz is the timezone you are in, so you have '-1', '0', '1', etc
* qi_dst - are we in daylight saving time or not? '1' = yes, '0' = no
*
* set version_check to false, if you don't want quickinstall to check
* for a new version
*
* database_prefix is added before all the databases to prevent overwriting
* databases not used by qi.
*/
'qi_lang' => 'en',
'qi_tz' => '0',
'qi_dst' => '0',
'version_check' => true,
'database_prefix' => 'qi_',

/**
* These are the default settings for the new phpbb install, they are quite self::explainatory :D
* Make sure you enter html as html, 'eviL<3' becomes 'eviL&lt;3', make sure you don't leave admin_name
* or admin_pass empty.
*/
'site_name' => 'Testing Board',
'site_desc' => 'eviLs testing hood',
'admin_email' => '[email protected]',
'default_lang' => 'en',
'server_name' => 'localhost',
'server_port' => 80,
'cookie_domain' => '',
'board_email' => '',
'email_enable' => 0,
'smtp_delivery' => 0,
'smtp_host' => '',
'smtp_auth' => '',
'smtp_user' => '',
'smtp_pass' => '',
'cookie_secure' => 0,
'server_protocol' => '',
'admin_name' => 'admin',
'admin_pass' => 'admin',
);

/**
* Hello, okay, now we can get started, in order to start using phpBB Quickinstall
* you have to remove // from the line below, so it should look like this:
* @define('QI_INSTALLED', true);
*/
@define('QI_INSTALLED', true);

?>


And when exactly do you get the error? What options do you have selected? Are there places where you don't get it?

Thanks.

Since I updated WAMP I'm getting nothing, but:

General Error
SQL ERROR [ mysql4 ]

Access denied for user 'ODBC'@'localhost' (using password: NO) [1045]

BACKTRACE

FILE: :/wamp/www/quick10/includes/db/mysql.php
LINE: 56
CALL: dbal->sql_error()

FILE: :/wamp/www/quick10/index.php
LINE: 100
CALL: dbal_mysql_qi->sql_connect()

Thanks
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: phpBB QuickInstall for phpBB 3.0.x

Post by Obsidian »

Reset your DB password in WAMP. It's now set to something when it was empty before, apparently. Either that or your DB user doesn't have access to the DB. ;)
Abera
New member
New member
Posts: 6
Joined: 29 Dec 2008, 13:17

Re: phpBB QuickInstall for phpBB 3.0.x

Post by Abera »

I went into the config and
/**
* These are the database settings.
* dbms should be either firebird, mysqli, mysql, mssql, mssql_odbc, oracle, postgres, sqlite, if you are unsure, put in mysql
* if you're running this on localhost (which you should be!), dbhost and dbport can be left empty (in most cases)
* dbuser and dbpass are your database connection details, table_prefix should stay phpbb_, unless you know what you're doing
*/
'dbms' => 'mysql',
'dbhost' => 'localhost',
'dbport' => '',
'dbuser' => 'root',
'dbpasswd' => '',


changed these. Seems to be working.
Thanks
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: phpBB QuickInstall for phpBB 3.0.x

Post by Obsidian »

Quite welcome. :)
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: phpBB QuickInstall for phpBB 3.0.x

Post by Obsidian »

A little note here, if you make a new folder in phpBB3_alt for 3.0.5, you can quickinstall 3.0.5
And, if you've got an SVN client, you may be able to use the 3.0.6-dev copy too. :)
CoolCalvin
New member
New member
Posts: 6
Joined: 22 Aug 2009, 00:43
Location: LA (but which?) :)

Re: phpBB QuickInstall for phpBB 3.0.x

Post by CoolCalvin »

shouldn't the new version be available soon?
Recently started a blog on performance cars where I'm trying to focus on BMW, Audi, and the Mustang. I also blog about Direct Selling. And I'm excited to consider some PhpBB options
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: phpBB QuickInstall for phpBB 3.0.x

Post by Obsidian »

Just add an alternate environment and toss in a copy of phpBB 3.0.5, it works. I've tried it also with the 3.0.6 SVN too.
User avatar
EY
Supporter
Supporter
Posts: 204
Joined: 05 Nov 2006, 23:13
Real name: Elias
Location: Montreal

Re: phpBB QuickInstall for phpBB 3.0.x

Post by EY »

I will test this with phpBB 3.0.7 and post back the results!
Never Say Never!
User avatar
EY
Supporter
Supporter
Posts: 204
Joined: 05 Nov 2006, 23:13
Real name: Elias
Location: Montreal

Re: phpBB QuickInstall for phpBB 3.0.x

Post by EY »

Wait has this been updated to phpBB 3.0.7?
Never Say Never!
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: phpBB QuickInstall for phpBB 3.0.x

Post by igorw »

No, please try out this version: http://github.com/tumba25/phpbb-quickinstall

Tumba25 is working on a new version.
Post Reply