suphp restriction of 666
« on: January 15, 2016, 11:54:26 PM »
i need files saved as 644 or the script will not work. need you to email me the file with 644 please  :police:
Re: suphp restriction of 666
« Reply #1 on: January 16, 2016, 06:52:37 AM »
Hello,

you can use 644 permissions as long as the process running the php script (generator) has permissions to write to those files (i.e. it should be the owner of the file)
Re: suphp restriction of 666
« Reply #2 on: January 16, 2016, 02:38:56 PM »
the script is writing 666  :-\ it wont work that way
Re: suphp restriction of 666
« Reply #3 on: January 18, 2016, 04:01:29 AM »
Hello,

in this case you can try to run it in command line via ssh instead of the browser.