forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: westonjeff on December 31, 2010, 09:54:37 pm

Title: Theme not being loaded . . . all was fine until a config revision?
Post by: westonjeff on December 31, 2010, 09:54:37 pm
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.
Title: Re: Theme not being loaded . . . all was fine until a config revision?
Post by: phill104 on December 31, 2010, 09:57:01 pm
Please check that your themes directory is present and contains all the files. It looks like they are missing.
Title: Re: Theme not being loaded . . . all was fine until a config revision?
Post by: westonjeff on December 31, 2010, 10:01:17 pm
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

Title: SOLVED . . . I think. re: Theme not being loaded . . .
Post by: westonjeff on December 31, 2010, 10:37:35 pm
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.
Title: Re: Theme not being loaded . . . all was fine until a config revision?
Post by: Αndré on January 03, 2011, 09:16:18 am
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.
Title: Re: Theme not being loaded . . . all was fine until a config revision?
Post by: westonjeff on January 03, 2011, 12:35:44 pm
yup -- attached.
Title: Re: Theme not being loaded . . . all was fine until a config revision?
Post by: Αndré on January 03, 2011, 12:40:20 pm
Theme works as expected on my testbed. So I guess it's a permission issue or something like that.
Title: Re: Theme not being loaded . . . all was fine until a config revision?
Post by: westonjeff on January 03, 2011, 01:09:21 pm
Thanks for the effort!
Title: Re: Theme not being loaded . . . all was fine until a config revision?
Post by: phill104 on January 03, 2011, 06:25:55 pm
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.
Title: Re: Theme not being loaded . . . all was fine until a config revision?
Post by: westonjeff on January 03, 2011, 10:58:17 pm
Shall do -- thanks!