Page 1 of 1

Internal script error & allow_url_fopen

Posted: Sun Aug 30, 2009 12:07 pm
by Jackz
Script URL: removed
Version of script: 1.7
Hosting company: removed
URL of phpinfo.php: removed
URL of session_test.php: removed
What terms did you try when SEARCHING for a solution:

Write your message below:

Ive uploaded the script to my ftp and ive fixed some settings in the admin panel, but when i try to add a url from removed i get the "Internal script error. Wrong session parameters!". It works to add urls from the admin panel. I searched the forums and i found this topic and i did what klemen wrote but nothing happend, still same error.

and my hosting company does not allow allow_url_fopen i get the error in the admin panel. Ive tried to fix it with the code in this topic but couldnt get it to work. Any more ideas of how i can fix it?

Thanks

Posted: Mon Aug 31, 2009 2:18 am
by DC
Hi you can try my fix. I saw you have found one page documenting my fix here's another you may have missed. As long as you have curl support my fix should work as it has for others.

viewtopic.php?t=2591

DC

Posted: Mon Aug 31, 2009 2:19 pm
by Jackz
Thanks it worked ;)

Posted: Mon Aug 31, 2009 2:35 pm
by DC
Great I thoght you may have just missed a spot, as the code must be replaced wherever you see the file_get_contents call, with the line that calls my func.

So as long as that is followed throghout all should work.

DC