Your message dated Wed, 19 Mar 2008 08:36:10 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#471570: phpbb3: Capcha generation broken. Potentially
a dependency issue.
has caused the Debian Bug report #471570,
regarding phpbb3: Capcha generation broken. Potentially a dependency issue.
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.)
--
471570: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471570
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: phpbb3
Version: 3.0.0-2
Severity: normal
When I try to generate a capcha I get a invalid image. Calling the url directly
gives the reason:
Fatal error: Call to undefined function imagecreatetruecolor() in
/usr/share/phpbb3/www/includes/captcha/captcha_gd.php on line 40
I'll look into where that function shoudl be coming from.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (900, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages phpbb3 depends on:
ii apache2 2.2.8-1 Next generation, scalable, extenda
ii apache2-mpm-prefork [ht 2.2.8-1 Traditional model for Apache HTTPD
ii dbconfig-common 1.8.37 common framework for packaging dat
ii debconf [debconf-2.0] 1.5.19 Debian configuration management sy
ii libapache2-mod-php5 5.2.5-3 server-side, HTML-embedded scripti
ii mysql-client 5.0.51a-3 MySQL database client (meta packag
ii mysql-client-5.0 [mysql 5.0.51a-3 MySQL database client binaries
ii php4-mysql 6:4.4.4-9+lenny1 MySQL module for php4
ii php5-mysql 5.2.5-3 MySQL module for php5
Versions of packages phpbb3 recommends:
ii php4-gd 6:4.4.4-9+lenny1 GD module for php4
pn php5-imagick | php4-ima <none> (no description available)
ii postfix [mail-transport 2.5.1-1 High-performance mail transport ag
-- debconf information:
phpbb3/password-confirm: (password omitted)
phpbb3/mysql/app-pass: (password omitted)
phpbb3/pgsql/admin-pass: (password omitted)
phpbb3/mysql/admin-pass: (password omitted)
phpbb3/pgsql/app-pass: (password omitted)
phpbb3/app-password-confirm: (password omitted)
phpbb3/db/basepath:
* phpbb3/db/app-user: phpbb3
phpbb3/dbconfig-reinstall: false
* phpbb3/db/dbname: phpbb3
phpbb3/install-error: abort
phpbb3/upgrade-backup: true
* phpbb3/dbconfig-install: true
* phpbb3/mysql/method: unix socket
phpbb3/remote/newhost:
phpbb3/pgsql/manualconf:
phpbb3/dbconfig-remove:
phpbb3/internal/reconfiguring: false
phpbb3/pgsql/authmethod-user:
phpbb3/upgrade-error: abort
phpbb3/pgsql/authmethod-admin: ident
phpbb3/pgsql/method: unix socket
* phpbb3/database-type: mysql
* phpbb3/mysql/admin-user: root
phpbb3/remote/host:
* phpbb3/httpd: apache2
phpbb3/remove-error: abort
phpbb3/dbconfig-upgrade: true
phpbb3/purge: false
phpbb3/missing-db-package-error: abort
phpbb3/pgsql/changeconf: false
phpbb3/internal/skip-preseed: false
phpbb3/pgsql/admin-user: postgres
phpbb3/remote/port:
phpbb3/pgsql/no-empty-passwords:
phpbb3/passwords-do-not-match:
--- End Message ---
--- Begin Message ---
Hi,
Thanks for reporting this. I think it's a configuration error though.
On Wednesday 19 March 2008 02:09, Jamie Thompson wrote:
> Fatal error: Call to undefined function imagecreatetruecolor() in
> /usr/share/phpbb3/www/includes/captcha/captcha_gd.php on line 40
For this you need the PHP GD functions. I see the following:
> Versions of packages phpbb3 recommends:
> ii php4-gd 6:4.4.4-9+lenny1 GD module for php4
> pn php5-imagick | php4-ima <none> (no description available)
> ii postfix [mail-transport 2.5.1-1 High-performance mail
You have the PHP4 version of GD installed while you run the board with PHP5
(PHP4 has been removed from Debian but you seem to have a lingering version
from the testing-security archive). If you install the php5-gd package you
should be all set.
Good luck,
Thijs
pgplRJBHo6YQb.pgp
Description: PGP signature
--- End Message ---