Not Solved need help folder permissions
#1
Not Solved
i need a second look from a admin on my folder perms i am sure everything is write

but install stills says setting cache and config are not write able i tried this dont know where my error is 

https://docs.mybb.com/1.8/administration...rmissions/


i dont have cpanel or any control panel on my server everything done on my server is Linux commands
Reply
#2
Not Solved
i followed install steps and permissions but 
  • The configuration file (inc/config.php) is not writable. Please adjust the chmod permissions to allow it to be written to.

  • The cache directory (cache/) is not writable. Please adjust the chmod permissions to allow it to be written to.
i have correct perms but still not working

http://69.4.91.92/forum1/install/index.php
Reply
#3
Not Solved
bro see go on your forum by ftp then delete two folders with name config.php and settings.php inside inc folder then manually make the two files inside inc folder:
inc/settings.php
inc/config.php
give the files chmod 666 Smile
Reply
#4
Not Solved
(2017-06-02, 02:31 PM)Mr.Kurd Wrote: bro see go on your forum by ftp then delete two folders with name config.php and settings.php inside inc folder then manually make the two files inside inc folder:
inc/settings.php
inc/config.php
give the files chmod 666 Smile

still did not work
Reply
#5
Not Solved
Can you send me ftp informations on PM?!
Reply
#6
Not Solved
Use chown to set the correct user and group.
No longer involved in the MyBB project.
Reply
#7
Not Solved
do as Nathan said.

as an example for the inc/config.php file, you could run this command on a *nix system where user is the username you want to own the file and group is the group that should own the file:

sudo chown user:group inc/config.php

or if you're inside of /inc:

sudo chown user:group config.php
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)