On 27 Aug., 09:35, marie_dk <[email protected]> wrote: > I am trying to connect to MySQL, mainly to determine if APE is build > with MySQL support or not. > > I have followed this > example:http://www.ape-project.org/wiki/index.php/Serverside_js_module_using_... > > In the Demo dir, I have created the folder 'Database' and in this > folder a file called demo.html with this content: > [...] > > This is the output to firebug: > > + element is null > element.appendChild(context);\n mootools-core.js > (1712) >
Problem solved... I placed the client javascript in the <head></head> section - that is wrong. It must be placed between <body> and </body>. Solution inspired by: http://mifjs.net/forum/topic/206/ /marie_dk -- 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/
