FLCaveDiver Posted June 26, 2007 Share Posted June 26, 2007 Site error: the file /home/xxxxxx/public_html/secure/admin/index.php requires the ionCube PHP Loader ioncube_loader_lin_4.4.so to be installed by the site administrator. Any idea why my installation would suddenly start giving this error? It happens on both client and admin pages. The ioncube folder & files are definitely there. I did upload them again (ioncube folder) but still the same error. I did a search but didn't find anything. 0 Quote Link to comment Share on other sites More sharing options...
Adam Posted June 26, 2007 Share Posted June 26, 2007 Hey, Did you recompile Apache/PHP in the last few days? Make sure that the loaders are correct. Re-upload the loaders to the folder home/xxxxxx/public_html/secure/admin/ <== Admin Folder home/xxxxxx/public_html/secure/ <== Client Side home/xxxxxx/public_html/ioncube <== Ioncube home/xxxxxx/public_html/ioncube/ioncube_loader_lin_4.4.so <== Loader Can you provide me with a PHPInfo page read out. This can determine if you are running PHP with suPHP or PHPsuExec which in that case, you will need to create a php.ini file and add the required loaders. (http://support.whmcs.com/knowledgebase.php?action=displayarticle&catid=4&id=5) From, Adam 0 Quote Link to comment Share on other sites More sharing options...
FLCaveDiver Posted June 26, 2007 Author Share Posted June 26, 2007 I haven't changed anything as I'm on a shared server and don't have access to the root. I've had to use 'Register Globals' and have been using it for quite some time via .htaccess. Thanks for the link to the Knowledgebase, I'll do some more checking. PHP Version 4.4.4 0 Quote Link to comment Share on other sites More sharing options...
Adam Posted June 26, 2007 Share Posted June 26, 2007 I haven't changed anything as I'm on a shared server and don't have access to the root. I've had to use 'Register Globals' and have been using it for quite some time via .htaccess. Thanks for the link to the Knowledgebase, I'll do some more checking. PHP Version 4.4.4 Hey, Contact your host as they could have disabled loaders to be installed via clients. It also doesn't appear that you need to use the php.ini file to load the loaders as if you have register globals set via .htaccess From, Adam 0 Quote Link to comment Share on other sites More sharing options...
FLCaveDiver Posted June 26, 2007 Author Share Posted June 26, 2007 Adam, thanks for your help & suggestions. I did try the suggestions you made but they failed to help. I uploaded the entire package again and got the same error. I then contacted my host & went to bed. My host said they didn't change anything. It must be magic because it started working again. Thanks again, Rich 0 Quote Link to comment Share on other sites More sharing options...
FLCaveDiver Posted June 26, 2007 Author Share Posted June 26, 2007 <Rant> From host support desk . . "Actually, I figured it out. I was tracking down some bad scripts, but didn't remember that I left the dl function disabled for php which obviously plays tricks on ioncube." </Rant> It wasn't magic afterall 0 Quote Link to comment Share on other sites More sharing options...
Adam Posted June 26, 2007 Share Posted June 26, 2007 <Rant>From host support desk . . "Actually, I figured it out. I was tracking down some bad scripts, but didn't remember that I left the dl function disabled for php which obviously plays tricks on ioncube." </Rant> It wasn't magic afterall Hey, Yup, that will do it. Glad its working From, Adam 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.