Configuration tabs are missing

January 2013 Joomla Template
Rate this topic: Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.6.00 out of 6 based on 1 vote(s)
GK User
Tue Aug 29, 2017 4:52 pm
Reply with quote
Report this post
Hi,
I can see only first page template config.

Console dump:
scripts.js:247 Uncaught TypeError: items[i].split(...)[0].test is not a function
at String.<anonymous> (scripts.js:247)
at Function.each (jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2)
at HTMLDocument.<anonymous> (scripts.js:238)
at i (jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2)
at Object.fireWith [as resolveWith] (jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2)
at Function.ready (jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2)
at HTMLDocument.K (jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2)
(anonymous) @ scripts.js:247
each @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2
(anonymous) @ scripts.js:238
i @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2
fireWith @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2
ready @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2
K @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2
jquery.min.js?973fe1bd09695489f9ebe02a531088b3:4 GET https://www.waszepodroze.eu/administrat ... format=raw 404 ()
send @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:4
ajax @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:4
n.(anonymous function) @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:4
getJSON @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:4
(anonymous) @ stats.js?973fe1bd09695489f9ebe02a531088b3:83
i @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2
fireWith @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2
ready @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2
K @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2
scripts.js:386 Uncaught TypeError: version.toInt is not a function
at scripts.js:386
at Array.map (<anonymous>)
at Object.success (scripts.js:386)
at i (jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2)
at Object.fireWith [as resolveWith] (jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2)
at y (jquery.min.js?973fe1bd09695489f9ebe02a531088b3:4)
at HTMLScriptElement.b.onload.b.onreadystatechange (jquery.min.js?973fe1bd09695489f9ebe02a531088b3:4)
(anonymous) @ scripts.js:386
(anonymous) @ scripts.js:386
i @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2
fireWith @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:2
y @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:4
b.onload.b.onreadystatechange @ jquery.min.js?973fe1bd09695489f9ebe02a531088b3:4

What to do?
regards
Tom
User avatar
Senior Boarder

teitbite
Wed Aug 30, 2017 1:07 pm
Reply with quote
Report this post
Hi,

Try to change the following line from /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';
User avatar
Moderator

GK User
Thu Aug 31, 2017 10:12 am
Reply with quote
Report this post
Great! :idea:
Working now.
Thx
Tom
User avatar
Senior Boarder

teitbite
Wed Sep 06, 2017 6:55 am
Reply with quote
Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.