maester

Member
Jun 22, 2005
13
0
151
I have a webbox via theplanet

I have updated to the newest Apache 5.20 before was running 4.44

Now heres my issue.With 4.44 I had no problems I upgrade to 5.2 and now im having to edit the ioncube in the php.ini file to 5.2 to get my billing software to work.However heres the issue I cant find it in the php.ini file so then I look for zend I cant find that folder or an ioncube folder either but it was working @ 4.44 so I followed the steps from theplanet installed ioncube and zend in the var folder however when trying to install zend I get this issue

[email protected] [/var]# cd zend
[email protected] [/var/zend]# ,/install.sh
-bash: ,/install.sh: No such file or directory
[email protected] [/var/zend]# ./install.sh
-bash: ./install.sh: Permission denied
[email protected] [/var/zend]#

My first question is am I installing this right
Second is wasnt zend and ioncube on the server before upgrade or the billing software wouldnt have worked right?
Third is how do I chmod the files via SSH so that I can install it?
 

jayh38

Well-Known Member
Mar 3, 2006
1,212
0
166
Try this...

/scripts/installzendopt

If says the version is not compatible, just change the installzendopt script to
get version 3.2 and run it again.
 

maester

Member
Jun 22, 2005
13
0
151
now how do I go about installing ioncube because it could not be found on the server either?
 

maester

Member
Jun 22, 2005
13
0
151
I have installed ioncube in /usr/local/ioncube how do I go about chmodding them to the correct permissions
 

jayh38

Well-Known Member
Mar 3, 2006
1,212
0
166
You should find a checker.php (or simular name) script inside the installation somewhere.
That will test your setup and give you instructions from there.
 

maester

Member
Jun 22, 2005
13
0
151
yeah it comes with ioncube-loader-helper however where its located I cant run it via http so I would have to run it via SSH and get this

[email protected] [/usr/local/ioncube]# ioncube-loader-helper.php
-bash: ioncube-loader-helper.php: command not found

Im probally doing something wrong like I said I got the zend running now all I gotta do is get ioncube to load
 

maester

Member
Jun 22, 2005
13
0
151
ah ha nvm I have got it to work thank you for all your kind help it has been greatly appreciated
 

jayh38

Well-Known Member
Mar 3, 2006
1,212
0
166
Great.. I should have mentioned to run it from public_html via a browser.