Fixing unknown errors by re-installing

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
okparrothead
Forum Members
Forum Members
Posts: 36
Joined: Sun Feb 12, 2006 10:42 pm

Fixing unknown errors by re-installing

Post by okparrothead »

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....
"Contentment is a quality best suited for cows - not cowboys" -- Jimmy Buffet
rvdv
Forum Members
Forum Members
Posts: 62
Joined: Wed Oct 31, 2007 2:16 pm

Re: Fixing unknown errors by re-installing

Post by rvdv »

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:

Code: Select all

require $path . DIRECTORY_SEPARATOR . 'include.php';
Replace this line with:

Code: Select all

include_once '../../include.php';
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.
okparrothead
Forum Members
Forum Members
Posts: 36
Joined: Sun Feb 12, 2006 10:42 pm

Re: Fixing unknown errors by re-installing

Post by okparrothead »

Thanks RVTV,

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
Post Reply

Return to “CMSMS Core”