Page 1 of 1

Can't add content

Posted: Tue Oct 03, 2006 10:32 am
by ianblackford
Hi,

I hope you can help, I have just installed on a development hosting package I have and it all seems to work except I can't add or edit my content, it seems that FCKEditor isn't working.

The hosting package I'm using didn't by default have PHP enabled, I had to enable it via the .htaccess file, this is what I have:

- - - - - - - - - - - -

# Cause the PHP interpreter to handle files with a .php extension.
AddType application/x-httpd-php .html
AddType application/x-httpd-php .php
AddType application/x-httpd-php .htm

# Add index.php to the list of files that will be served as directory
# indexes.
DirectoryIndex index.html
DirectoryIndex index.php
DirectoryIndex index.htm

- - - - - - - - - - - -

Could it be that there is a setting in the PHP setup that's wrong? I've uploaded CMSMS to my main hosting account and it's all fine there so I don't think I'm missing any of the install.

All help and advice greatly appreciated.


Ian

Re: Can't add content

Posted: Tue Oct 03, 2006 11:23 am
by Piratos
There is something wrong in the ebserver configuration.

must be something like this in httpd.conf:

Code: Select all

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
    DirectoryIndex index.php index.php4 index.php3 index.cgi index.pl index.html index.htm index.shtml index.phtml
</IfModule>

Re: Can't add content

Posted: Tue Oct 03, 2006 11:32 am
by ianblackford
Hmmmmmm, I thought the PHP set up might not be correct.

Can I disable FCKEditor and get around the problem? I don't think the hosting company will let em go any further with enabling PHP.


Thanks


Ian

Re: Can't add content

Posted: Tue Oct 03, 2006 3:58 pm
by Piratos
I think your provider must do something - i don't believe you can change anything by yourself.

Re: Can't add content

Posted: Tue Oct 03, 2006 4:11 pm
by ianblackford
Sorry no, I meant can I turn off FCKEditor within CMSMS?

Thanks for the help btw


Ian

Re: Can't add content

Posted: Tue Oct 03, 2006 7:19 pm
by Piratos
My Preferences  -> User Preferences  Choose None