Creating a Sample Component

For Joomla! 3.x Coding related discussions, you could also use: http://groups.google.com/group/joomla-dev-general

Moderators: ooffick, General Support Moderators

Forum rules
Locked
silingosj
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue Oct 21, 2014 12:05 pm

Creating a Sample Component

Post by silingosj » Tue Oct 21, 2014 12:21 pm

I am Joomla begginer. I have been working on this component example "http://docs.joomla.org/J2.5:Developing_ ... nd_actions".

I have this problem when I try to "Add New or Edit" record.

( ! ) Fatal error: Call to a member function getFieldset() on a non-object in /var/www/Joomla_3.3.6-Stable-Full_Package/administrator/components/com_helloworld/views/helloworld/tmpl/edit.php on line 21

I have even used the "archives" full package unsuccessfully.

Does this package really work or a I doing something wrong?

Please help I am very frustrated.
Last edited by imanickam on Thu Oct 23, 2014 7:01 am, edited 1 time in total.
Reason: Split the post from the topic http://forum.joomla.org/viewtopic.php?f=708&t=862574. In the future, for your questions, create your own topic.

User avatar
montano
Joomla! Ace
Joomla! Ace
Posts: 1183
Joined: Wed Aug 24, 2005 11:38 am
Location: Dallas, TX
Contact:

Re: Creating a Sample Component

Post by montano » Sat Oct 25, 2014 1:51 pm

The clue is in the error. helloworld/tmpl/edit.php on line 21
The code in this page is referring to something that does not exist on your site. "a non-object "


Locked

Return to “Joomla! 3.x Coding”