Advertisement:

Author Topic: Root directory is writable: installation problem  (Read 930 times)

jimliu

  • Newbie
  • *
  • Posts: 3
Root directory is writable: installation problem
« on: February 15, 2015, 09:07:16 am »
Hi There, searchweb

I read your solution below but it was not clear enough for me to follow. could you give a more clear instruction to solve this problem?
I dont have public-html folder and the cache folder in it so i created them and make both 777 of permission. i still have the same problem.
thank you
Jim

"You need chmod public_html folder become 777, unfortunetly it's can't be done by most shared hosting or own vps. The easy way, put one folder in public_html and chmod it become 777 and then install it. Then just cut and paste the whole script out from folder and put in public_html. Change the setting/config file and remove the folder name."

Aficionado

  • Guest
Re: Root directory is writable: installation problem
« Reply #1 on: February 15, 2015, 02:48:40 pm »
Not sure who you quote above and i would suggest people to STOP giving wrong information about security.

You need:

755 for folder

and

644 for files

and the root directory should be 750.


jimliu

  • Newbie
  • *
  • Posts: 3
Re: Root directory is writable: installation problem
« Reply #2 on: February 15, 2015, 07:09:00 pm »
here is the problem: when i try install 3.5.3, it says:
Root directory is writable X
what i do pls.

the info i quoted is on from this forum back in 2012

jimliu

  • Newbie
  • *
  • Posts: 3
Re: Root directory is writable: installation problem
« Reply #3 on: February 15, 2015, 07:12:11 pm »
here is the screen shot

Aficionado

  • Guest
Re: Root directory is writable: installation problem
« Reply #4 on: February 15, 2015, 07:32:11 pm »
Well, your hoster support maybe ?


dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: Root directory is writable: installation problem
« Reply #5 on: February 15, 2015, 07:58:26 pm »
You can temporarily change write permissions manually and revert them back after installation, when config.php is created.

Regards