AJAX MADE SIMPLE not loading on header
Posted: Wed Nov 19, 2008 4:54 pm
Hi I have installed AJAX MADE SIMPLE in a site, but it is not being loaded in the header, has anyone of you run into the same issue?
I am using polls and chat mods, locally in my linux box they run fine, but when uploading to the remote site it just won't load
CMSMS 1.4.1
AJAXMS 0.1.5
POLLS 0.2.0
CHAT 0.2.0
Am I missing something? should I set perms somewhere?
Am I missing a tag in my layout header, which BTW looks like this:
I got it working by manually adding {literal} SCRIPT LINK HERE {/literal}, but that's a hack.
Any Ideas are apreciated,
thanks a lot for reading this post.
G.
I am using polls and chat mods, locally in my linux box they run fine, but when uploading to the remote site it just won't load
CMSMS 1.4.1
AJAXMS 0.1.5
POLLS 0.2.0
CHAT 0.2.0
Am I missing something? should I set perms somewhere?
Am I missing a tag in my layout header, which BTW looks like this:
Code: Select all
{process_pagedata}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>{sitename} - {title}</title>
{metadata}
{stylesheet}
{literal}
<__script__ language="JavaScript" type="text/javascript" src="http://www.domain.com/modules/AjaxMadeSimple/ajaxmadesimple.js.php" ></__script>
{/literal}
</head>
Any Ideas are apreciated,
thanks a lot for reading this post.
G.