Your message dated Thu, 25 Mar 2010 10:07:08 +0100
with message-id <[email protected]>
and subject line Re: Bug#574648: About database
has caused the Debian Bug report #574648,
regarding phpbb3: phpBB report erro: Sorry but this board is currently
unavailable
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
574648: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574648
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: phpbb3
Version: 3.0.2-4
Severity: normal
I am trying to install phpBB in my Debian, but no sucess.
REPORT ERROR by phpBB:
"Sorry but this board is currently unavailable."
I did a multiple boards using virtual hosts install:
- Debian
I did install phpbb3 package with aptitude.
- Apache
<VirtualHost *>
Alias /phpbb/images/avatars /var/lib/phpbb3/avatars
Alias /phpbb/images /usr/share/phpbb3/www/images
Alias /phpbb /usr/share/phpbb3/www
php_value auto_prepend_file /etc/phpbb3/config/lobosnet.com
CustomLog /var/log/apache2/www/lobosnet.com/ok.log combined
DocumentRoot /var/web/www/lobosnet.com
ErrorLog /var/log/apache2/www/lobosnet.com/er.log
ServerAlias lobosnet.com
ServerName www.lobosnet.com
</VirtualHost>
- Config (/etc/phpbb3/config/lobosnet.com)
<?php
$dbms = 'mysql';
$dbhost='127.0.0.1';
$dbname='mysql_67';
$dbuser='mysql-67';
$dbpasswd='*************';
$table_prefix='';
$acm_type = 'file';
define('PHPBB_INSTALLED', true);
?>
- Mysql 5.0.51a
gunzip -c /usr/share/phpbb3/schemas/mysql_41_schema.sql.gz | mysql mysql_67
gunzip -c /usr/share/phpbb3/schemas/schema_data.sql.gz | mysql mysql_67
OBS: Before, I cut 'phpbb' prefix of the all table names.
UPDATE config SET config_value=0 WHERE config_name='board_disable'
- phpBB URL
http://www.lobosnet.com/phpbb/
Username: Admin
Password: admin
-- System Information:
Debian Release: 5.0.3
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-028stab066.10 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages phpbb3 depends on:
ii apache2-mpm-prefor 2.2.9-10+lenny4 Apache HTTP Server - traditional n
ii dbconfig-common 1.8.39 common framework for packaging dat
ii debconf [debconf-2 1.5.24 Debian configuration management sy
ii libapache2-mod-php 5.2.6.dfsg.1-1+lenny3 server-side, HTML-embedded scripti
ii mysql-client-5.0 [ 5.0.51a-24+lenny2 MySQL database client binaries
ii php5 5.2.6.dfsg.1-1+lenny3 server-side, HTML-embedded scripti
ii php5-mysql 5.2.6.dfsg.1-1+lenny3 MySQL module for php5
Versions of packages phpbb3 recommends:
ii php5-gd 5.2.6.dfsg.1-1+lenny3 GD module for php5
ii php5-imagick 2.1.1RC1-1 ImageMagick module for php5
ii qmail [mail-transp 1.03-47 Secure, reliable, efficient, simpl
Versions of packages phpbb3 suggests:
ii mysql-server 5.0.51a-24+lenny2 MySQL database server (metapackage
ii mysql-server-5.0 [mysq 5.0.51a-24+lenny2 MySQL database server binaries
-- debconf information:
phpbb3/password-confirm: (password omitted)
phpbb3/pgsql/admin-pass: (password omitted)
phpbb3/mysql/app-pass: (password omitted)
phpbb3/mysql/admin-pass: (password omitted)
phpbb3/pgsql/app-pass: (password omitted)
phpbb3/app-password-confirm: (password omitted)
phpbb3/database-type:
phpbb3/mysql/admin-user: root
phpbb3/remote/host:
phpbb3/db/basepath:
phpbb3/httpd: apache
phpbb3/remove-error: abort
phpbb3/db/app-user:
phpbb3/dbconfig-reinstall: false
phpbb3/db/dbname:
phpbb3/install-error: abort
phpbb3/upgrade-backup: true
phpbb3/dbconfig-upgrade: true
phpbb3/purge: false
* phpbb3/dbconfig-install: false
phpbb3/mysql/method: unix socket
phpbb3/missing-db-package-error: abort
phpbb3/pgsql/changeconf: false
phpbb3/remote/newhost:
phpbb3/pgsql/manualconf:
phpbb3/dbconfig-remove:
phpbb3/internal/reconfiguring: false
phpbb3/internal/skip-preseed: true
phpbb3/pgsql/authmethod-user:
phpbb3/upgrade-error: abort
phpbb3/pgsql/admin-user: postgres
phpbb3/remote/port:
phpbb3/pgsql/authmethod-admin: ident
phpbb3/pgsql/no-empty-passwords:
phpbb3/passwords-do-not-match:
phpbb3/pgsql/method: unix socket
--- End Message ---
--- Begin Message ---
Since there seems to be no problem anymore, I guess we can leave it at
that.
--- End Message ---