Page 2 of 2

Re: Error on new file - Call to undefined method stdClass::set()

Posted: 17 Feb 2026, 18:54
by christine
Hi,

Do not select category:

https://imgur.com/a/NULSWtu

Kind regards
Christine

Re: Error on new file - Call to undefined method stdClass::set()

Posted: 24 Mar 2026, 11:18
by sensomedia
Here is how to fix the error:
Edit the file
/administrator/components/com_phocadownload/models/phocadownloadfile.php
on line 94
Replace
$data->set(“catid”, (int)$filter[0]);
With
$data->catid = (int)$filter[0];

We hope this fix will be included in the next release

Re: Error on new file - Call to undefined method stdClass::set()

Posted: 01 Apr 2026, 01:35
by Jan
Hi, yes