deepakpc007
New Member
Hello wj,
well I'm trying to install a script on my VPS which is using Kloxo cpanel, unfortunately while I'm running the install.php of the script I'm getting:
System was unable to verify your license key, make sure remote connections are allowed on your server (error code #4).
May some one help me!
In your php configuration do you have these enable:
Quote: allow_url_fopen
allow_url_include thnx for replying me,
but i'm not sure which php configuration you're talking about
Search for php.ni in your vps.
If you find it add this line to it:
Quote: allow_url_fopen = On also in your .htaccess add this line:
Quote: php_value allow_url_fopen On Quote: allow_url_fopen = On is already enabled
and i have also added: Quote: php_value allow_url_fopen On
unfortunately its not working? Is Curl enabled? That would be my last guess of how they are connecting to their site unless it is a straight ftp which I doubt.
You can try going thru the script and finding that error. Than look at the code above it tosee what function it was trying to do.
well I'm trying to install a script on my VPS which is using Kloxo cpanel, unfortunately while I'm running the install.php of the script I'm getting:
System was unable to verify your license key, make sure remote connections are allowed on your server (error code #4).
May some one help me!
In your php configuration do you have these enable:
Quote: allow_url_fopen
allow_url_include thnx for replying me,
but i'm not sure which php configuration you're talking about
If you find it add this line to it:
Quote: allow_url_fopen = On also in your .htaccess add this line:
Quote: php_value allow_url_fopen On Quote: allow_url_fopen = On is already enabled
and i have also added: Quote: php_value allow_url_fopen On
unfortunately its not working? Is Curl enabled? That would be my last guess of how they are connecting to their site unless it is a straight ftp which I doubt.
You can try going thru the script and finding that error. Than look at the code above it tosee what function it was trying to do.