Page 1 of 1

Undefined index

Posted: 04 Sep 2014, 13:16
by isenhand
I get the following error when uploading:

Please select category

I also get this message:

Notice: Undefined index: name in /home/xxxx/components/com_phocadownload/views/user/view.html.php on line 162

I have created three categories:

components -> Phoca downloads -> categories -> new

For each category I set Access Rights, Upload Rights and Upload Rights to All registered users.

From the upload front end:

I select the category top right - Select category -

I select the file Filename -> Browse

Fill in File Title and Author and select Start Upload

Upload fails with the above message.

thx

Re: Undefined index

Posted: 06 Sep 2014, 01:50
by Jan
Hi, try to check limits on your server - if there is no limit regarding the file upload - because in the code part (error you have described) the error is coming because no information about uploaded file there is :idea:

Jan

Re: Undefined index

Posted: 10 Sep 2014, 07:05
by isenhand
Yes, that worked. Thanks :)

Re: Undefined index

Posted: 10 Sep 2014, 21:39
by Jan
Ok