Fatal error: Call to a member function getCfg()
Posted: 25 Jan 2011, 11:23
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.
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.