- Posts: 4
COMMUNITY FORUM
Upgrade issue 2.6.7: Calendar.setup: Nothing...
- SHOMICPIE
-
Topic Author
- Offline
- New Member
Less
More
11 years 11 months ago #115286
by SHOMICPIE
Upgrade issue 2.6.7: Calendar.setup: Nothing... was created by SHOMICPIE
I had a beautifully working 2.6.6 and upgraded but now i cant create a new item in front end or backend.
Please advise. I saw this issue for older posts but all were fixed by updating. But updating caused this. I updated with just the "update" zip found in the google code page but then also again with the full download install.
Please advise. I saw this issue for older posts but all were fixed by updating. But updating caused this. I updated with just the "update" zip found in the google code page but then also again with the full download install.
Attachment not found
Please Log in or Create an account to join the conversation.
- SHOMICPIE
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
11 years 11 months ago #115287
by SHOMICPIE
Replied by SHOMICPIE on topic Re: Upgrade issue 2.6.7: Calendar.setup: Nothing...
Update: I reverted back to 2.6.7 so the site can function and ill do my testing a backup site (rookie mistake ).
But i did hide the toggle switch so the calendar and meta info etc wouldnt show on frontend. So technicially i do have the calendar hidden. But in the backend i havent touched the form so it should load for 2.6.7 just as it does in 2.6.6 right?
But i did hide the toggle switch so the calendar and meta info etc wouldnt show on frontend. So technicially i do have the calendar hidden. But in the backend i havent touched the form so it should load for 2.6.7 just as it does in 2.6.6 right?
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
-
- Offline
- Platinum Member
- Joomla Developer
11 years 11 months ago #115288
by Mohamed Abdelaziz
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Replied by Mohamed Abdelaziz on topic Re: Upgrade issue 2.6.7: Calendar.setup: Nothing...
I have found this error before, and tried this fix:
Edit the file: libraries/joomla/html/html.php
Go to the line ~879 and find this line:
And replace it with this line:
Save the file and test.
This fix worked with me, hope it works with you as well
Edit the file: libraries/joomla/html/html.php
Go to the line ~879 and find this line:
'window.addEvent(\'domready\', function() {Calendar.setup({
And replace it with this line:
'window.addEvent(\'load\', function() {Calendar.setup({
Save the file and test.
This fix worked with me, hope it works with you as well
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Please Log in or Create an account to join the conversation.
- Ajay Gadhavana
-
- Offline
- New Member
Less
More
- Posts: 11
11 years 5 months ago #115289
by Ajay Gadhavana
Replied by Ajay Gadhavana on topic Re: Upgrade issue 2.6.7: Calendar.setup: Nothing...
still i am getting error after changes.
K2 2.6.7 have already this change so no need to change so please give me another solution if any idea
thanks in advance
K2 2.6.7 have already this change so no need to change so please give me another solution if any idea
thanks in advance
Please Log in or Create an account to join the conversation.
- Yiota
-
- Visitor
11 years 5 months ago #115290
by Yiota
Replied by Yiota on topic Re: Upgrade issue 2.6.7: Calendar.setup: Nothing...
Try to upgrade to K2 SVN 2.6.8 version located here:http://getk2.org/assets/get/
Please Log in or Create an account to join the conversation.