Interbase help


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Interbase help
# 1  
Old 09-26-2013
Interbase help

Hi,

I'm in need of some help I'm working with a programmer from india and I'm having issues on my side. The programmer wrote a wordpress plugin to connect my fish bowl inventory to woo commerce in wordpress He said I needed to install interbase.so on the server and enable in the php5.ini I have done this but the extension is not showing up on php.info as being active. He also said that it needed to be installed on the fishbowl server which is installed on a local server in out office. I'm planning to download WAMP and install interbase that way for the windows server.

if you go to 406chromeshopdotcom/info.php you can see that interbase is not active.

here is the code in my php5.ini file
Code:
register_globals = off
allow_url_fopen = off

expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="


; Only uncomment zend optimizer lines if your application requires Zend Optimizer support

;[Zend]
;zend_optimizer.optimization_level=15
;zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
;zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
;zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so
;zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so


; -- Be very careful to not to disable a function which might be needed!
; -- Uncomment the following lines to increase the security of your PHP site.

;disable_functions = "highlight_file,ini_alter,ini_restore,openlog,passthru,
;		      phpinfo, exec, system, dl, fsockopen, set_time_limit,
;                     popen, proc_open, proc_nice,shell_exec,show_source,symlink"

extension_dir = /home/content/13/11838913/html/

Enable interbase extension module
extension=interbase.so
ebale_functions = "interbase.so"


Last edited by Scott; 09-26-2013 at 06:39 PM.. Reason: Please use code tags
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Unable to load interbase.so

Hi I'm trying to add interbase.so to php.ini but i can't, the error says Unable to load ../../.../extensions/interbase.so - libgds.so on ... no such file or directory on line 0 But all the files are created correctly on their folders Any idea? (1 Reply)
Discussion started by: ncatdesigner
1 Replies
Login or Register to Ask a Question