[SOLVED] TinyMCE Session vars empty in source

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Stringfellow
Forum Members
Forum Members
Posts: 26
Joined: Wed Mar 29, 2006 4:08 pm

[SOLVED] TinyMCE Session vars empty in source

Post 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.
Last edited by Stringfellow on Mon Jan 18, 2010 11:14 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: TinyMCE Session vars empty in source

Post by Dr.CSS »

Good chance it is in the index.php file in the root of site, look thru it...
Stringfellow
Forum Members
Forum Members
Posts: 26
Joined: Wed Mar 29, 2006 4:08 pm

Re: TinyMCE Session vars empty in source

Post 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?
Last edited by Stringfellow on Mon Jan 18, 2010 6:38 am, edited 1 time in total.
Post Reply

Return to “CMSMS Core”