Page 1 of 1

Fixing unknown errors by re-installing

Posted: Tue Jul 15, 2008 8:19 pm
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....

Re: Fixing unknown errors by re-installing

Posted: Wed Jul 16, 2008 2:10 pm
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.

Re: Fixing unknown errors by re-installing

Posted: Wed Jul 16, 2008 2:56 pm
by okparrothead
Thanks RVTV,

I tried your fix, but no joy.

I think I'm in for the hard solution.

Peace