Jump to content
MakeWebGames

Recommended Posts

Posted

hey as i cant get it working on a sub domain i got a problem i am with godaddy but for some odd known reason it won't read the files here the image for it help please the permissions are set by defult[ATTACH=CONFIG]1257[/ATTACH]

523788479_installhelp.thumb.jpg.1096fe1e785aa717fa2b6ad09647d3e1.jpg

Posted

Well installing on a subdomain is the same as installing on a non subdomain (whatever the term is).

Now on to your error, it is exactly as it says. Your root directory is not writable. I don't know what software you use like FTP program but you need to change the chmod settings atleast during intial installation to maybe something like 775.

I think it mainly just needs to be config.php that needs to be writable since it writes in your db connection parameter for mysql and your cron code

Posted
Well installing on a subdomain is the same as installing on a non subdomain (whatever the term is).

Now on to your error, it is exactly as it says. Your root directory is not writable. I don't know what software you use like FTP program but you need to change the chmod settings atleast during intial installation to maybe something like 775.

I think it mainly just needs to be config.php that needs to be writable since it writes in your db connection parameter for mysql and your cron code

i use filezilla as it reccomended to use and what if i change all folders and files to 777 will that work

Posted
You could do that but its not reccomended that you make all your files writable but if you do during installation then make sure you change them back after words

i give it a shot

Posted
The "root" folder where you are placing the files/folders its the one that needs the permissions changed, not the other way around...

well this is go daddy we talking about and there structure kinda different

Via SSH;
chmod 777 <game_folder/>

Change <game_folder/> to the directory where you placed your files; probably public_html.

i not sure i follow yoy explain more detail please

Posted

Instead of transferring your files with a FTP, don't you just have your mccodes files in a zip file? If so, upload to -> public_html -> extract files -> All the files should now be in a folder called "Upload" -> open that up -> highlight all the files and copy them to your public_html root -> run installer.

Done...

Posted (edited)

You've had the instructions to your problem given very cleary. if you cannot follow them, i would reconsider if running a game is the right thing for you to be doing with the knowledge you currently have.

Edit:

after a quick (very quick) google search, i came across these instructions for you exact problem.

http://support.godaddy.com/help/article/6481/setting-directory-permissions-with-windows-hosting-accounts

http://support.godaddy.com/help/article/2535/setting-directory-permissions-with-linux-hosting-accounts

Edited by Hedge
Posted

Picture is a bit crap but open up your cpanel and look for perm it should have numbers next to it like 755

if you have your game in a folder make sure the folder is writable 755

[ATTACH=CONFIG]1258[/ATTACH]

permi.thumb.png.22f0917f554ce8241ab19ace89e85f2c.png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...