Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter + Plesk + FirebirdSQL
#1

Hello CI,

I have few CI applications on my shared hosting server and there are all working fine.

My CI applications are connected to FirebirdSQL database v2.5.X and collect data for importing into MariaDB which is the main database for the CI applications. I was aked from A2 hosting to add interbase support and everything work fine.

Now, I would like to migrate my applications to dedicated server on CentOS 7 + Plesk, and I added firebird 2.5.6 from Repel and activate pdo_firebird in the php.ini file but I get an error when I call database connection like below, I need some advice what to work.

Thanks for the assistance in the advance...


Code:
Type: Error

Message: Call to undefined function ibase_connect()

Filename: /var/www/vhosts/sale.msd/httpdocs/api/system/database/drivers/ibase/ibase_driver.php

Line Number: 90

Backtrace:

File: /var/www/vhosts/sale.msd/httpdocs/api/application/models/Woo_model.php
Line: 27
Function: database

File: /var/www/vhosts/sale.msd/httpdocs/api/application/controllers/Woo.php
Line: 101
Function: get_products_api_json

File: /var/www/vhosts/sale.msd/httpdocs/api/index.php
Line: 315
Function: require_once
Reply
#2

@msdcorporation,

Check and make sure that the same php.ini settings that were turned on at your previous host is also turned on at the new host.
Reply
#3

Hello,

It is located on a shared hosting plan on which is my domain connected, so I can't access php.ini I can only see a set of options to choose.
I think if there is some doc (I can't find like that, because a lot of companies know what is interbase/firebird and that is all, no support no maintenance) where I can setup firebird support to base os (CentOS) and integrate it into for example Plesk panel as php module for optional use?
Are there some experiences from CI developers (because I need this option for a CI application)?

Thanks anyway for advice :-)
Reply
#4

@msdcorporation,

What options are available for PHP? There should be one for firebird? Is it turned on? Do they have it installed (to be turned on)?
Reply




Theme © iAndrew 2016 - Forum software by © MyBB