Page 1 of 1

Fatal error: Call to a member function getCfg()

Posted: 25 Jan 2011, 11:23
by Codeka
If email on download feature is set in PhocaDownload RC 2.0.0, then you get
Fatal error: Call to a member function getCfg() on a non-object in /mnt/raid1/www/tagok/kurusa/_site/administrator/components/com_phocadownload/helpers/phocadownload.php on line 832
This can be corrected by replacing that line to
$mainframe = JFactory::getApplication();
Then everyĆ­thing is working well.

Re: Fatal error: Call to a member function getCfg()

Posted: 25 Jan 2011, 17:03
by Jan
Ok, thank for this info. Will be fixed in next release.

Jan

Re: Fatal error: Call to a member function getCfg()

Posted: 25 Jan 2011, 18:09
by Codeka
Other problem, I have not yet had time to clear up is that the category filter does not work in the administration-lists. It allways sets itself back to "choose".

Re: Fatal error: Call to a member function getCfg()

Posted: 25 Jan 2011, 19:24
by Jan
Will take a look at it.

Jan