Page 2 of 2
Re: Installation Problem on hosting server
Posted: Tue Aug 27, 2013 11:37 am
by velden
To be honest, I think I would search another hosting provider. You have an unsupported environment at the moment. Who knows what problems may arise after the installation is succesful...
Re: Installation Problem on hosting server
Posted: Tue Aug 27, 2013 5:30 pm
by makhatri
This is not the case, I am not in unsupported environment. They are trying to resolve this issue, but unfortunately they can not rectified the issue (or maybe I am not explaining them correctly).
I test to create directory by this code, I set
777 on tmp folder. And I place this script in tmp directory.
Code: Select all
<?php
$dir = 'myDir';
if ( !file_exists($dir) ) {
mkdir ($dir, 0777);
}
file_put_contents ($dir.'/test.txt', 'Hello File');
if ( !file_exists($dir) ) {
echo ("Directory $dir can not created");
}
else{
echo ("Directory $dir create successfully");
}
?>
When I run above script this message shows:
Code: Select all
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@codeetch.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
And when I set
755 on tmp folder and run the script it shows:
This is my first experience about web service providers, I will appreciate if somebody provide me the list of recommended economical web hosting provider which support CMSMS.
-MAK
Re: Installation Problem on hosting server
Posted: Tue Aug 27, 2013 6:41 pm
by Jo Morg
That clearly seems to be a misconfiguration of the server...
makhatri wrote:This is my first experience about web service providers, I will appreciate if somebody provide me the list of recommended economical web hosting provider which support CMSMS.
http://www.cmsmadesimple.org/partners/
Re: Installation Problem on hosting server
Posted: Mon Sep 30, 2013 1:14 pm
by makhatri
Conclusion:
All the installation problem has been solved by reset my account on hosting server. The problem in installation of CMSMS on server was due to misconfiguration.
Note: When account reset on server all the data will lost.
Thanks for your support.
-MAK