• 0

[PHP] Help php error and completely lost


Question

Site error: the file /home/content/21/5363421/html/babyclothes/index.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.

I am sooo confused ?

d9df5470a7acb816a2ac.jpgd9df5470a7acb816a2ac.jpg[/img]

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

I have only installed this on a home server before but.

Ioncube in my html directory (where index.php and your images folder is)

Then if your host allows it edit your php.ini file and do as it says here:

Installation on a Windows Server

You need a Loader called

ioncube_loader_win_<php flavour>.dll

<php flavour> will be 4.1, 4.2 or 4.3 - i.e the first 2 digits of your PHP version.

Edit your php.ini file and add:

zend_extension_ts = "<drive>:\<path>\ioncube_loader_win_<php flavour>.dll"

where <drive> and <path> locate the Loader, and <php flavour> is whatever the correct value is for your system. If there are other zend_extension entries in the php.ini file place this new entry before the existing entries.

e.g.

zend_extension_ts = c:\WINNT\ioncube_loader_win_4.3.dll

Full info is here: http://www.ioncube.com/loader_installation.php

if you have issues contact your host and they should help you.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.