Jump to content

Recommended Posts

Posted

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

Posted

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

  • 2 weeks later...
Posted (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 by zacharyw

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...