- Posts: 9
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- [SOLVED] the text fields are missing in admin usergroups
[SOLVED] the text fields are missing in admin usergroups
- dave
-
Topic Author
- Offline
- New Member
I installed K2 as one of the first extensions on my site and there have been many other extensions since, so I'm not sure what has caused this, however, I have recently gone into K2 usergroups and the text fields are missing. I've attached a screenshot.
I turned on development error reporting and got the following errors:
Notice: Undefined property: K2ViewUserGroups::$row in /home/mysite/public_html/administrator/components/com_k2/views/user/tmpl/default.php on line 19 Notice: Trying to get property of non-object in /home/mysite/public_html/administrator/components/com_k2/views/user/tmpl/default.php on line 19
I have also re-installed K2 just to rule that out and the same thing happens.
Any ideas?
Thanks in advance!!
Dave
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
These are notices and will not affect your site's functionality in any way.
When your site is in production mode you should turn error reporting to none or system default.
Also which editor are you using?
Please Log in or Create an account to join the conversation.
- dave
-
Topic Author
- Offline
- New Member
- Posts: 9
I am using TinyMCE but I have changed it to 'none' and still the issue is the same. I cant add usergroups.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.
- dave
-
Topic Author
- Offline
- New Member
- Posts: 9
K2 - 2.6.7
Akeeba Backup
Easy Discuss
Joomla Quiz Deluxe
PayPlans
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
There is a possible conflict between the components which prevents the editor to load. Can you check your browser's developer tools console tab for any issues?
Please Log in or Create an account to join the conversation.
- dave
-
Topic Author
- Offline
- New Member
- Posts: 9
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
This workflow is for Chrome but it is very similar in FF as well.
Please Log in or Create an account to join the conversation.
- dave
-
Topic Author
- Offline
- New Member
- Posts: 9
Please Log in or Create an account to join the conversation.
- dave
-
Topic Author
- Offline
- New Member
- Posts: 9
I am getting the message '500 Layout default not found'
I have attached a screenshot
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.
- dave
-
Topic Author
- Offline
- New Member
- Posts: 9
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.
- dave
-
Topic Author
- Offline
- New Member
- Posts: 9
I would be interested to see if anyone else has the same issue and can identify similar components.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Because of a bug in JViewLegacy::getName() all components with views using camel
cased class name break with error:
500 Layout default not found
and this is the thread
joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=31565
I cannot think of a reason however why your version did not have the fix for this bug.
Please Log in or Create an account to join the conversation.
- Forum
- K2 Community Forum
- English K2 Community
- [SOLVED] the text fields are missing in admin usergroups