Hi,
I am facing following error while installing cmsms.
Not Acceptable
An appropriate representation of the requested resource /~workcraf/install/index.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Please suggest what can be done. I have tried reinstalling of the cmsms 1.11.4 but still no success.
Please suggest what should be done ASAP.
Regards,
Anisha
CMSMS Installation error
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: CMSMS Installation error
did you check with FTP if /~workcraf/install/index.php really is there? On some systems you have to upload your cms in the public_html folder.
Re: CMSMS Installation error
hi,
ya the file is there.
ya the file is there.
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: CMSMS Installation error
I found this solution http://ventraip.com.au/forums/index.php ... msms-help/
Re: CMSMS Installation error
Still the issue has not been resolved, after adding the code in htaccess which mention in the url.
Re: CMSMS Installation error
I'd try a simple html file, upload it to the ~workcraf directory and check whether that file is available via browser.
If so, I'd post a lot more information, like the contents of the .htaccess file, maybe an url, everything you already tried yourself, what hosting company etc.
If html file is not browsable, this is not a cmsms issue.
I'd suspect that you uploaded the files in the wrong directory OR you try the wrong url (what about the ~workcraf directory name?)
If so, I'd post a lot more information, like the contents of the .htaccess file, maybe an url, everything you already tried yourself, what hosting company etc.
If html file is not browsable, this is not a cmsms issue.
I'd suspect that you uploaded the files in the wrong directory OR you try the wrong url (what about the ~workcraf directory name?)
Re: CMSMS Installation error
I had upload sample php file into the root dir. and which is executing well. But i am still unable to understand that why the server say that could not found install/index.php which is already there.
Re: CMSMS Installation error
Probably because the file isn't there.
I would expect it to search for '/install/index.php' instead of '/~workcraf/install/index.php'
I assume that the '~workcraf' part should not be part of the url.
I recall that I once had a similar issue (a while ago) while trying to install on a subdomain. I usually do that while developing a website untill it's approved. Finally gave up and installed in www-domain.
I would expect it to search for '/install/index.php' instead of '/~workcraf/install/index.php'
I assume that the '~workcraf' part should not be part of the url.
I recall that I once had a similar issue (a while ago) while trying to install on a subdomain. I usually do that while developing a website untill it's approved. Finally gave up and installed in www-domain.
Re: CMSMS Installation error
Make sure you don't have any htaccess file in that folder when running install/index.php...