Quote:
Originally Posted by synseal
Don't know what I am doing wrong, upgraded to the latest version of this but all I keep getting is below whenever I try to upload file, I have the extensions set correct to allow .rar also.
Code:
Error! The upload failed (error type 1).
I tried this mentioned here but it makes no difference https://vborg.vbsupport.ru/showpost....&postcount=309.
|
You have error type 1, that post you mention is about error type 2.
http://php.net/manual/en/features.fi...oad.errors.php
Quote:
Value: 1; The uploaded file exceeds the upload_max_filesize directive in php.ini.
|
Pretty much self explaining. You need to up it using a .htaccess or in your php.ini
Quote:
Originally Posted by Feechen
Hi RS_Jelle,
You wrote
I have the problem that I've used a lot of HTML formatting in my category descriptions with the version 5.05. Since you have eliminated this feature in the current version , I am not even able to add a carriage return in order to show a textual paragraph. Can you give me a hint how I could solve the problem?
Do you intend to add the HTML feature again in the future?
Thank you in advance for your help.
Regards
|
It's not really a feature, more a deliberate decision. But it's easy to change if you want. Just open downloads.php and find and remove this line of code:
PHP Code:
$cat['description'] = htmlspecialchars_uni($cat['description']);