Page 1 of 1

Is this a bug in 1.5?

Posted: Thu Feb 07, 2008 8:36 pm
by sgreen
Hi,

Developing a component for Joomla 1.5.  When the 'Save' button is pressed after data entered into a form, this happens:
Warning: Missing argument 2 for __construct() in /VirtualHosts/somesite.com/libraries/joomla/database/table.php on line 66

Warning: Missing argument 3 for __construct() in /VirtualHosts/somesite.com/libraries/joomla/database/table.php on line 66

Fatal error: Call to a member function on a non-object in /VirtualHosts/somesite.com/libraries/joomla/database/table.php on line 290
Is this a bug in the system or have I missed something glaringly obvious?

StuG

Re: Is this a bug in 1.5?

Posted: Thu Feb 07, 2008 10:25 pm
by radiant_tech
I'd say there's a problem with your component as "Save" works elsewhere throughout the system.