Advanced search  

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

Pages: [1]   Go Down

Author Topic: Configuration problem....  (Read 2883 times)

0 Members and 1 Guest are viewing this topic.

kenzik

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Configuration problem....
« on: July 10, 2006, 12:42:02 am »

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();
?>
« Last Edit: July 10, 2006, 07:53:37 am by GauGau »
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Configuration problem....
« Reply #1 on: July 10, 2006, 12:50:25 am »

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

kenzik

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Configuration problem....
« Reply #2 on: July 10, 2006, 12:59:56 am »

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!
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Configuration problem....
« Reply #3 on: July 10, 2006, 01:01:37 am »

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

kenzik

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Configuration problem....
« Reply #4 on: July 10, 2006, 01:21:36 am »

issue solved , you may closed the thread
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Configuration problem....
« Reply #5 on: July 10, 2006, 07:53:18 am »

In the future, don't touch include/themes.inc.php - under no circumstances!
Logged
Pages: [1]   Go Up
 

Page created in 0.028 seconds with 21 queries.