Subject Fw: Re:
Author sarelvdm@freightdynamics.co.za
Hi....Can you please check my config..

This is an test I done according to the guide Beginners guide to Firebird
and PHP

TestPHPInfo = OK.
FbWebAdmin = Cant create DB or tables
TestConnection = OK
TestFBQuery = Nothing happens
NS Lookup = ok

My software version.
|------------------------------------+------------------------------------|
| Windows XP SP2 | (Firewall disabled) |
|------------------------------------+------------------------------------|
| Firebird 1.5.2 | c:\firebird_1_5 |
|------------------------------------+------------------------------------|
| PHP 5.0.3 | C:\Network\php |
|------------------------------------+------------------------------------|
| Apache 2.053 | C:\Network\Apache2 |
|------------------------------------+------------------------------------|
| ibWebadmin 0.99.2 | C:\Network\Website\ibWebAdmin |
|------------------------------------+------------------------------------|
| Firebird PHP Test System webpage | C:\Network\Website |
|------------------------------------+------------------------------------|


Changes I made

C:\Network\Apache2\conf\http.conf
LoadModule php5_module c:/network/php/php5apache2.dll
DocumentRoot "C:/network/website"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php5
AddType application/x-httpd-php .phpt

Files that need to be copied
Copy php5ts.dll to c:\network\php\sapi
Copy gds32.dll to c:\windows\system32

C:\windows\php.ini
extension=php_interbase.dll
extension_dir = "c:\network\php\ext\"
session.save_path = "c:\network\appache2\tmp"
magic_quotes_sybase = Off

C:\Network\Website\ibWebAdmin\inc\ configuration.inc.php

define('BINPATH', 'c:/Firebird_1_5/bin/');
define('SECURITY_DB', 'c:/Firebird_1_5/security.fdb');
define('TMPPATH', 'c:/network/apache2/tmp/');
define('DEFAULT_DB', 'security.fdb');
define('DEFAULT_PATH', 'c:/Firebird_1_5/');
define('BACKUP_DIR', 'c:/Firebird_1_5/backup');
define('DATAPATH','data/');
define('TTF_FONT', realpath('./data/Summersby.ttf'));



Regards

Sarel van der Merwe