milindsp Posted April 26, 2019 Posted April 26, 2019 Hello, I am getting HTTP 500 error in my domain, I tried to run <?php phpinfo(); ?> Even this doesn't work. Can anyone please look into this? Thanks, Milind
yashrs Posted April 26, 2019 Posted April 26, 2019 Hi, There could be many reasons for this. Would you mind if I log into your account temporarily to check this for you? I will have to reset your account password temporarily for that. Thanks,Yash
milindsp Posted April 26, 2019 Author Posted April 26, 2019 Hey, I have no issue with that, thanks for looking into it.
yashrs Posted April 26, 2019 Posted April 26, 2019 (edited) Hi, You had some file/folder permission issues, all folders should have 0755 and all PHP files should have 0644, https://milindsp.heliohost.org/error.php https://milindsp.heliohost.org/b/phpinfo.php https://milindsp.heliohost.org/c/phpinfo.php All work now. Please reset your account password to get access back Regards,Yash Edited April 26, 2019 by yashrs 1
zacharyw Posted May 7, 2019 Posted May 7, 2019 (edited) I started working with PHP on Heliohost today and this turned out to be the exact and only barrier to getting my PHP scripts to run. My SFTP client, WinSCP, doesn't show file octal values but the alphabetic permissions set. Should anyone end up here and have to change permissions, 0755 is rwx rwx r-x and 0644 is rw- r-- r-- After more searching about the SFTP command line and the ability to changes files and folders recursively, I ended up using FileZilla. In the remote file pane, selecting file permissions from the context menu of a folder presents the option to change permissions recursively for folders only, files only, or all. Edited May 7, 2019 by zacharyw
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now