Quote:
Originally Posted by vrom
The fix doesn't works.
Nobody can downloads files from IE 
|
Hmm, that's very strange. Are you sure you did the change correct, saved it and reuploaded downloads.php?
Another try, but I'm pretty sure this can't affect IE only or so:
Find in /includes/class_downloads.php:
PHP Code:
if ((strrpos($this->url, '/')+1) != strlen($this->url))
{
$this->url .= '/';
}
Replace with:
PHP Code:
if (strrpos($this->url,"/") != strlen($this->url))
{
$this->url .= "/";
}
Quote:
Originally Posted by vrom
May be this will help you?
This the screen of the error.
|
Can you translate the error to English? My Russian isn't that good