Yesterday some PHP files on my website were chmoded to 777 (no idea why,) and I had to change them back to 644, except for the folders that are supposed to be 777, of course.
Anyway, every time I access my gallery, it looks like it had no CSS whatsoever. White background, Times New Roman, blue links, etc. Also, the head image appears as it wasn't there, with the little red cross, and I am mostly sure that it's correctly placed. (Please notice my gallery worked perfectly fine 2 days ago)
As if that wasn't enough, there is only ONE thumbnail showing up. No matter what album you click on, you'll only see 1 thumbnail.
What confuses me the most, is that everything seems to be fine on my FTP and configuration. I am begging for help. My gallery is located here: http://www.belanova.org/galeria
Thanks in advance :)
http://forum.coppermine-gallery.net/index.php/topic,51882.0.html
http://forum.coppermine-gallery.net/index.php/topic,51927.0.html
DO NOT set directory permissions to 777. This gives the whole world full access to the directories instead of just read. Change them to 755 instead. 7 gives read, write, execute permissions and 5 gives read, execute. So...755 will give you full access but only read and execute to group and world.
It's more complicated than that. On some server setups 777 is required.