Tinymce problem

Permalink
Hi
I am new to concrete5. Installation went perfectly,however, I do seem to have a problem trying to edit content on any page. I tried three different browsers IE, Chrome, and Firefox. None of them seem to bring up the tinymce editor.

Is there a css clash or something that is preventing tiny mce starting up? Can someone please describe how they fixed this situation by editing css manually.

Thanks in advance
Thomas

 
GrandM1961 replied on at Permalink Reply
Did you perhaps install the concrete5 in the root folder of your server? If you did you should put it into a new folder and install it from there and all will work.
razorfrog replied on at Permalink Reply
razorfrog
I have the same problem installed in root or in a subfolder. Firefox JS console shows:

Error: _gat is not defined
Error: tinyMCE is not defined
Mnkras replied on at Permalink Reply
Mnkras
are all details in the configs/site.php right?
razorfrog replied on at Permalink Reply
razorfrog
Pretty sure. What would be a relevant setting?
aseideman replied on at Permalink Reply
same issue, any help would be great. Install was via a tool called simple scripts provided by my host.
harunkaraman replied on at Permalink Reply
harunkaraman
Simple script is pretty dummy, keeps on asking to upgrade it, once agreed, failed on the way for a site. I had to restore everything back again.

I would not recommend to install it with it.

In addition, the paths in the site.php should be properly set. This is the only problem you can have.

Make sure, you put or not put (not sure) slash at the end of the domain path, and also another one below to define sub-folder. If no sub-folder leave it empty.

Harun Karaman
http://www.kordil.com
kstrange replied on at Permalink Reply
kstrange
That would be no slash - I took the hit for the good of the group. :-)

Proper syntax in site.php is:
define('BASE_URL', 'http://www.myname.com');
kstrange replied on at Permalink Reply
kstrange
That would be no slash - I took the hit for the good of the group. :-)

Proper syntax in site.php is:
define('BASE_URL', 'http://www.myname.com');