Hi,

I've installed punbb and now I want to customize it, in harmony with my web application http://avant-garde.no-ip.biz/ and now I've the following question :

where I've to go (which file I've to edit) (wich documentation I've to read)

thanks smile

elbekko wrote:

Make sure error reporting in php.ini is fully enabled wink

display_startup_errors = On

This line smile

thx I will made the change smile

hcgtv wrote:

Hey, ain't it great to run all these services on Windows?

You're problem is this: extension_dir    C:\php5

It should be C:\php5\ext, at least that's where the extensions should be.

Current version of my services:
Apache 2.0.58
MySQL 5.0.21
PHP 5.1.3

that's strange I open php.ini file under c:\php5 and my variable extension_dir is :
extension_dir = = "c:/php5/ext/"

but with phpinfo () it's appear to be c:/php5/

any idea ?????

edit I didn't see the == sorry for the posts smile it's work fine thanks for it

Frank H wrote:

and the server is restarted since those changes?

yep I restarted it

Smartys wrote:

Did you load the MySQL extension?

yes I do
extension=php_mysqli.dll
extension=php_mysql.dll

[MySQL]

mysql.allow_persistent = On
mysql.max_persistent = -1
mysql.max_links = -1
mysql.default_port =3306
mysql.default_socket =
mysql.default_host =localhost
mysql.default_user =root
mysql.default_password =xxx

Hi I got the following message when I'm trying to install punBB :

This PHP environment does not have support for any of the databases that PunBB supports. PHP needs to have support for either MySQL, PostgreSQL or SQLite in order for PunBB to be installed.

Here's my phpinfo () test page : http://avant-garde.no-ip.biz/forum/test.php

I've configured mysql parameters into php.ini

Any help would be appreciate.