Jump to content

Problem Installing WHMCS


Allosunshine

Recommended Posts

When trying to run the installer I get:

 

Site error: the file /home/neilw120/public_html/clients/install/install.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.

 

So I run the Ioncube php helper script and I get:

 

ioncubeow8.th.jpg

 

I dont have root access, I'm trying to install it onto a cPanel account.

I've spoken to my Host's and they say that Ioncube is already installed on the server where my account is held.

I've copied the Ioncube folder into the same folder as WHMCS.

 

Please help.

Link to comment
Share on other sites

Your host should really help sort this out for you, and if not, you should look for better hosting.

 

Meanwhile, save the code below to a file named "phpinfo.php" and upload it to your web root (or if you have one already, just post the URL):

 

<? phpinfo(); ?>

 

That will help us sort it out.

 

Cheers,

Rick

Link to comment
Share on other sites

Right I've created the phpinfo.php file and uploaded it to my web root. My url by the way is http://www.nwhosts.co.uk.

 

Thanks, that helped. Your server does not have ioncube installed, and is apparently not configured to use the runtime loaders. If your host had installed ioncube on the server, there would be a line like this in the phpinfo.php:

 

Loader v3.1.32, Copyright © 2002-2007, by ionCube Ltd., and with Zend Extension

Link to comment
Share on other sites

They've come back quoting item 4 on the installation instructions which say:

 

If you don't have Ioncube installed on your server then simply upload the runtime loaders folder named "ioncube" also included in the zip file to the whmcs directory.

 

Please help some more.

Link to comment
Share on other sites

If you don't have Ioncube installed on your server then simply upload the runtime loaders folder named "ioncube" also included in the zip file to the whmcs directory.

 

You could try placing your ioncube folder in public_html, and double-checking the chown/chmod properties, but other than that it would probably be a problem with the server configuration. I don't see why the host won't just recompile Apache with the ioncube loaders.

Link to comment
Share on other sites

My personal account manager has tried to help me but she's been told by her bosses that she's not allowed to help with thrid party software. Only for issues pertaining to cPanel or WHM.

Does the ioncube folder go in the public_html folder or the WHMCS folder?? As its currently in the WHMCS folder.

Link to comment
Share on other sites

I've now looked at the Ioncube website and it looks like because the server is running PHP 5.2.5 the Loader must be installed in the php.ini file in this case. Thats what the FAQ's state.

 

Okay, so you want to add it to /usr/local/lib/php.ini and restart httpd. After that, take a look at your phpinfo.php display again, and ioncube should be there. Good detective work!

 

Cheers,

Rick

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated