-
AuthorPosts
-
ftwent Friend
ftwent
- Join date:
- October 2010
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
September 12, 2011 at 2:44 pm #168455I am getting this error:
Foutdetails webpagina
Gebruikersagent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB7.1; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; AskTbFWV5/5.13.0.17701; InfoPath.3; Tablet PC 2.0)
Tijdstempel: Mon, 12 Sep 2011 14:41:35 UTCBericht: 'getChildren().0.tag' is leeg of geen object
Regel: 104
Teken: 129
Code: 0
URI: http://www.seo-royal.com/t3-assets/js8d357.jsBericht: Deze eigenschap of methode wordt niet ondersteund door dit object
Regel: 59
Teken: 102
Code: 0
URI: http://www.seo-royal.com/t3-assets/js8d357.jsHow can i fix this?
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 13, 2011 at 10:27 am #412358Hi,
Please disable js compression from template settings and check again! (clear cache first)
Regards
Manos
ftwent Friendftwent
- Join date:
- October 2010
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
September 13, 2011 at 6:41 pm #412437No that does not work
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 13, 2011 at 7:25 pm #412447Hello,
I could check this issue for you if you provide with temp admin and ftp access! But i suggest that first check and upgrade all JA Plugins and modules to the latest version!
Regards
Manos
ftwent Friendftwent
- Join date:
- October 2010
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
September 13, 2011 at 7:53 pm #412449Ok i will look for the updates first thanks
ftwent Friendftwent
- Join date:
- October 2010
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
September 13, 2011 at 8:25 pm #412463I am trying to do the update bij the extension manager but it is giving me an error saying :
Mysql path is not configed
Mysql Dump path is not configed
Local repository path is not configedCan i update the files an other way then extension manager?
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 13, 2011 at 8:58 pm #412468Hi,
Yes you can update the joomla way, but if you just go to configuration on JA Extension Manager and hit save you will get rid of this message 😉 it’s easy just accept the given settings!
Regards
Manos
ftwent Friendftwent
- Join date:
- October 2010
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
September 13, 2011 at 10:18 pm #412483Now it is givving this error :
Error occur when downloading upgrade package!
Now sorry was a cach thing…i am updating check later if it worked..
thx for your help
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 13, 2011 at 10:20 pm #412485This is permission error so there might be an issue with your server, unless you haven’t filled your ja user name and password on “Services Manager”.
Regards
Manos
ftwent Friendftwent
- Join date:
- October 2010
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
September 14, 2011 at 9:26 am #412591Did all the updates but still there is the same error in IE
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 14, 2011 at 2:50 pm #412672<em>@pascm 267336 wrote:</em><blockquote>Hi,
Please disable js compression from template settings.
</blockquote>And provide me with some temp admin and ftp access so i can take a look.
Regards
Manos
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
September 14, 2011 at 8:49 pm #412722Hi, i have created a support ticket for this one you can refer to this – > EGX-378-72388
You will be notified when progress is made on this one!
Regards
Manos
WPStrong FriendWPStrong
- Join date:
- October 2012
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 2
- Thanked:
- 8 times in 9 posts
September 15, 2011 at 4:38 am #412769Hi ftwent,
Open file /templates/ja_ironis/js/ja.more.js
At line 7
if (title.getChildren() && title.getChildren().length==1 && title.getChildren()[0].tag.toLowerCase() == 'span') return;
replace with:
if (title.getChildren() && title.getChildren().length==1 && title.getChildren()[0].tagName.toLowerCase() == 'span') return;
hope this helps.Trong.
ftwent Friendftwent
- Join date:
- October 2010
- Posts:
- 72
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
September 15, 2011 at 8:53 am #412813<em>@tronglp 267839 wrote:</em><blockquote>Hi ftwent,
Open file /templates/ja_ironis/js/ja.more.js
At line 7if (title.getChildren() && title.getChildren().length==1 && title.getChildren()[0].tag.toLowerCase() == 'span') return;
replace with:
if (title.getChildren() && title.getChildren().length==1 && title.getChildren()[0].tagName.toLowerCase() == 'span') return;
hope this helps.
Trong.</blockquote>
No doesn’t work
1 user says Thank You to ftwent for this useful post
WPStrong FriendWPStrong
- Join date:
- October 2012
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 2
- Thanked:
- 8 times in 9 posts
September 15, 2011 at 9:03 am #412816The file hasn’t been changed : http://www.seo-royal.com/templates/ja_ironis/js/ja.more.js
btw, I cant edit your file via joomlaexplorer.. -
AuthorPosts
This topic contains 16 replies, has 3 voices, and was last updated by WPStrong 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum