phpBB 2.2 and PostgreSQL support
phpBB 2.2 and PostgreSQL support
am 22.02.2004 12:19:01 von Birzan George Cristian
--DwoPkXS38qd3dnhB
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hello!
I recently tried the open source forum software phpBB the CVS version,
2.1/2.2. To my surprise, I've found that it's lacking PostgreSQL
support, or, rather, that its support is not functional.
After playing around for a bit, I managed to get a semi-functional
2version working, I went and had a talk with the phpBB people. Amazingly
enough, they refused to accept any of my changes in their codebase,
saying it's still too early for that and the developers will fix it when
they think the time is right.
The reason I'm mailing you is that I've managed to get a relatively
functional version of it and wondered if anyone is interested in
helping me further maintain/fix it, until the phpBB developers
consider it's time to support other SQL backends.
For those interested, I've put up my version up on CVS on=20
:pserver:anonymous@cvs.wolfheart.ro:/phpbb, the module being
phpbb2-pgsql, press enter for the password.
(For reasons beyond my comprehension at this late/early hour, cvsd seems
to freeze once in a while, when one tries to login, so don't do that :-P.
Seriously, though, even if it does break, there's
http://cvs.wolfheart.ro/cgi-bin/cvsweb/phpbb2-pgsql/ from where you can
download a tarball until I wake up and actually get cvs working
properly)
So, if anyone is interested, drop me a line. If you want to keep this
thread on pgsql-general, please Cc: me as I am not subscribed.
--
Birzan George Violence is the last refuge of
Cristian the incompetent -- Salvor Hardin
--DwoPkXS38qd3dnhB
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFAOJAlaqNK6cml/6cRAlowAKCO4IEvmp79S0A/v5zl4muDiEO78ACb BafQ
yqEBi/zrMoYaKdIXryBQFtg=
=tUi0
-----END PGP SIGNATURE-----
--DwoPkXS38qd3dnhB--
Re: phpBB 2.2 and PostgreSQL support
am 22.02.2004 21:52:25 von David Costa
On Feb 22, 2004, at 12:19 PM, Birzan George Cristian wrote:
>
> For those interested, I've put up my version up on CVS on=20
> :pserver:anonymous@cvs.wolfheart.ro:/phpbb, the module being
> phpbb2-pgsql, press enter for the password.
> (For reasons beyond my comprehension at this late/early hour, cvsd
> seems
> to freeze once in a while, when one tries to login, so don't do that
> :-P.
> Seriously, though, even if it does break, there's
> http://cvs.wolfheart.ro/cgi-bin/cvsweb/phpbb2-pgsql/ from where you can
> download a tarball until I wake up and actually get cvs working
> properly)
>
> So, if anyone is interested, drop me a line. If you want to keep this
> thread on pgsql-general, please Cc: me as I am not subscribed.
>
> --
> Birzan George Violence is the last refuge of
> Cristian the incompetent -- Salvor Hardin
>
Hi!
Are you sure they don't support it ? from their site "Based on the
powerful PHP server language and your choice of MySQL, MS-SQL,
PostgreSQL or Access/ODBC database servers, phpBB is the ideal free
community solution for all web sites." What kind of db abstraction
layer they use ? Pear DB?
Regards,
David Costa, PostgreSQL Advocate PHP&PostgreSQL tutorials at
http://dotgeek.org
david at postgresql ddoot org gurugeek att php dot net
$dsn = 'pgsql://world:most_advanced@localhost/open_source_database' ;
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
http://archives.postgresql.org
Re: phpBB 2.2 and PostgreSQL support
am 23.02.2004 16:48:20 von Birzan George Cristian
--GvXjxJ+pjyke8COw
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Sun, Feb 22, 2004 at 09:52:25PM +0100, David Costa wrote:
> Are you sure they don't support it ? from their site "Based on the=20
> powerful PHP server language and your choice of MySQL, MS-SQL,=20
> PostgreSQL or Access/ODBC database servers, phpBB is the ideal free=20
> community solution for all web sites." What kind of db abstraction=20
> layer they use ? Pear DB?
They wrote their own. And it's supported, in 2.0.x, not in 2.1/2.2,
which is the development version.
http://area51.phpbb.com/phpBB22/viewtopic.php?t=3D14033#8800 3
(It's not only the schema, but still)
--=20
Birzan George Violence is the last refuge of
Cristian the incompetent -- Salvor Hardin
--GvXjxJ+pjyke8COw
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFAOiDEaqNK6cml/6cRAuFcAJ9+Zk3cRX1ehegSEUKA7j7lubR5qQCc DaPm
SuKRdsKBDaUI/PTT7w5oiaA=
=rzJH
-----END PGP SIGNATURE-----
--GvXjxJ+pjyke8COw--
Re: [PHP] phpBB 2.2 and PostgreSQL support
am 25.02.2004 17:03:28 von Adam Alkins
This is a multi-part message in MIME format.
--------------060605000101060607070304
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
The phpBB developers have always maintained a policy of doing their code
in house. 2.2 is still ALPHA, you really can't fault them for not fixing
the PostgreSQL code yet. The developers work on MySQL natively, then
they polish up everything else before releasing it as a package.
It really should not be "surprising" or "amazing".
-Adam
Birzan George Cristian wrote:
>Hello!
>
>I recently tried the open source forum software phpBB the CVS version,
>2.1/2.2. To my surprise, I've found that it's lacking PostgreSQL
>support, or, rather, that its support is not functional.
>
>After playing around for a bit, I managed to get a semi-functional
>2version working, I went and had a talk with the phpBB people. Amazingly
>enough, they refused to accept any of my changes in their codebase,
>saying it's still too early for that and the developers will fix it when
>they think the time is right.
>
>The reason I'm mailing you is that I've managed to get a relatively
>functional version of it and wondered if anyone is interested in
>helping me further maintain/fix it, until the phpBB developers
>consider it's time to support other SQL backends.
>
>For those interested, I've put up my version up on CVS on=20
>:pserver:anonymous@cvs.wolfheart.ro:/phpbb, the module being
>phpbb2-pgsql, press enter for the password.
>(For reasons beyond my comprehension at this late/early hour, cvsd seems
>to freeze once in a while, when one tries to login, so don't do that :-P.
>Seriously, though, even if it does break, there's
>http://cvs.wolfheart.ro/cgi-bin/cvsweb/phpbb2-pgsql/ from where you can
>download a tarball until I wake up and actually get cvs working
>properly)
>
>So, if anyone is interested, drop me a line. If you want to keep this
>thread on pgsql-general, please Cc: me as I am not subscribed.
>
>--
>Birzan George Violence is the last refuge of
> Cristian the incompetent -- Salvor Hardin
>
>
--
Adam Alkins
1-868-627-9115
http://www.rasadam.com
--------------060605000101060607070304
Content-Type: text/x-vcard; charset=utf8;
name="postgresql.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="postgresql.vcf"
begin:vcard
fn:Adam Alkins
n:Alkins;Adam
org:Snikla enterprises;I.T.
adr:;;#8 French Street;Woodbrook;;;Trinidad and Tobago
email;internet:postgresql at (@) rasadam dot (.) com
title:PHP Programmer
tel;work:1-868-627-9115
tel;fax:1-868-627-9117
tel;cell:1-868-756-5173
x-mozilla-html:FALSE
url:http://www.snikla.com
version:2.1
end:vcard
--------------060605000101060607070304
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly
--------------060605000101060607070304--
Re: [PHP] phpBB 2.2 and PostgreSQL support
am 25.02.2004 18:21:50 von Harry Broomhall
Adam Alkins writes:
> The phpBB developers have always maintained a policy of doing their code
> in house. 2.2 is still ALPHA, you really can't fault them for not fixing
> the PostgreSQL code yet. The developers work on MySQL natively, then
> they polish up everything else before releasing it as a package.
>
> It really should not be "surprising" or "amazing".
I haven't seen the original posting, so I'm commenting on this comment
(so to speak)
I run phpBB 2.0.6 with PostgreSQL with no probs at all. I just downloaded
the package from www.phpbb.com and followed the instructions. It was one
of the easist installations I can remember for a long time!
Downloading CVS/ALPHA has always struck me as living dangerously!
And I note that 2.0.6 is the current release.
Regards,
Harry.
> >Hello!
> >
> >I recently tried the open source forum software phpBB the CVS version,
> >2.1/2.2. To my surprise, I've found that it's lacking PostgreSQL
> >support, or, rather, that its support is not functional.
> >
> >After playing around for a bit, I managed to get a semi-functional
> >2version working, I went and had a talk with the phpBB people. Amazingly
> >enough, they refused to accept any of my changes in their codebase,
> >saying it's still too early for that and the developers will fix it when
> >they think the time is right.
> >
> >The reason I'm mailing you is that I've managed to get a relatively
> >functional version of it and wondered if anyone is interested in
> >helping me further maintain/fix it, until the phpBB developers
> >consider it's time to support other SQL backends.
[SNIP]
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?
http://archives.postgresql.org