Is this a bug in 1.5?

Have a programming question regarding your component, plug-in, extension or core hacks? Have an interesting tidbit, FAQ or programming tip you’d like to share? This is the place for you.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Post Reply
sgreen
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Mon Oct 24, 2005 1:36 am

Is this a bug in 1.5?

Post by sgreen » Thu Feb 07, 2008 8:36 pm

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

radiant_tech
Joomla! Apprentice
Joomla! Apprentice
Posts: 41
Joined: Sat Dec 15, 2007 3:02 pm
Location: Washington DC Metro

Re: Is this a bug in 1.5?

Post by radiant_tech » Thu Feb 07, 2008 10:25 pm

I'd say there's a problem with your component as "Save" works elsewhere throughout the system. 
Denise


Post Reply