I've installed IonFiles, set the config and uploaded an download to test it.
But then, when you want to download the file, I get an error. But due to this forum, I cannot write the error, nor the link where it happens.
Anybody some tips? Help?
[Fixed]Error when trying to download
Started by kboardcrash, Aug 30 2007 05:12 AM
4 replies to this topic
#1
Posted 30 August 2007 - 05:12 AM
|
|
|
#2
Posted 30 August 2007 - 05:13 AM
Preview: ~www.marijeweterings.nl~
Then try to download it and I got the error:
This is the error
Then try to download it and I got the error:
This is the error
Quote
Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /storage/mijndomein/users/021453/public/sites/www.marijeweterings.nl/components/com_ionfiles/download.php on line 44
Fatal error: Call to undefined function curl_init() in /storage/mijndomein/users/021453/public/sites/www.marijeweterings.nl/components/com_ionfiles/download.php on line 170
Fatal error: Call to undefined function curl_init() in /storage/mijndomein/users/021453/public/sites/www.marijeweterings.nl/components/com_ionfiles/download.php on line 170
#3
Posted 30 August 2007 - 10:01 PM
I was wondering when a safe mode bug would rear its ugly head :(
Will look into it.
Edit: Believed I've found the cause, will test and post a patch.
Edit: Thanks for the report! Now, this'll need a little work. Open up your trusted editor and find the file 'download.php'. Next, search for the line
Save, and try again. Please tell me if this fixes your problem!
Will look into it.
Edit: Believed I've found the cause, will test and post a patch.
Edit: Thanks for the report! Now, this'll need a little work. Open up your trusted editor and find the file 'download.php'. Next, search for the line
set_time_limit(0);And replace it with:
$val = ini_get('safe_mode');
if($val == 0 || $val == "Off")
set_time_limit(0);
Save, and try again. Please tell me if this fixes your problem!
#4
Posted 31 August 2007 - 12:11 AM
One error less, now I get the error:
Quote
Fatal error: Call to undefined function curl_init() in /storage/mijndomein/users/021453/public/sites/www.marijeweterings.nl/components/com_ionfiles/download.php on line 151
TkTech said:
I was wondering when a safe mode bug would rear its ugly head :(
Will look into it.
Edit: Believed I've found the cause, will test and post a patch.
Edit: Thanks for the report! Now, this'll need a little work. Open up your trusted editor and find the file 'download.php'. Next, search for the line
Save, and try again. Please tell me if this fixes your problem!
Will look into it.
Edit: Believed I've found the cause, will test and post a patch.
Edit: Thanks for the report! Now, this'll need a little work. Open up your trusted editor and find the file 'download.php'. Next, search for the line
set_time_limit(0);And replace it with:
$val = ini_get('safe_mode');
if($val == 0 || $val == "Off")
set_time_limit(0);
Save, and try again. Please tell me if this fixes your problem!
#5
Posted 31 August 2007 - 04:35 AM
The errors in the function remotefsize($url, $user = "", $pw = "") function. Still looking into it.


Sign In
Create Account

Back to top









