Page 1 of 1

Upload of Zip Files still broken after 3.1.0 Upgrade

Posted: 03 Nov 2015, 20:54
by dmgsupport
I upgraded to 3.1.0 and am still receiving the same error. I am unable to upload any zip files.

Error:

File not uploaded
Error while uploading file. Server is not able to store this file to Temp folder.

Joomla Version: 3.4.5
Phoca Download Version: 3.1.0

Re: Upload of Zip Files still broken after 3.1.0 Upgrade

Posted: 04 Nov 2015, 10:31
by citrone
Hello,
could you upload zip-files in joomla-media-manager?
Try to edit Upload blocked to no and filetypes to no, same problem?
Adhoc solution: upload it with 7-zip.

I have got Joomla 3.4.5 and PD 3.1.0

Re: Upload of Zip Files still broken after 3.1.0 Upgrade

Posted: 12 Nov 2015, 22:20
by PowerJoe
dmgsupport wrote:I upgraded to 3.1.0 and am still receiving the same error. I am unable to upload any zip files.

Error:

File not uploaded
Error while uploading file. Server is not able to store this file to Temp folder.

Joomla Version: 3.4.5
Phoca Download Version: 3.1.0
I just fixed this issue myself. I did a web-server change and the php.ini toke default settings. You might wanna put the following code into your php.ini file. This file is usually on the root of your web-server. If not check in Joomla System -> System Information -> Folder Permissions. Look for "TMP".

Code: Select all

upload_max_filesize = 20m
Max upload here is 20MB you can change it to your desired size.
If this doesn't work you can back-check the options within phocadownload and see if .zip is allowed to be uploaded.
Check screenshot: http://prntscr.com/9221jt

Re: Upload of Zip Files still broken after 3.1.0 Upgrade

Posted: 16 Nov 2015, 22:42
by Jan
Hi, Ok, thank you for the info.

Jan