Hi,
I just bought Reverse Auction Factory and I am implementing it on a site of mine that has auction factory and community builder installed on the site.
I am getting this error.
Fatal error: Cannot redeclare class JTheFactoryApplication in /home/yesiuser/public_html/administrator/components/com_bids/thefactory/application/application.class.php on line 238
a fix was implemented by editing the file [joomla_installation_folder]/administrator/components/com_bids/thefactory/application/application.class.php
and adding at line 24, right before begin of 'JTheFactoryApplication' declaration, code
if (class_exists('JTheFactoryApplication')) return null;
The problem goes away; however, I am also using community builder and after I login in I get this problem again.
Thank you to all who help.