Issues after joomla update to 3.7.0
Rate this topic:
- GK User
- Wed Apr 26, 2017 12:15 am
- Reply with quote
- Report this post
Hello i have 2 issues after update to joomla 3.7.0 .
In joomla i use force https entire site, so:
1. In this template when i use http://www.mysite.com it is not redirect to https and i have blank page(when i use protostar, i have not this issue) Also when i write https://www.mysite.com it is not give blank page. In blank page i have not any error, just blank page.
2. In this template and in every gavick template after joomla update there is no configuration of the template in backend.
In joomla i use force https entire site, so:
1. In this template when i use http://www.mysite.com it is not redirect to https and i have blank page(when i use protostar, i have not this issue) Also when i write https://www.mysite.com it is not give blank page. In blank page i have not any error, just blank page.
2. In this template and in every gavick template after joomla update there is no configuration of the template in backend.
-
- Junior Boarder
- GK User
- Wed Apr 26, 2017 11:04 am
- Reply with quote
- Report this post
I have a small problem with this update as well. The template menu links have disappeared after the update from a fresh install of the quickstart package. I'm running Wampserver on localhost - php 5.6.16
It was fine with initial 3.6.4. Not sure how to fix?
It was fine with initial 3.6.4. Not sure how to fix?
-
- Fresh Boarder
- GK User
- Wed Apr 26, 2017 3:06 pm
- Reply with quote
- Report this post
After many checks my first issue about https redirect in joomla 3.7 is not from the template. So the only issue is my second issue.
-
- Junior Boarder
- GK User
- Fri Apr 28, 2017 6:14 am
- Reply with quote
- Report this post
schleebush wrote:I have a small problem with this update as well. The template menu links have disappeared after the update from a fresh install of the quickstart package. I'm running Wampserver on localhost - php 5.6.16
It was fine with initial 3.6.4. Not sure how to fix?
Image attached
-
- Fresh Boarder
- teitbite
- Sun Apr 30, 2017 11:51 am
- Reply with quote
- Report this post
Hi
Updated templates are available to download. Please install newest version and make sure to clear browser's cache to refresh files.
Updated templates are available to download. Please install newest version and make sure to clear browser's cache to refresh files.
-
- Moderator
- GK User
- Sun Apr 30, 2017 3:16 pm
- Reply with quote
- Report this post
Thanks teitbite. I've checked which templates have been updated and I assume that more will follow in due course? Is there a way to follow this progress?
-
- Fresh Boarder
- GK User
- Tue May 02, 2017 6:07 pm
- Reply with quote
- Report this post
Hello, Musicstate and other joomla templates are not updated yet , to work the menu of the template for joomla 3.7. Am i right?
-
- Junior Boarder
- teitbite
- Fri May 05, 2017 10:22 am
- Reply with quote
- Report this post
Hi
Yes, You are right. They will be updated in the next wave. I was told that it will be releases till the end of this week.
Meanwhile use this fast fix:
Please change the following line from templates/gk_simplicity/admin/scripts/js file:
into:
Yes, You are right. They will be updated in the next wave. I was told that it will be releases till the end of this week.
Meanwhile use this fast fix:
Please change the following line from templates/gk_simplicity/admin/scripts/js file:
- Code: Select all
var type = items[i].split('=')[0].test(/^\d+$/) ? 'ItemID' : 'Option';
into:
- Code: Select all
var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option’;
-
- Moderator
- GK User
- Fri May 05, 2017 10:58 am
- Reply with quote
- Report this post
Thank you. Is this change exist for every gavick template?
-
- Junior Boarder
- GK User
- Fri May 05, 2017 11:09 am
- Reply with quote
- Report this post
Ok, thank you again, i understood that this quick fix exist for every gavick template
-
- Junior Boarder
- GK User
- Fri May 05, 2017 11:16 am
- Reply with quote
- Report this post
Thanks teitbite - works like a treat.
-
- Fresh Boarder
- teitbite
- Tue May 09, 2017 3:10 pm
- Reply with quote
- Report this post
Hi
Yes, fix is same for every template, but 90% of the packages has been updated already, so please simply install newest version of the template.
Yes, fix is same for every template, but 90% of the packages has been updated already, so please simply install newest version of the template.
-
- Moderator
- GK User
- Thu May 11, 2017 1:38 pm
- Reply with quote
- Report this post
Hi teibite, I spoke too soon. I updated a Storebox template today and the attached image will show you whats happened in the backend, frontend still okay.
-
- Fresh Boarder
- teitbite
- Sun May 14, 2017 1:36 pm
- Reply with quote
- Report this post
Hi
Isn't this joomla configuration page? Template has nothing to do with this page and it clearly looks like there is no language files. I would start from reinstalling joomla to fix this.
Isn't this joomla configuration page? Template has nothing to do with this page and it clearly looks like there is no language files. I would start from reinstalling joomla to fix this.
-
- Moderator
14 posts
• Page 1 of 1