Problem with theme Problem with theme
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Problem with theme

Started by felo, April 20, 2008, 11:41:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

felo

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 :)


hex1a4

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.

Nibbler

It's more complicated than that. On some server setups 777 is required.