Quote:
Originally Posted by da420
I have done everything but set 777 permisions or whatever, and I have set the admin group to be able to use and see the gallery. But I don't even know how or where to access it. Wouldn't it be on the navbar, but it's not???
|
Setting 777 can be done either through your FTP client (usually right click -> properties, at least it is in WS_FTP), or via shell.
If you have shell access, the quickest way is to go to the folder above the folder you're trying to change and type:
chmod -R 777 /nameofthefolder
HTH.