Fresh install of Joomla 1.0.15 using Rocket Theme Replicant template, component installs fine. On the backend if after setting up the control if I go to Manage Presets I get 3 errors:
Notice: Undefined variable: option in /var/www/html/joomla/administrator/components/com_dtdonate/admin.dtdonate.php on line 2439
Notice: Undefined variable: option in /var/www/html/joomla/administrator/components/com_dtdonate/admin.dtdonate.php on line 2441
Notice: Undefined variable: option in /var/www/html/joomla/administrator/components/com_dtdonate/admin.dtdonate.php on line 2497
If I add the component to the front end the fields are filled in with errors:
<br /><b>Notice</b>: Undefined variable: rowProfile in <b>/var/www/html/joomla/components/com_dtdonate/dtdonate.php</b> on line <b>612</b><br /><br /><b>Notice</b>: Trying to get property of non-object in <b>/var/www/html/joomla/components/com_dtdonate/dtdonate.php</b> on line <b>612</b><br />
Every field on the front end is filled with this. I am running CentOS 5.2, Apache 2.2, PHP 5.
I\'ve tried uninstalling and reinstalling the component, downloaded a fresh copy of it and tried that...same errors