History of FirebirdInstallNotes
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.^ \'\'text\'\' ^needs to be replaced by^ 4x ' text 4x ' (will not display as wiki syntax ^to provide the correct excaping of -'- characters in the insert script.
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 by^ 4x ' text 4x ' (will not display as wiki syntax ^to provide the correct excaping of -'- characters in the insert script.