coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: felo on April 20, 2008, 11:41:12 PM

Title: Problem with theme
Post by: felo on April 20, 2008, 11:41:12 PM
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 :)
Title: Re: Problem with theme
Post by: Nibbler on April 20, 2008, 11:42:38 PM
http://forum.coppermine-gallery.net/index.php/topic,51882.0.html
http://forum.coppermine-gallery.net/index.php/topic,51927.0.html
Title: Re: Problem with theme
Post by: hex1a4 on April 24, 2008, 07:57:38 PM
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.
Title: Re: Problem with theme
Post by: Nibbler on April 24, 2008, 08:19:24 PM
It's more complicated than that. On some server setups 777 is required.