Debug info missing after theme change Debug info missing after theme change
 

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

Debug info missing after theme change

Started by irisheyes1, February 02, 2008, 06:21:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

irisheyes1

Hi,

I just changed the theme on my Coppermine to 'Thirteen' but now the debug info is missing, I just see this in the debug info part, then after it, there is nothing, how do I solve this?

(If you're going to request help on the coppermine support board, copy-and-paste this debug output into your posting when requested, along with the error message you get (if any). Make sure to replace any passwords from the query with *** before posting.
Note: This is for information only and does not mean there is an error with your gallery.)

Nibbler



Nibbler

You are using 1.4.10 - update.

That theme specifically sets the debug box to be very narrow. No idea why.


.debug_text {
        border: #BDBEBD;
        background-color: #EFEFEF;
        width : 0.85em;
        margin : 0px;
}


If you want it to be normal size just remove the width setting from themes/thirteen/style_cpg.css

irisheyes1