[Solved] Installation Problem on hosting server
Re: Installation Problem on hosting server
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
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.
When I run above script this message shows:
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
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");
}
?>
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.
Code: Select all
Directory myDir can not created
-MAK
Re: Installation Problem on hosting server
That clearly seems to be a misconfiguration of the server...
http://www.cmsmadesimple.org/partners/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.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Re: Installation Problem on hosting server
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
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