I have a live example of my website where ape does not work on one page, but it works on another page in the same domain, with the same config.
This is the live example : http://dev.bidcutter.com/online_live_auctions/live_lots/4/auction:test Error: Error: Permission denied to access property "APE" if (!iframe.contentWindow.APE) setTimeout(iframe.onload, 100);//Sometimes IE fir... APE js config: APE.Config.baseUrl = 'http://dev.bidcutter.com/js/'; //APE JSF APE.Config.domain = 'dev.bidcutter.com'; APE.Config.server = 'ape.dev.bidcutter.com:6969'; //APE server URL Ape Server config: Server { port = 6969 daemon = yes ip_listen = 50.63.174.60 domain = auto rlimit_nofile = 10000 pid_file = /var/run/aped.pid } my dns records are correct, everything works on a page on the same domain (but you have to be logged into to view the live example page). One thing i noticed is that it doesn't download the needed js files, but i am not sure why? Any ideas??? -- -- 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.
