History of FirebirdInstallNotes
Version 2
FirebirdInstallNotes
Firebird port installation notes
Created by: Lester Caine, Last modification: 16 May 2005 (06:39 UTC) by Lester Caine
Things to watch out for when installing using a Firebird database.
create_firebird15_database.php may need adjusting to line up with your current Apache/Firebird setup. Line 36 should point to a valid and accessable temporary directory, and line 43 needs to point to your firebird programs directory.
Both of these niggles need to be cleaned up and any help doing that will be welcome.
In addition, schema_inc.php located in \quicktags\admin needs a little help at the end of line 33.
create_firebird15_database.php may need adjusting to line up with your current Apache/Firebird setup. Line 36 should point to a valid and accessable temporary directory, and line 43 needs to point to your firebird programs directory.
Both of these niggles need to be cleaned up and any help doing that will be welcome.
In addition, schema_inc.php located in \quicktags\admin needs a little help at the end of line 33.
\'\'text\'\'
needs to be replaced bytext
to provide the correct excaping of -'- characters in the insert script.