Page 1 of 1

[SOLVED] TinyMCE Session vars empty in source

Posted: Sun Jan 17, 2010 2:02 pm
by Stringfellow
Hi, in my source, I get a "" just before the tag.

What is causing this? Below is my -section from my template.

(I tried the analytics-tag to get rid of this problem, didn't work.)

Code: Select all

<head>

<title>{title} - Underkläder, badmode och nattplagg</title>
{metadata}
<link rel="icon" type="image/gif" href="uploads/images/icon.gif" />
{stylesheet}
{cms_selflink dir="start" rellink=1}
{literal}
<__script__ type="text/javascript" src="uploads/File/jquery-1.2.6.min.js"></__script>
<__script__ src="uploads/File/slideshow.js" type="text/javascript"></__script>
{/literal}
{analitics urchin="UA-5787698-2"}
</head>


Solved? In global settings turn "Front End WYSIWYG" off and everything seems to work fine.

Re: TinyMCE Session vars empty in source

Posted: Sun Jan 17, 2010 8:53 pm
by Dr.CSS
Good chance it is in the index.php file in the root of site, look thru it...

Re: TinyMCE Session vars empty in source

Posted: Mon Jan 18, 2010 6:30 am
by Stringfellow
Fixed it when i found the code in the file"TinyMCE.module.php" under modules/TinyMCE.

I deleted it and uploaded the version from the latest CMSMS release and the problem is gone.

Edit; Sorry, the problem is'nt fixed. When I tested TinyMCE the module was non-working. I reinstalled it and then the "Session Vars Empty"-problem got back.

Any ideas?