Justhost error solved

[an error occurred while processing this directive]     The solution to the error is simply change all folder permission to 755 and file to 644

Ensure the date display correctly in php

$expectedDate = strtotime($assignList['ExpectedDate']); $displayExpectedDate = date("F Y", $expectedDate);         Ensure that the strtotime() function is being used. Or unexpected result may happen.

Using sFTP to connect to openshift

Openshift uses Git to update files, however it will be handy to directly access files hosted on openshift through Filezilla(sFTP) the following information is needed to connect: Domain: SFTP://portal-sghomecare.rhcloud.com User…