Hallo,
the frontend upload doesn't work since update in May 2016 (I'd made all updates - phoca download & joomla). but I didn't know there is a problem in the frontend-upload...
I can select the category, write Name of the file, select a file from my Computer, .... but after click on "upload" there is nothing. The file will be not saved.
I also can't see older files in the category-listing (fronted).
Thank you
Doris
Frontend Upload
- Jan
- Phoca Hero
- Posts: 48550
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Frontend Upload
Hi, when you look at errorLog on your server (php errors), are you able to see any error there?
What exactly happen when you upload, you don't get any error message?
If it worked and now it is not working anymore, maybe there were some changes on the server (maybe some limits added, etc?)
Jan
What exactly happen when you upload, you don't get any error message?
If it worked and now it is not working anymore, maybe there were some changes on the server (maybe some limits added, etc?)
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 11
- Joined: 21 Mar 2016, 21:54
- Location: Vienna
Re: Frontend Upload
Hi Jan,
there is no error in the error log (php errors).
After upload there happens nothing, no error message. Its look like all normal, but the uploaded file isn't saved .
Where can I find the limits on the server?
Thanks
Doris
there is no error in the error log (php errors).
After upload there happens nothing, no error message. Its look like all normal, but the uploaded file isn't saved .
Where can I find the limits on the server?
Thanks
Doris
- Jan
- Phoca Hero
- Posts: 48550
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Frontend Upload
Hi, there are two main limits, which can be set in php.ini:
post_max_size - size of whole form data
upload_max_filesize - size of upload file
Mostly these two prevent from uploading larger files.
Jan
post_max_size - size of whole form data
upload_max_filesize - size of upload file
Mostly these two prevent from uploading larger files.
Jan
If you find Phoca extensions useful, please support the project