Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

[SOLVED] Undefined property: stdClass::$params 05 Oct 2011 05:31 #96

Hello,

First of all, thanks for your work.
This is my first component creation, but I can't make it work. It's fine in the sandbox but not in any of my joomla installations.
I don't get any icons in the front-end.
In the back-end, if I try to add a record, I get errors like :
Undefined property: stdClass::$params in C:\wamp\www\joomla17\administrator\components\com_test\models\test.php on line 74
or
get_class() expects parameter 1 to be object, array given in C:\wamp\www\joomla17\administrator\components\com_test\dom\html\toolbar.php on line 53

I guess I miss something, but I can't find out since I am a noob in component design (but then, cook is for me, right ;))

Please Log in or Create an account to join the conversation.

Last edit: by admin.

Re: Undefined property: stdClass::$params 05 Oct 2011 08:33 #98

  • doob
  • doob's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 22
  • Thank you received: 2
I had same error but what you need is generate your component again ..

Please Log in or Create an account to join the conversation.

Last edit: by doob.

Re: Undefined property: stdClass::$params 05 Oct 2011 08:49 #99

As for the buttons not showing on front end.

Make sure you are logged in.

Buttons that show will depend on uers level.

Public = None
Manager = All
Administrator = All
Registered = None
Author = New
Editor = Edit - New
Publisher = Edit - New
Super User = None

Or any mixture of these.

Please Log in or Create an account to join the conversation.

Re: Undefined property: stdClass::$params 05 Oct 2011 11:32 #102

Thanks a lot!

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.108 seconds

For starters it's just so easy to design an app in a way that I'm used to i.e. database first then views followed by customization. The fork system is pure brilliance from a developer standpoint as I can override things and still add and update my projects with minimal effort! Truly amazing to be able to build components in Joomla using incremental refinement without having to do everything by hand. Thanks for the great tool! I am so much more productive now than ever and I can't imagine building components any other way!!!!
Dave (Forum)

Get Started