Hello Forum!
Thanks for all your help.
I've got a problem with my install.
I recently moved between hosts and updated to 1.3.1. I thought all was well, but not so. The WYSIWYG editors are broken. FCKEditor gets an XML error when I browse for images (http://forum.cmsmadesimple.org/index.php/topic,22022.0.html) and TinyMCE won't work if I install it. Xinha editor won't download and install at all -- some kind of memory error.
I've gone to the FCKEditor site and there are a lot of entries regarding XML errors, (must be a common problem) read many of the threads there and here regarding these issues and tried the fixes recommended, no joy.
I have other installs of CMSMadeSimple I moved to this host that don't have any issues. I think one of the files in this install must have gotten corrupted in the move, but I can't tell which.
I think I need to backup everything, clear the host and start over.
I've read the install and upgrade guide here and I think I've got the basics down.
Anything else I need to know?
Host:
Linux
Apache
PHP Version is 4.4.3
MySQL Version 4.1.22
Thanks for any help you can give me....
Fixing unknown errors by re-installing
-
- Forum Members
- Posts: 36
- Joined: Sun Feb 12, 2006 10:42 pm
Fixing unknown errors by re-installing
"Contentment is a quality best suited for cows - not cowboys" -- Jimmy Buffet
Re: Fixing unknown errors by re-installing
If you would like to get TinyMCE to work you could try the next thing:
In the TinyMCE directory there's a file named 'tinyconfig.php'. In this file you have a line:
Replace this line with:
I have found this solution somewhere on the forum but lost the topic... Let me know if this worked for you
.
I have had the problem with FCKEditor aswell but don't know any solution for that.
In the TinyMCE directory there's a file named 'tinyconfig.php'. In this file you have a line:
Code: Select all
require $path . DIRECTORY_SEPARATOR . 'include.php';
Code: Select all
include_once '../../include.php';

I have had the problem with FCKEditor aswell but don't know any solution for that.
-
- Forum Members
- Posts: 36
- Joined: Sun Feb 12, 2006 10:42 pm
Re: Fixing unknown errors by re-installing
Thanks RVTV,
I tried your fix, but no joy.
I think I'm in for the hard solution.
Peace
I tried your fix, but no joy.
I think I'm in for the hard solution.
Peace
"Contentment is a quality best suited for cows - not cowboys" -- Jimmy Buffet