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

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

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!