I have a shopping cart website site up at
http://www.santamariahorsesupply.com. I just installed a classified ad system at
http://classifieds.santamariahorsesupply.com. The classified ad system works perfectly, but now I can't get the shopping cart system to load. I get the following error message:
Warning: dl() [function.dl]: Unable to load dynamic library '/usr/local/php5/lib/php/e
xtensions/
no-debug-n
on-zts-200
60613/ionc
ube_loader
_lin_5.2.s
o' - /usr/local/php5/lib/php/ex
tensions/n
o-debug-no
n-zts-2006
0613/ioncu
be_loader_
lin_5.2.so
: cannot open shared object file: No such file or directory in /home/content/s/m/h/smhors
esupply/ht
ml/include
s/prepend.
php on line 2
I contacted GoDaddy and they had me enable ioncube and update the php5.ini file, which I have done. But I am still getting the error message.
My php5.ini file contains the following:
[Zend]
zend_extension=/home/conte
nt/s/m/h/s
mhorsesupp
ly/html/io
ncube/ionc
ube_loader
_lin_5.2.s
o
I also have a php.ini file which contains the following:
register_globals = off
allow_url_fopen = off
expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver
.net
url_rewriter.tags = "a=href,area=href,frame=sr
c,input=sr
c,form=,fi
eldset="
[Zend]
zend_extension=/usr/local/
zo/ZendExt
ensionMana
ger.so
zend_extension=/usr/local/
zo/4_3/Zen
dOptimizer
.so
I'm not sure if they're trying to share the same file, or what is happening. Thank you!
if so try adding the contents of the php5.ini to the original ini (php.ini) and reupload to the php5 directory and delete php5.ini so only php.ini is there.