[Solved] Installation Problem on hosting server

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.
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: Installation Problem on hosting server

Post 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...
makhatri
Forum Members
Forum Members
Posts: 31
Joined: Sun Jul 14, 2013 11:02 am

Re: Installation Problem on hosting server

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

Code: Select all

Directory myDir can not created
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
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1974
Joined: Mon Jan 29, 2007 4:47 pm

Re: Installation Problem on hosting server

Post 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/
"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!
makhatri
Forum Members
Forum Members
Posts: 31
Joined: Sun Jul 14, 2013 11:02 am

Re: Installation Problem on hosting server

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

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