Can't add content

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
ianblackford

Can't add content

Post 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
Piratos

Re: Can't add content

Post 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>
ianblackford

Re: Can't add content

Post 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
Piratos

Re: Can't add content

Post by Piratos »

I think your provider must do something - i don't believe you can change anything by yourself.
ianblackford

Re: Can't add content

Post by ianblackford »

Sorry no, I meant can I turn off FCKEditor within CMSMS?

Thanks for the help btw


Ian
Piratos

Re: Can't add content

Post by Piratos »

My Preferences  -> User Preferences  Choose None
Locked

Return to “[locked] Installation, Setup and Upgrade”