| Author |
Message |
wishmaster22
|
Posted: 3 Feb 2006 09:45:47
I am looking for all chmod settings for all files. I am still having problems.
right now have skalinks dir 777
skalinks_include 777
cache 777
compile 777
link exchange scripts 777
all other folders are 755
all other files are 644
Is this correct?
|
skalinks Admin
|
Posted: 7 Feb 2006 03:56:44
It's all right, except skalinks_include 777, it must be 755 here. What problem do you have?
|
Anonymous
|
Posted: 7 Feb 2006 08:19:42
I changed skalinks_include to 755 and the problem that I am getting is that
Because of safe mode implementation my host has to change ownership for any new category that I create. After this is done each new directory takes you to an empty dir. There are no index, error log, or listings.php files being created. Does anyone know what I am suppose to do after the host changes ownership?
I cannot change host at present. I have some categories that the host changed ownership and they work fine. They have index,error log , and listings.php. Why do these work and the neww ones that were recently added and ownership changed ; do not?
|
skalinks Admin
|
Posted: 10 Feb 2006 05:48:54
Open file Skalinks.class.php in Skalinks_include folder and find the function mkdir() and replace the second argument of this function "0755" with "0777".
|
Anonymous
|
Posted: 28 Feb 2006 20:31:29
Posted: 10 Feb 2006 05:48:54
Quote
Open file Skalinks.class.php in Skalinks_include folder and find the function mkdir() and replace the second argument of this function "0755" with "0777".
I searched through the skalinks.class.php and could not find this function, do know what line it is on?
|
skalinks Admin
|
Posted: 28 Feb 2006 21:14:50
You can find this function on line 292.
|