so....... how do i fix this? Config.js:
/*** * APE JSF Setup */ APE.Config.baseUrl = 'http://ape.pentacore.se/APE_JSF'; //APE JSF APE.Config.domain = 'pentacore.se'; APE.Config.server = 'ape.pentacore.se:6969'; //APE server URL (function(){ for (var i = 0; i < arguments.length; i++) APE.Config.scripts.push(APE.Config.baseUrl + '/Source/' + arguments[i] + '.js'); })('mootools-core', 'Core/APE', 'Core/Events', 'Core/Core', 'Pipe/Pipe', 'Pipe/PipeProxy', 'Pipe/PipeMulti', 'Pipe/PipeSingle', 'Request/Request','Request/Request.Stack', 'Request/Request.CycledStack', 'Transport/Transport.longPolling','Transport/Transport.SSE', 'Transport/Transport.XHRStreaming', 'Transport/Transport.JSONP', 'Transport/Transport.WebSocket', 'Core/Utility', 'Core/JSON'); Debug output: Running test : Init Running test : Loading Client Running test : Loading config Config values are : identifier : ape init : true frequency : 0 scripts : http://local.ape-project.org/APE_JSF/Source/mootools-core.js,http://local.ape-project.org/APE_JSF/Source/Core/APE.js,http://local.ape-project.org/APE_JSF/Source/Core/Events.js,http://local.ape-project.org/APE_JSF/Source/Core/Core.js,http://local.ape-project.org/APE_JSF/Source/Pipe/Pipe.js,http://local.ape-project.org/APE_JSF/Source/Pipe/PipeProxy.js,http://local.ape-project.org/APE_JSF/Source/Pipe/PipeMulti.js,http://local.ape-project.org/APE_JSF/Source/Pipe/PipeSingle.js,http://local.ape-project.org/APE_JSF/Source/Request/Request.js,http://local.ape-project.org/APE_JSF/Source/Request/Request.Stack.js,http://local.ape-project.org/APE_JSF/Source/Request/Request.CycledStack.js,http://local.ape-project.org/APE_JSF/Source/Transport/Transport.longPolling.js,http://local.ape-project.org/APE_JSF/Source/Transport/Transport.SSE.js,http://local.ape-project.org/APE_JSF/Source/Transport/Transport.XHRStreaming.js,http://local.ape-project.org/APE_JSF/Source/Transport/Transport.JSONP.js,http://local.ape-project.org/APE_JSF/Source/Transport/Transport.WebSocket.js,http://local.ape-project.org/APE_JSF/Source/Core/Utility.js,http://local.ape-project.org/APE_JSF/Source/Core/JSON.js baseUrl : http://local.ape-project.org/APE_JSF domain : ape-project.org server : ape.local.ape-project.org:6969 Running test : Setting document.domain Can't set document.domain please check APE.Config.domain value it should be ape.pentacore.se Something went wrong. If you can't fix it by yourself post a message on the newsgroups <http://groups.google.com/group/ape-project/> with the output below or join our IRC channel <irc://irc.freenode.net/ape-project> -- -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/ --- You received this message because you are subscribed to the Google Groups "APE Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
