The install instructions have a couple problems.
Step 4
> 4. chmod 755 /templates, /templates_c, /backup, /avatar/user_uploaded,
> config2.php, /libs/dbconnect.php and /libs/options.php
/avatar/user_uploaded is /avatars/user_uploaded
I would also suggest dropping the commas and adding ./ to the to the directories. instead of just / for safety sake... It also makes it easy to cut-n-paste.
Step 5 should either be or included (I didn't check config.php before the change)
chmod 777 ./libs/dbconnect.php
Without that in step 7 it reports that file isn't writeable.
"../libs/dbconnect.php is writable: No"
Step 8 corrects the permissions on libs/dbconnect.php so it must have been a slip.
Thanks!
Jason



Reply With Quote




