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
Can't add content
Re: Can't add content
There is something wrong in the ebserver configuration.
must be something like this in httpd.conf:
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
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
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
I think your provider must do something - i don't believe you can change anything by yourself.
Re: Can't add content
Sorry no, I meant can I turn off FCKEditor within CMSMS?
Thanks for the help btw
Ian
Thanks for the help btw
Ian