freeze when edit a view in local #49

Closed
opened 2017-03-01 19:33:09 +00:00 by sbaloot · 3 comments
sbaloot commented 2017-03-01 19:33:09 +00:00 (Migrated from github.com)

hello.
when editting a view for admin, i see loading and freez joomla. this error seen in console:
Uncaught TypeError: Cannot read property 'length' of undefined
at e.JRepeatable.a.$input.data.a.buildRows (repeatable.js:6)
at e.JRepeatable.a.$input.data.a.init (repeatable.js:6)
at new e.JRepeatable (repeatable.js:6)
at HTMLInputElement. (repeatable.js:6)
at Function.each (jquery.min.js:2)
at a.fn.init.each (jquery.min.js:2)
at a.fn.init.e.fn.JRepeatable (repeatabl
freez
e.js:6)
at repeatable.js:6
at dispatch (jquery.min.js:3)
at r.handle (jquery.min.js:3)

hello. when editting a view for admin, i see loading and freez joomla. this error seen in console: Uncaught TypeError: Cannot read property 'length' of undefined at e.JRepeatable.a.$input.data.a.buildRows (repeatable.js:6) at e.JRepeatable.a.$input.data.a.init (repeatable.js:6) at new e.JRepeatable (repeatable.js:6) at HTMLInputElement.<anonymous> (repeatable.js:6) at Function.each (jquery.min.js:2) at a.fn.init.each (jquery.min.js:2) at a.fn.init.e.fn.JRepeatable (repeatabl ![freez](https://cloud.githubusercontent.com/assets/8216938/23477450/3752c78a-fed3-11e6-97e3-95cf0b686d5f.png) e.js:6) at repeatable.js:6 at dispatch (jquery.min.js:3) at r.handle (jquery.min.js:3)

Hi, The repeatable field is a Joomla default field... we have not made any changes to it, so it should just work out of the box. All the JavaScript is really part of the Joomla core...

I have not had this kind of error, so I would say first check your environment, secondly how many fields do you have set? it could be that your browser/PC memory can't deal with the load. I recommend for local environment i5 - i7 CPU and 16G memory if your are building big components (even if your using a remote server and have big data sets per view), if your on a local environment a SSD drive you will give you the best performance.

Reality is I just used Joomla's repeatable field, and so far it has worked well. This is the first time I hear of this kind of error.

Hi, The repeatable field is a Joomla default field... we have not made any changes to it, so it should just work out of the box. All the JavaScript is really part of the Joomla core... I have not had this kind of error, so I would say first check your environment, secondly how many fields do you have set? it could be that your browser/PC memory can't deal with the load. I recommend for local environment i5 - i7 CPU and 16G memory if your are building big components (even if your using a remote server and have big data sets per view), if your on a local environment a SSD drive you will give you the best performance. Reality is I just used Joomla's repeatable field, and so far it has worked well. This is the first time I hear of this kind of error.
sbaloot commented 2017-03-01 20:11:20 +00:00 (Migrated from github.com)

thank you. after i add another field the problem solved.
field

thank you. after i add another field the problem solved. ![field](https://cloud.githubusercontent.com/assets/8216938/23479091/8fb0d3ae-fed8-11e6-912e-eedea7b0ba9d.png)

Great!

Great!
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#49
No description provided.