- Posts: 33
COMMUNITY FORUM
K2 CONTENT module download?
- Mick
-
Topic Author
- Offline
- Junior Member
It looks like my copy has become corrupt as the settings tabs and parameter setting tabs are not displaying correctly.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
You will to reinstall K2. The module is not available on its own.
Please Log in or Create an account to join the conversation.
- Mick
-
Topic Author
- Offline
- Junior Member
- Posts: 33
Many thanks.
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.
- Mick
-
Topic Author
- Offline
- Junior Member
- Posts: 33
I am using K2 2.8.0 in Joomla 3.8.0 with latest Joomlashine components. Joomlashine have looked at the problem and are saying it is the K2 module.
Annoyingly I have another development site, with the same Joomla, K2 and Joomlashine content and the K2_CONTACT works correctly.
Using developer tools I can only see these differences on the error site:
On the error site only I get this :
"SCRIPT438: Object doesn't support property or method '_addClass'
jquery-ui.min.js (12,10575)"
On the error site the first item in the stack is Cloudflare, whereas it is the last on the development site.
In Admin the K2_CONTENT module opens but there are no tabs for Menu Assignment, Advance, Permissions and the settings on the Module page only display as text. Save does not work. Screenshot:
imgur.com/MXukqq3
Any ideas?
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.
- Mick
-
Topic Author
- Offline
- Junior Member
- Posts: 33
In IE11 another error showed up:
SCRIPT438: Object doesn't support property or method 'evaluate'
tabs-state.js (1,643)
I have now tried on 3 computers and 5 Browsers and no change. I have cleared cache and history and no change. I have set up a new super user account in Admin and no change. The only common feature would be my public IP address.
So stumped!
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.
- Mick
-
Topic Author
- Offline
- Junior Member
- Posts: 33
Where is jQuery UI setting?
The problem site is set up exactly the same as the site where the module works.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Is Cloudflare optimising administrator scripts as well?
Please Log in or Create an account to join the conversation.
- Mick
-
Topic Author
- Offline
- Junior Member
- Posts: 33
The Cloudflare ordering difference is in Admin. I don't know what component is launching Cloudflare or how to change the order.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
It will cause issues.
Please Log in or Create an account to join the conversation.
- Mick
-
Topic Author
- Offline
- Junior Member
- Posts: 33
The problem component appears to be administrator\components\com_k2\helpers\html.php where line 129 :
$document->addScript('cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js');
throws this error:
TypeError: this._addClass is not a function
Please Log in or Create an account to join the conversation.
- Iosif Chatzimichail
-
- Offline
- New Member
- Posts: 6
Maybe you are using a modified template for the Joomla admin panel (I see in your screenshot it is not vanilla Joomla) that loads different JS files. Go to Extensions -> Templates and make sure you are using Isis.
Please Log in or Create an account to join the conversation.