... I've done nothing with the test although the majority do run. The 'generator' you are referring to is part of the test package so may well need modifying...
It didn't dawn on me that it was part of the test side but I did think an empty URL field was a bit suspicious. I am only patching the main code temporarily...
I am trying to setup Apache, PHP (5.3.13) & FB on Windows Server 2003 SE (32-bit). Everything works fine but my problem is with the php_interbase extension...
Hi, phpinfo() reports on Interbase extension is ok?What error is reported by ibase_connect()? ... I have been careful to use 32-bit install & zip files. ...
Hi Sakhile, You can try also putting the fbclient.dll in the same folder as the php.exe. This sorted a similar problem for me in the past. Tom [Non-text...
I think I see where the problem is. Phpinfo says the php.ini path is "C:\Windows" but there is no php.ini there and I do have PHPIniDir as "C:\Program...
... First step is to get interbase listed ... phpinfo will tell you where it is reading the php.ini file from, and if it's a copy that has php_interbase.dll...
... Well there is no error saying there is a problem with php_interbase, so I would now be looking to check that it is enabled in the pihp.ini file displayed...
Phpinfo now reflects the correct php.ini in "C:\Program Files\PHP" and 'extension_dir = "C:\Program Files\PHP\ext"' is uncommented in php.ini. "C:\Program...
... And php_interbase.dll IS uncommented as well? I've moved most of customers to Linux nowadays so don't do windows much now ;) [Non-text portions of this...
Thanks Lester you are a saviour. I have been using Ubuntu server for the past 3 months and have kind of lost my way with Windows setup a bit. Anyway, I had...
I got excited too soon. Something is really odd here. Â 1) Phpinfo reflects the correct php.ini in "C:\Program Files\PHP" and that the extensions directory is...
Question: 1. Did you already restart the Apache? 2. If (1) is yes, AFAIK, apache will still run even interbase.dll not found and then log the error in...
There is no other php.ini file anywhere in the system. Yes Apache runs but it doesn't reflect the error in the error log file. Yes everytime I make a change I...
So you get the php.ini location at "C:\Program Files\PHP" by searching Windows? If yes, that's may not relects the right location. Access your phpinfo() and...
I have gone back to Php-5.3.8 and at least something is happening now, though still bad news. Apache fails to load php_interbase.dll and displays error "The...
... An error is at least progress What is probably triggering this is a problem finding Firebird. When installing Firebird on windows I always select 'create...
Hi Sakhile, Did you do as recommended: You can try also putting the fbclient.dll in the same folder as the php.exe. Tom [Non-text portions of this message have...
I have even gone further back now to 5.2.17 and am getting exactly the same challenges as in 5.3.13, where Apache starts fine and records no error yet...
Sorry Tom for not indicating that. Yes I did. I even went to the extent of putting both fbclient.dll and php_interbase.dll in folders "C:\Program Files\PHP",...
... Never having used '2003' I wonder if this isn't some security activity? I've had fun recently with some of the widows client stuff not running because of...
Hi Sakhile, Very odd. Have current deployments on Win Server 2003 and IMO it is usually very straightforward compared to other OS versions. As Lester...
Should have mentioned that it is using php 5.2.12.12 (as at one time php_win32service.dll was needed) ... [Non-text portions of this message have been removed]...
I have not even gotten to check database access. I'm just struggling with the Firebird/Interbase extension to load in Php as Phpinfo() shows it is not loading....
... One of the quickest ways of checking what is going on is to check the database access direct. Flamerobin often gives feedback on what is wrong since it...
Hi Lester, Just a quick question, is you Zend Firebird handling "ON DUPLICATE KEY UPDATE" in Piwik? I know it should alter the SQL to "INSERT OR UPDATE" but...
... Where are you finding that ... I thought I had hit all of them ;) -- Lester Caine - G8HFL ... Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine...
The controller in dashboard dir, has it for the saveLayoutForUser and saveLayoutAsDefault functions, core/session/savehandler/dbtable.php write function and...