Wysiwyg doesn't work... Damn

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
cowboy

Wysiwyg doesn't work... Damn

Post by cowboy »

I downloaded the latest version of CMS made simple, installed it on my server. Everything seems to be working fine. except for one thing. The wysiwyg editor is not working in the "Content management". When I click a page to edit, instead of wysiwyg editor a get a javascript error. Could someone please take a look why?
The site is located at:
http://www.shuffle.sk/test/cms2/admin/

login: admin/admin

Please help me. I'm desperate.

Thanx
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Wysiwyg doesn't work... Damn

Post by Ted »

This is too strange. It's working fine on my box, but most definatly not on yours. Did you use the .zip or the .tar.gz. What platform are you on? What's the javascript error (I'm not getting any error... it's just not working)?
Thijs

Wysiwyg doesn't work... Damn

Post by Thijs »

Was this 0.7rc1? In that case, you're right.

Either get the newest version from SVN or remove the 2 lines refering to "LinkManager" from admin/header.php. Or, even easier, wait for 0.7rc2. This will have WYSIWYG fixed (amongst others)
Thijs

Wysiwyg doesn't work... Damn

Post by Thijs »

To be more precise, remove:

HTMLArea.loadPlugin("LinkManager");
and
editor.registerPlugin(LinkManager);

This is a part of a new plugin, which will allow you to link directly to local files. Unfortunately, the plugin was not ready yet, but the invokation was :oops:
cowboy

thanx

Post by cowboy »

thanx a lot guys. it's working now. You really helped me out.
Locked

Return to “[locked] Installation, Setup and Upgrade”