Welcome, Guest
Username: Password: Remember me

TOPIC: [SOLVED] Filters hanging, sandbox and view errors!

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

  • giori
  • giori's Avatar
  • Offline
  • Senior Member
  • Posts: 73
  • Thank you received: 14
  • Karma: 6
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!
Last Edit: 21 Dec 2011 20:18 by admin.
The administrator has disabled public write access.

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
The administrator has disabled public write access.

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

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
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 administrator has disabled public write access.
The following user(s) said Thank You: noblepixels
Time to create page: 0.108 seconds

Get Started