Posts: 2
Threads: 1
Joined: May 2015
AS this cms is called get-simple I had thought it would be easy to set up without specialist knowledge. However on the first page it says:
"4. You may also need to recursively CHMOD the folder /data/ to 755 if your host doesn't set it implicitly. "
What does this mean, what and where is CHMOD and how do I recursively CHMOD the folder?
I have a Bluehost account.
Thanks
Denishttp://get-simple.info/forums/images/smilies/huh.gif
Posts: 6,266
Threads: 181
Joined: Sep 2011
Are you having problems installing or saving pages?
Does your install throw any errors?
Posts: 2
Threads: 1
Joined: May 2015
(2015-05-01, 22:44:39)shawn_a Wrote: Are you having problems installing or saving pages?
Does your install throw any errors?
I am not even at that stage yet. I am struggling to understand even how to get started!
Posts: 6,266
Threads: 181
Joined: Sep 2011
Posts: 30
Threads: 2
Joined: Mar 2015
2015-05-03, 10:23:30
(This post was last modified: 2015-05-03, 10:24:31 by simplycrazy.)
it is simple, but some knowledge of internet/web hosting terms and your host's control panel is implied, and necessary. chmod, what it is and how (and when) to perform the operation, would fall in that category (as would understanding this next line....)
for cpanel-based hosts that run php as your user account, it is usually easiest (and fastest) to extract and then rezip without a nested folder (zip the folders and files inside the extracted getsimple-ver folder) , locally, then upload and extract to the desired location on the server (usually public_html) using cpanel's web-based file manager.
Posts: 1,247
Threads: 82
Joined: Feb 2011
(2015-05-03, 10:23:30)simplycrazy Wrote: for cpanel-based hosts that run php as your user account, it is usually easiest (and fastest) to extract and then rezip without a nested folder (zip the folders and files inside the extracted getsimple-ver folder) , locally, then upload and extract to the desired location on the server (usually public_html) using cpanel's web-based file manager.
It's best to
not use cpanel and use a ftp program instead. Because some plugins (I18n Gallery, etc.) have their file + folder permissions set to 777. If you upload and unzip that will not change. While copying via ftp, ftp software changes the permissions to correct permission setting (if configured correctly).
Posts: 6,266
Threads: 181
Joined: Sep 2011
cpanel user usually doesnt match your web user also.
ftp is always preferred
chmod "May" be needed if you have issues.
chmod is not a getsimple related instruction it is a host permissions.
google ftp chmod , most fpt clients can do it if you have perms.
also there is a chmod script in the forums someone wrote.