testing latest arrowchat version with elgg 1.12.6 = errors
PostPosted: 05 Jan 2016, 13:05
greetings!
i am testings arrowchat on my development version of my elgg website and for a moment it looked like arrowchat was working fine. however, i now see that the chat bar is only rendered for a split second and then disappears.
there are 2 errors in the firefox console log:
i have ensured that i am using the same versions of jquery and jquery-ui in elgg as the arrowchat installation notes suggest to use.
anyone know what this issue is caused by?
i'd appreciate a swift response as i am using the 10 day free trial and obviously won't be able to properly trial the software if i can't get it to run correctly.
thanks
i am testings arrowchat on my development version of my elgg website and for a moment it looked like arrowchat was working fine. however, i now see that the chat bar is only rendered for a split second and then disappears.
there are 2 errors in the firefox console log:
- Code: Select all
Error: Mismatched anonymous define() module: function (e){function t(t,s){var n,a,o,r=t.nodeName.toLowerCase();return"area"===r?(n=t.parentNode,a=n.name,t.href&&a&&"map"===n.nodeName.toLowerCase()?(o=e("img[usemap='#"+a+"']")[0],!!o&&i(o)):!1):(/^(input|select|textarea|button|object)$/.test(r)?!t.disabled:"a"===r?t.href||s:s)&&i(t)}function i(t){return e.expr.filters.visible(t)&&!e(t).parents().addBack().filter(function(){return"hidden"===e.css(this,"visibility")}).length}function s(e){for(var t,i;e.length&&e[0]!==document;){if(t=e.css("position"),("absolute"===t||"relative"===t||"fixed"===t)&&(i=parseInt(e.css("zIndex"),10),!isNaN(i)&&0!==i))return i;e=e.parent()}return 0}function n(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialo
require.min.js:8:252
Error: Mismatched anonymous define() module: function ($){var pluses=/\+/g;function encode(s){return config.raw?s:encodeURIComponent(s);}
function decode(s){return config.raw?s:decodeURIComponent(s);}
function stringifyCookieValue(value){return encode(config.json?JSON.stringify(value):String(value));}
function parseCookieValue(s){if(s.indexOf('"')===0){s=s.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,'\\');}
try{s=decodeURIComponent(s.replace(pluses,' '));return config.json?JSON.parse(s):s;}catch(e){}}
function read(s,converter){var value=config.raw?s:parseCookieValue(s);return $.isFunction(converter)?converter(value):value;}
var config=$.cookie=function(key,value,options){if(value!==undefined&&!$.isFunction(value)){options=$.extend({},config.defaults,options);if(typeof options.expires==='number'){var days=options.expires,t=options.expires=new Date();t.setDate(t.getDate()+days);}
return(document.cookie=[encode(key),'=',stringifyCookieValue(value),options.expires?'; expires='+options.expires.toUTCString():'',options.path?'; path='+options.path:'',options.domain?'; domain='+options.domain:'',options.secure?'; secure':''].join(''));}
var result=key?undefined:{};var cookies=document.cookie?document.cookie.split('; '):[];for(var i=0,l=cookies.length;i<l;i++){var parts=cookies[i].split('=');var name=decode(parts.shift());var cookie=parts.join('=');if(key&&key===name){result=read(cookie,value);break;}
if(!key&&(cookie=read(cookie))!==undefined){result[name]=cookie;}}
return result;};config.defaults={};$.removeCookie=function(key,options){if($.cookie(key)===undefined){return false;}
$.cookie(key,'',$.extend({},options,{expires:-1}));return!$.cookie(key);};}
http://requirejs.org/docs/errors.html#mismatch
i have ensured that i am using the same versions of jquery and jquery-ui in elgg as the arrowchat installation notes suggest to use.
anyone know what this issue is caused by?
i'd appreciate a swift response as i am using the 10 day free trial and obviously won't be able to properly trial the software if i can't get it to run correctly.
thanks