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

TOPIC:

[SOLVED] Filters hanging, sandbox and view errors! 16 Dec 2011 14:53 #727

  • giori
  • giori's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
  • Posts: 73
  • Thank you received: 14
Hello,

I added to my project "songsheets" a number of filters. In the Sandbox the filters seem to be hanging and the forms don't work at all (just the title appears). When downloaded and installed I get forms errors in the view files.
There seems to be a colon (,) missing after 'nullLabel'.


<?php echo JDom::_('html.form.input.select', array(
'dataKey' => 'voices',
'dataObject' => $this->songsheet,
'list' => $this->lists->list,
'listKey' => 'value',
'labelKey' => 'text',
'nullLabel' => ""
'required' => true,
));

Thanks for fixing!

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

Last edit: by admin.

Re: Filters hanging, sandbox and view errors! 16 Dec 2011 15:36 #729

I am having similar issue. I can see that there has been some changes on the code generation when I compared the /tmpl/default_items.php files and this happens on all default_items.php files for other layouts.

Hereis my error:
Parse error: syntax error, unexpected ',', expecting T_STRING or T_VARIABLE or '{' or '$' in /components/com_xxx/views/payments/tmpl/default_items.php on line 10

Hope there will be a fix on this soon! Thanks

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

Re: Filters hanging, sandbox and view errors! 19 Dec 2011 14:57 #742

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Yes.

I did substancial changes in Cook Framework. This issue was the consequence.

Solved now. Please regenerate.
Coding is now a piece of cake
The following user(s) said Thank You: noblepixels

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

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

Although I found this tool some time ago I just started learning experimenting and building this first component on Monday and now on Thursday afternoon it's already online. Although I already had a working version done with another tool this is much easier to build and at the end you have the freedom to own your own component. Once you know how to use Cook you will boost your productivity as the learning curve is really moderate compared to many other tools.
Giori (Forum)

Get Started