- Posts: 37
COMMUNITY FORUM
K2 problem after update
- Chris
- Topic Author
- Offline
- Junior Member
I've made the following updates:
1. php version to 7.1.12
2. Joomla to 3.8.3
3. K2 --> latest version via joomla admin ui
I face a problem: When i try to add a new item, "Publishing & Metadata" and "display settings" tabs are present, but when I click them, there is nothing in there.
The same problem occurs for "Image", "Image gallery", "Media", "extra fields", 'attachments" tabs.
How can I solve it?
Happy New Year
Chris
Please Log in or Create an account to join the conversation.
- william white
- Offline
- Platinum Member
- Posts: 3722
Have you set error reporting to max to see if any errors will show?
I would download the install package from getk2.org or github master and install over top to see if that may fix it
Please Log in or Create an account to join the conversation.
- Bernard
- Offline
- New Member
- Posts: 1
Please Log in or Create an account to join the conversation.
- Chris
- Topic Author
- Offline
- Junior Member
- Posts: 37
Yew I have backup.
After setting error reporting to max, I get the following errors
Notice: Undefined variable: path in [site path] /administrator/components/com_jce/models/editor.php on line 911
Notice: Undefined variable: path in [site path] /administrator/components/com_jce/models/editor.php on line 912
Notice: Undefined variable: path in [site path] /administrator/components/com_jce/models/editor.php on line 921
After checking the file I have
911 if (JFolder::exists($path)) {
912 $css = JFolder::files($path, '(base|core|theme|template|template_css)\.(css|less)$', false, true);
913 }
and
920 // check for editor.css file
921 if (JFile::exists($path . '/editor.css')) {
922 $file = 'editor.css';
923 }
How I can fix it?
Thanks
william white wrote: First, do you have backup pre upgrade?
Have you set error reporting to max to see if any errors will show?
I would download the install package from getk2.org or github master and install over top to see if that may fix it
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
- Posts: 15920
Can you check under your browser's developer tools' console tab for any JS issues?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Chris
- Topic Author
- Offline
- Junior Member
- Posts: 37
I have the following errors
Error: Syntax error, unrecognized expression: [href=#metadata] jquery.min.js:2:12733
t</fa.error www.csipet.gr/media/jui/js/jquery.min.js:2:12733
t</fa.tokenize www.csipet.gr/media/jui/js/jquery.min.js:2:18783
t</fa.compile www.csipet.gr/media/jui/js/jquery.min.js:2:21417
t</fa.select www.csipet.gr/media/jui/js/jquery.min.js:2:22125
fa www.csipet.gr/media/jui/js/jquery.min.js:2:7320
t</fa.matches www.csipet.gr/media/jui/js/jquery.min.js:2:12062
n.filter www.csipet.gr/media/jui/js/jquery.min.js:2:23848
z www.csipet.gr/media/jui/js/jquery.min.js:2:23647
filter www.csipet.gr/media/jui/js/jquery.min.js:2:24258
<ανώνυμο> www.csipet.gr/media/k2/assets/js/k2.js:85:10
dispatch www.csipet.gr/media/jui/js/jquery.min.js:3:12392
add/r.handle www.csipet.gr/media/jui/js/jquery.min.js:3:9156
Error: Syntax error, unrecognized expression: [href=#itemViewOptions] jquery.min.js:2:12733
t</fa.error www.csipet.gr/media/jui/js/jquery.min.js:2:12733
t</fa.tokenize www.csipet.gr/media/jui/js/jquery.min.js:2:18783
t</fa.compile www.csipet.gr/media/jui/js/jquery.min.js:2:21417
t</fa.select www.csipet.gr/media/jui/js/jquery.min.js:2:22125
fa www.csipet.gr/media/jui/js/jquery.min.js:2:7320
t</fa.matches www.csipet.gr/media/jui/js/jquery.min.js:2:12062
n.filter www.csipet.gr/media/jui/js/jquery.min.js:2:23848
z www.csipet.gr/media/jui/js/jquery.min.js:2:23647
filter www.csipet.gr/media/jui/js/jquery.min.js:2:24258
<ανώνυμο> www.csipet.gr/media/k2/assets/js/k2.js:85:10
dispatch www.csipet.gr/media/jui/js/jquery.min.js:3:12392
add/r.handle www.csipet.gr/media/jui/js/jquery.min.js:3:9156
Krikor wrote: Hello,
Can you check under your browser's developer tools' console tab for any JS issues?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
- Posts: 15920
Then try disabling any other 3rd party K2 extensions (if you have any).
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Chris
- Topic Author
- Offline
- Junior Member
- Posts: 37
I use 3 3rd party plugins. The two of them are from Compojoom in order to communicate K2 with Hotspots. The other is a custom made plugin in order to communicate the site with a mobile app to send push notifications for every new K2 item.
I disabled the custom made plugin, the problem remains
I disabled Hotspot links - K2 plugin (it "connects" K2 categories with Hotspots categories), the problem remains
I disabled K2 - Hotspots plugin (it shows a Hotspots map in K2 Add new item Ui, and creates a hotspots point for every new K2 item) the problem is gone!
The strange thing is that the mentioned problem is only in the Backend. The frontend works ok.
Can you help?
Thanks in advance
Chris
P.S. The custom made plugin and the mobile app is made by my IT partner.
Krikor wrote: Clear your browser's and Joomla's cache.
Then try disabling any other 3rd party K2 extensions (if you have any).
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
- Posts: 15920
You need to contact the extension's developer, let them know about the issue so they offer an update.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.