Keyword

[SOLVED] Backend not saving BUG JAVA incompatible?

  • Daniel Harrington
  • Daniel Harrington's Avatar Topic Author
  • Offline
  • New Member
More
13 years 10 months ago - 13 years 10 months ago #62268 by Daniel Harrington
[SOLVED] Backend not saving BUG JAVA incompatible? was created by Daniel Harrington
Hey all,

I'm having a big issue with the backend of K2. Accessing the parameters works fine, but the onclick event of the save button isn't working.

On a possibly related note, I can't modify user settings in K2 either - not helpful when I want to promote someone to a blogger!

Has anyone heard of any similar issues?

Running J!1.5, K2, jomsocial with Rockettheme Tachyon template.

Please Log in or Create an account to join the conversation.

More
13 years 10 months ago #62269 by william white
Replied by william white on topic Re: Backend not saving! BUG? JAVA incompatible? Help!
I remember something about noconflict mode with javascript. take a look in the old forum community.getk2.org, it may still be there

Please Log in or Create an account to join the conversation.

  • Daniel Harrington
  • Daniel Harrington's Avatar Topic Author
  • Offline
  • New Member
More
13 years 10 months ago #62270 by Daniel Harrington
Replied by Daniel Harrington on topic Re: Backend not saving! BUG? JAVA incompatible? Help!
Thanks William, I'll check it out. :)

Please Log in or Create an account to join the conversation.

  • Daniel Harrington
  • Daniel Harrington's Avatar Topic Author
  • Offline
  • New Member
More
13 years 10 months ago - 13 years 10 months ago #62271 by Daniel Harrington
Replied by Daniel Harrington on topic Re: Backend not saving! BUG? JAVA incompatible? Help!
So I checked it out - seems the noConflict mode is already set - so no luck on that front. The specific error that I'm getting across all (non-working) pages is as follows:

Message: Object doesn't support this property or method
Line: 444
Char: 3
Code: 0
URI: www.myamn.com.au/media/k2/assets/js/k2.js?v=252

The following area is the culprit:

// If we are in Joomla! 1.5 define the functions for validation
if (typeof(Joomla) === 'undefined') {
var Joomla = {};
Joomla.submitbutton = function(pressbutton){
submitform(pressbutton);
}
function submitbutton(pressbutton) {
Joomla.submitbutton(pressbutton);
}
}

I've had a dig for info on what may be causing the conflict - Still no dice though.
Anyone?

Please Log in or Create an account to join the conversation.

  • Daniel Harrington
  • Daniel Harrington's Avatar Topic Author
  • Offline
  • New Member
More
13 years 10 months ago #62272 by Daniel Harrington
Replied by Daniel Harrington on topic Re: Backend not saving! BUG? JAVA incompatible? Help!
-= SOLVED =-

Looks like the Jomsocial update plugin was killing the K2 Javascript. Unfortunate, as these two play so nicely together otherwise.

Thanks Brat - your post saved me.
getk2.org/community/New-to-K2-Ask-here-first%21/1993-K2-Parameters-Save-Fail---Probable-Cause#1993

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum