-
AuthorPosts
-
November 8, 2010 at 8:45 pm #156204
When I click on the image tab of the K2 form, the image gallery form is shown.
When I click on the image gallery tab, the video form is shown, and so on…
It’s always the tab right of the clicked tab. Only when I click on the content tab, the content form is shown.Anyone out there with the same problem or with a solution?
November 9, 2010 at 7:31 pm #362153Well come on… am I the only one with this problem?
I’ve set up the JA Social package including Joomla 1.5 three times and the bug is always there.
I click on the button <image> (on frontend editing/adding) and all that I see is the image gallery form.
Who else has the the same problem?November 10, 2010 at 6:28 am #362246I made some more tests…
On a new “clean” Joomla 1.5.22 only with K2 installed, everything on the add item popup works fine.
But when I install the ja social template, the K2 tabs doesn’t work anymore.
The same error happens, when I use the actual quickstart download.
Could anybody of the development team check this out?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 11, 2010 at 7:57 am #362425may be the issue is from enabling the mootools upgrade plugin, you try disabling it and test this issue again
November 16, 2010 at 11:33 pm #363082The mootools plugin is disabled.
It’s just the quickstart version, freshly installed on a webserver and it doesn’t work.
You can test it: test2.mtv-soltau.de
User: testman
Password: testNow, the community plus template is installed (also the quickstart download). It wa just a test, if other templates work, but it’s the same bug.
Just go to a K2 item and click “edit item”. Then click on the image tab, et voilá…
perdu Friendperdu
- Join date:
- June 2007
- Posts:
- 227
- Downloads:
- 0
- Uploads:
- 26
- Thanks:
- 10
- Thanked:
- 20 times in 1 posts
November 17, 2010 at 12:07 am #363083Hi,
It’s a JA bug and it affects all JA templates that run the T3 framework, I know because I’ve spent the last 10 days trying to get this to work, see here: http://www.joomlart.com/forums/topic/urgent-bug-report-javascript-conflict-with-k2-also-in-quickstart/) . It has absolutely nothing to do with the moo tools upgrade plugin.You will also find that in IE if users click the toggle editor button then they will end up with multiple text area boxes and lots of other undesirable things. Basically until JA release a fix you won’t be able to use K2 for front end submissions. If like me you chose a JA template for the K2 compatibilty and were planning to use K2 for user submissions then you are stuffed :(( You can try submitting a support ticket (I’ve submitted 3!) but you probably won’t have much luck – but if you do find a fix please let me know.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 17, 2010 at 4:55 am #363105Hello,
I tried debug and found this issue, i informed our developer fixing this issue,
And I would like to provide you a quick solution to resolve this issue:
You open the file: templates/ja_TEMPLATE/component.php and replace all content of this file by :
[PHP]
/**
* @copyright Copyright (C) 2005 – 2010 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/// no direct access
defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”<?php echo $this->language; ?>” lang=”<?php echo $this->language; ?>” dir=”<?php echo $this->direction; ?>”>
<head>
<jdoc:include type=”head” />
<link rel=”stylesheet” href=”templates/<?php echo $this->template; ?>/css/template.css” type=”text/css” /><?php if($this->direction == ‘rtl’) : ?>
<link rel=”stylesheet” href=”templates/<?php echo $this->template ?>/css/template_rtl.css” type=”text/css” />
<?php endif; ?>
</head>
<body class=”contentpane”>
<jdoc:include type=”message” />
<jdoc:include type=”component” />
</body>
</html>
[/PHP]Thanks so much
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 17, 2010 at 5:06 am #363107I have got a quick solution from developers:
You open file: ns/system/jat3/base-themes/default/page/component.php and remove codes:[PHP]
<jdoc:include type=”head” /><?php JHTML::_(‘behavior.mootools’); ?>
[/PHP]
i woud like to provide your 2 solution1) without t3 framework
2) fixing for t3 frameworkYou can use one of two solution to fit your site.
Please let me know the result
perdu Friendperdu
- Join date:
- June 2007
- Posts:
- 227
- Downloads:
- 0
- Uploads:
- 26
- Thanks:
- 10
- Thanked:
- 20 times in 1 posts
November 17, 2010 at 12:04 pm #363160That seems to be working with the tabs (fingers crossed) but I’m still getting this error if the user closes the window by clicking on the white X in the lightbox window:
Message: Can’t execute code from a freed script
Line: 1
Char: 32179
Code: 0
URI: plugins/system/mtupgrade/mootools.jsI’ve tried adding mootools to the Optimize Exclude list in JA Portfolio.
If they close the window using the cancel button there’s no error :confused:
November 17, 2010 at 12:26 pm #363163<em>@tienhc 203894 wrote:</em><blockquote>Hello,
I tried debug and found this issue, i informed our developer fixing this issue,
And I would like to provide you a quick solution to resolve this issue:
You open the file: templates/ja_TEMPLATE/component.php and replace all content of this file by :
</blockquote>
Okay, I can use the image tab now.
But if I make changes to the text and click on save nothing happens.You can take a look at it: test2.mtv-soltau.de
login as mentioned above.perdu Friendperdu
- Join date:
- June 2007
- Posts:
- 227
- Downloads:
- 0
- Uploads:
- 26
- Thanks:
- 10
- Thanked:
- 20 times in 1 posts
November 17, 2010 at 12:33 pm #363165Hi beneham, when you’re making changes to the text have you got the editor toggled to show the code view when you click save?
November 17, 2010 at 12:45 pm #363167No, I didn’t.
Just tried it with the code view, but it doesn’t work either.I’m not very firm with K2, but if I click the cancel butten the popup form has to close or not?
Because now clicking the cancel button has also no effect.perdu Friendperdu
- Join date:
- June 2007
- Posts:
- 227
- Downloads:
- 0
- Uploads:
- 26
- Thanks:
- 10
- Thanked:
- 20 times in 1 posts
November 17, 2010 at 1:03 pm #363172Yes it should close when you click cancel. Are you using the simple image gallery pro plugin? If so try going to the plugin and changing ‘Popup engine for image galleries’ to something that doesn’t use mootools
November 17, 2010 at 1:10 pm #363173No, it’s just the quickstart of the JA template (now Community Plus).
No other module or plugin installed.
perdu Friendperdu
- Join date:
- June 2007
- Posts:
- 227
- Downloads:
- 0
- Uploads:
- 26
- Thanks:
- 10
- Thanked:
- 20 times in 1 posts
November 17, 2010 at 1:18 pm #363174I’m not getting that error just the ‘Can’t execute code from a freed script’ when the user clicks the X to close the popup.
These are my template settings if it helps:
Cache Exclude: component=com_k2
Optimize Exclude: js1.jsAuthorPostsThis topic contains 27 replies, has 4 voices, and was last updated by m 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum