Zen Cart Logo
Forums / Addon Payment Modules / Re: Ceon Manual/Offline Card Payment Module v1.0.0!

Re: Ceon Manual/Offline Card Payment Module v1.0.0!

Locked

Views: 4,632

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
2 Jan 2008, 4:13 PM
#1
wizarddave avatar

wizarddave

New Zenner

Join Date:
Jun 2006
Posts:
4
Plugin Contributions:
0

Re: Ceon Manual/Offline Card Payment Module v1.0.0!


Trying to install the package but get the message blowfish not installed. I know I have installed so I know it is a include path error.
My host says I have to do:

You will need to add /home/davi3625/php to the include path.
You can do this by adding the following code to your script:

ini_set("include_path", '/home/davi3625/php:' . ini_get("include_path") );

But where in the script do I add this?