Configuration problem.... Configuration problem....
 

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

Configuration problem....

Started by kenzik, July 10, 2006, 12:42:02 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kenzik

http://www.kenzikworld.com/photo/displayimage.php?album=lastup&cat=0&pos=0

Can someone please take a look at my image and tell me what configuration I have incorrect?  Dumbly, I had set my table width to 200% and fixed it by using the script at the bottom of this page that a super nice support person gave me.  But, my images still do not show completely.  I only have half of an image showing and you cannot use the scroll bar to see the rest.  I also cannot sign in as an adminstrator because the log in/ password box is off of the page ( you can see this by clicking on login.)

Any ideas?

http://www.kenzikworld.com/photo/displayimage.php?album=lastup&cat=0&pos=0


<?php
define('IN_COPPERMINE', true);
require('include/init.inc.php');
pageheader('change width to100%');
starttable('100%', 'Removing Breadcrumb', 1);
$sql="UPDATE `{$CONFIG['TABLE_CONFIG']}` SET value='100%' WHERE name='main_table_width'";
$result=cpg_db_query($sql);
if($result) {
?>Done!!<?php
}else{
?>Error!!<?php
}
endtable();
pagefooter();
?>

Sami

on firefox it's fine and you can also login I think that you change the width value on theme.inc.php
‍I don't answer to PM with support question
Please post your issue to related board

kenzik

AHHHHH!!!!  I got it!  Thank you so much for all of your help!  You are the one who helped me with the original problem.  I truly thank you!

Sami

you'r welcome
have fun with your CPG ;)
‍I don't answer to PM with support question
Please post your issue to related board

kenzik

issue solved , you may closed the thread

Joachim Müller

In the future, don't touch include/themes.inc.php - under no circumstances!