Theme not being loaded . . . all was fine until a config revision? Theme not being loaded . . . all was fine until a config revision?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Theme not being loaded . . . all was fine until a config revision?

Started by westonjeff, December 31, 2010, 09:54:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

westonjeff

Looked around a bit and saw others with similar problem, but couldn't find solution:

New to Coppermine, but experienced in open source PHP apps.

Added new album, uploaded 20 some photos to it, all was fine.

Wanted to do a few "tweaks" on theme, so downloaded entire themes folder (but hadn't done anything to code yet).

Then took at look at the config file to speed the slideshow interval. Revised 5000 to 2500, submitted revision, and hence, the site no longer grabs the theme when rendering code.

URL = www.kurtsguiding.net/coppermine

If it would help, I would be happy to supply CSV of my config file (there's nothing confidential in there, right?).

Is there some type of "cache cleaner" that might need to be run?

Thanks in advance for any and all help / or pointers.

BTW -- the host is godaddy.com, but I can't see how they could be at fault.

phill104

Please check that your themes directory is present and contains all the files. It looks like they are missing.
It is a mistake to think you can solve any major problems just with potatoes.

westonjeff

Thanks for the quick reply . . . yes, directories are ghere.

http://www.kurtsguiding.net/coppermine/themes/classic/

I've added in index.php file in there as test.

The directories don't allow browsing


westonjeff

Revised "classic" to "eyeball" in the config file via phpMyAdmin and site seems to render fine.

Triee "water_drop" -- looks fine.

Switched back to "classic" -- it's hosed again.

Go figure . . . permissions look the same, etc. etc.

If anyone has ideas, otherwise, case closed.

Αndré

So you just downloaded your theme to your local machine and did not uploaded it to your server? Please attach your whole classic theme as zip file.

westonjeff


Αndré

Theme works as expected on my testbed. So I guess it's a permission issue or something like that.


phill104

Check the ownership of the classic folder. It may be that it is now owned by the ftp group and that group may not have the correct permissions.

Lookup chown via google.
It is a mistake to think you can solve any major problems just with potatoes.