Jump to content
  • 0

php5


Sipapu

Question

Site error: the file /home2/waltonwe/public_html/whmcomplete/index.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.

 

I had my site almost debugged and my webhost upgraded apache and PHP - do you think the error above has anything to do with that? If so, what might I do?

 

Thanks - It was working so well...

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

possibly a couple of things. The new php install ini file doesn't point to the loaders on the system. Try putting a php.ini in your public_html folder with an entry that points to your loaders location. I don't recall the correct syntax, too early, no coffee. Search the forums on php.ini and you'll surely find it.

 

Also might try running the test file with the loaders to get the exact path.

Link to comment
Share on other sites

  • 0
Thanks Adam, I just did that, but receive the same errors? It looks like they were all there, too.

 

When you downloaded the ioncube file, their were a few PHP files that came with it. Run those and read what they tell you to put.

 

You may have to create a php.ini file with the following.

 

zend_extension = /home/user/public_html/ioncube/ioncube_loader_lin_5.2.so

 

 

From,

Adam

Link to comment
Share on other sites

  • 0
I also had to add similar language in the admin folder in php.ini

 

Your host should enable something in the servers global php.ini file called

 

extension_dir and enable_dl

 

Tell your host to enable those options server wide and run the following command in SSH.

 

mkdir -p /usr/local/lib/php/extensions/no-debug-non-zts-20020429

 

 

That should fix the problem and if they do that, remove the php.ini files you have added.

 

 

From,

Adam

Link to comment
Share on other sites

  • 0
When you downloaded the ioncube file, their were a few PHP files that came with it. Run those and read what they tell you to put.

 

You may have to create a php.ini file with the following.

 

zend_extension = /home/user/public_html/ioncube/ioncube_loader_lin_5.2.so

 

 

From,

Adam

 

hi,

 

I have the same problem here, this pnp.ini must have only this line?

 

thanks.

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
Answer this question...

×   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