14
The server is Apache. I couldn't edit because, as Ghia pointed out, it was owned by "Nobody" It is edited now. To summarise my outstanding issues:
1: I have edited xoops_editorlist_http%3A%2F%2Fwww_wonderfish_com_au.php so it contains this:
1306342176
return array (
'dhtmlext' =>
array (
'title' => 'Extended DHTML Form',
'nohtml' => 1,
),
'dhtmltextarea' =>
array (
'title' => 'DHTML Form with xCode',
'nohtml' => 1,
),
'textarea' =>
array (
'title' => 'Plain Text',
'nohtml' => 1,
),
'ckeditor' =>
array (
'title' => 'CK Editor',
'nohtml' => 1,
),
'fckeditor' =>
array (
'title' => 'WYSIWYG FCKeditor',
'nohtml' => NULL,
),
'FCKeditor' =>
array (
'title' => 'WYSIWYG FCKeditor',
'nohtml' => NULL,
),
'koivi' =>
array (
'title' => 'Koivi WYSIWYG Editor',
'nohtml' => NULL,
),
'tinymce' =>
array (
'title' => 'TinyMCE',
'nohtml' => 1,
),
);
TinyMCE and CKEditor still do not appear in the Editor drop-down for the News module. I have updated the module and cleared the cache.
I would really like to use TinyMCE in News.
I still have diagnostics telling me when I go to the Admin screen that there is something wrong with where I have the xoops_data and trust_path directories. It looks like:
WARNING: Folder /home/public_html/trustpath_dir1/dir2 is inside DocumentRoot!
For security considerations it is highly suggested to move it out of DocumentRoot.
WARNING: Folder /home/public_html/Dir1/xoops_data is inside DocumentRoot!
For security considerations it is highly suggested to move it out of DocumentRoot.
Where do I need to put them to be considered out of "DocumentRoot"?
Other than these issues, it seems pretty good....
TIA for any help,
Tim