Advanced search  

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]

Pages: [1]   Go Down

Author Topic: A row too much?  (Read 6820 times)

0 Members and 1 Guest are viewing this topic.

Fréderic

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 29
A row too much?
« on: January 02, 2005, 05:53:35 pm »

At my site, the homepage, there is always a row too much created:
This means my code becomes:
Code: [Select]
<!-- Start standard table -->
<table align="center" width="100%" cellspacing="1" cellpadding="0" class="maintable">

        <tr>

                <td class="tableh1" width="80%"><b>Categorie</b></td>
                <td class="tableh1" width="10%" align="center"><b>Albums</b></td>
                <td class="tableh1" width="10%" align="center"><b>Bestanden</b></td>
        </tr>

        <tr>
                <td class="tableb"><table border="0"><tr><td></td><td><span class="catlink"><b><a href=index.php?cat=1>User's zone</a></b></span>My categorie</td></tr></table></td>

                <td class="tableb" align="center">11</td>
                <td class="tableb" align="center">149</td>
        </tr>
    <tr>
         <td class="tableb" colspan=3></td>
    </tr>

        <tr>

                <td colspan="3" class="tableh1" align="center"><span class="statlink"><b><b>262</b> bestanden in <b>12</b> albums en <b>1</b> categorieën met <b>448</b> commentaren en <b>8557</b> keer bekeken</b></span></td>

        </tr>
</table>
<!-- End standard table -->
How do I have to edit this to delete this row?
Code: [Select]
<!-- Start standard table -->
<table align="center" width="$width" cellspacing="1" cellpadding="0" class="maintable">

EOT;
    if ($title) {
        echo <<<EOT
        <tr>
                <td class="tableh1" colspan="$title_colspan"><h2>$title</h2></td>
        </tr>

EOT;
    }
}

function endtable()
{
    echo <<<EOT
</table>
<!-- End standard table -->

EOT;
}
« Last Edit: January 12, 2005, 01:18:03 am by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: A row too much?
« Reply #1 on: January 02, 2005, 11:26:47 pm »

link?
Logged

Fréderic

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 29
Re: A row too much?
« Reply #2 on: January 03, 2005, 12:45:20 pm »

http://www.fadetolife.be/Fotoalbum/
The gallery is in dutch...
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: A row too much?
« Reply #3 on: January 04, 2005, 05:31:03 am »

happens not only on your custom theme, but on the classic theme as well - get a fresh copy of the index file from the cvs and replace the one on your server.

Joachim
Logged

Fréderic

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 29
Re: A row too much?
« Reply #4 on: January 04, 2005, 04:33:56 pm »

I've replaced the code from index.php into the one @ http://cvs.sourceforge.net/viewcvs.py/*checkout*/coppermine/stable/index.php?rev=1.14
, but the result is the same (same link as above)...
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: A row too much?
« Reply #5 on: January 05, 2005, 01:43:19 am »

get a fresh copy of include/functions.inc.php as well.

Joachim
Logged

Fréderic

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 29
Re: A row too much?
« Reply #6 on: January 05, 2005, 11:23:14 am »

I've replaced the file, but still, same problem ???
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: A row too much?
« Reply #7 on: January 05, 2005, 04:02:12 pm »

Please run the versioncheck tool (http://www.fadetolife.be/Fotoalbum/versioncheck.php?lang=english) and post a screenshot of it here. Did you modify any files except your theme?

Joachim
Logged

Fréderic

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 29
Re: A row too much?
« Reply #8 on: January 05, 2005, 08:36:22 pm »

Nope, not that I can remember...


-------------------------------
Versioncheck
This page is meant for users who have updated their coppermine install. This script goes through the files on your webserver and tries to determine if your local file versions on the webserver are the same as the ones from the repository at http://coppermine.sourceforge.net, this way displaying the files you were meant to update as well.
It will show everything in red that needs to be fixed. Entries in yellow need looking into. Entries in green (or your default font color) are OK.
Click on the help icons to find out more.
As this file didn't come with your original version of Coppermine or was added to the package after translation was already done, there's no internationalisation - it is available in English only. 
Installed Coppermine version
You have currently installed: 1.3.2
If you think this is entirely wrong and you're supposed to be running a higher version of Coppermine, you probably haven't uploaded the most recent version of the file include/init.inc.php 
Version comparison
file cpg version file version
addfav.php 1.3.2 / 1.3.2 1.5 / 1.5
addpic.php 1.3.2 / 1.3.2 1.7 / 1.7
admin.php 1.3.2 / 1.3.2 1.5 / 1.5
albmgr.php 1.3.2 / 1.3.2 1.5 / 1.5
anycontent.php 1.3.2 / 1.3.2 1.5 / 1.5
banning.php 1.3.2 / 1.3.2 1.6 / 1.6
calendar.php 1.3.2 / 1.3.2 1.3 / 1.3
catmgr.php 1.3.2 / 1.3.2 1.6 / 1.6
config.php 1.3.2 / 1.3.2 1.9 / 1.9
db_ecard.php 1.3.2 / 1.3.2 1.3 / 1.3
db_input.php 1.3.2 / 1.3.2 1.6 / 1.6
delete.php 1.3.2 / 1.3.2 1.5 / 1.5
displayecard.php 1.3.2 / 1.3.2 1.5 / 1.5
displayimage.php 1.3.2 / 1.3.2 1.9 / 1.9
ecard.php 1.3.1 / 1.3.2  ?  -
editOnePic.php 1.3.2 / 1.3.2 1.11 / 1.11
editpics.php 1.3.2 / 1.3.2 1.7 / 1.7
faq.php 1.3.2 / 1.3.2 1.3 / 1.3
forgot_passwd.php 1.3.2 / 1.3.2 1.5 / 1.5
getlang.php 1.3.2 / 1.3.2 1.5 / 1.5
groupmgr.php 1.3.2 / 1.3.2 1.5 / 1.5
image_processor.php 1.3.2 / 1.3.2 1.3 / 1.3
index.php 1.3.2 / 1.3.2 1.14 / 1.13  ? 
install.php 1.3.1 / 1.3.2  ?  -
installer.css n/a 1.3 / 1.3
login.php 1.3.2 / 1.3.2 1.5 / 1.5
logout.php 1.3.2 / 1.3.2 1.5 / 1.5
modifyalb.php 1.3.2 / 1.3.2 1.5 / 1.5
phpinfo.php 1.3.2 / 1.3.2 1.5 / 1.5
picEditor.php 1.3.2 / 1.3.2 1.3 / 1.3
profile.php 1.3.2 / 1.3.2 1.6 / 1.6
ratepic.php 1.3.2 / 1.3.2 1.5 / 1.5
register.php 1.3.2 / 1.3.2 1.8 / 1.8
reviewcom.php 1.3.2 / 1.3.2 1.5 / 1.5
scripts.js - -
search.php 1.3.2 / 1.3.2 1.5 / 1.5
searchnew.php 1.3.1 / 1.3.2  ?  -
showthumb.php 1.3.2 / 1.3.2 1.5 / 1.5
thumbnails.php 1.3.2 / 1.3.2 1.5 / 1.5
update.php 1.3.2 / 1.3.2 1.6 / 1.6
upgrade-1.0-to-1.2.php 1.3.2 / 1.3.2 1.6 / 1.6
upload.php 1.3.1 / 1.3.2  ?  -
usermgr.php 1.3.2 / 1.3.2 1.6 / 1.6
util.php 1.3.2 / 1.3.2 1.8 / 1.8
versioncheck.php 1.4.0 / 1.4.0 1.1 / 1.4  ? 
xp_publish.php 1.3.2 / 1.3.2 1.5 / 1.5
zipdownload.php 1.3.2 / 1.3.2 1.3 / 1.3
albums n/a n/a
albums/index.html n/a 1.2 / 1.2
albums/edit n/a n/a
albums/edit/index.html  ?  - -
albums/userpics n/a n/a
albums/userpics/index.html n/a n/a
bridge n/a n/a
bridge/invisionboard.inc.php 1.3.2 / 1.3.2 1.8 / 1.8
bridge/phpbb.inc.php 1.3.2 / 1.3.2 1.9 / 1.9
bridge/punbb.inc.php 1.3.2 / 1.3.2 1.2 / 1.2
bridge/smf.inc.php 1.3.2 / 1.3.2 1.7 / 1.7
bridge/vbulletin.inc.php 1.3.2 / 1.3.2 1.6 / 1.6
bridge/vbulletin23.inc.php 1.3.2 / 1.3.2 1.6 / 1.6
bridge/vbulletin30.inc.php 1.3.2 / 1.3.2 1.6 / 1.6
bridge/vbulletin3gamma.inc.php 1.3.2 / 1.3.2 1.5 / 1.5
bridge/woltlab21.inc.php 1.3.2 / 1.3.2 1.6 / 1.6
bridge/yabbse.inc.php 1.3.2 / 1.3.2 1.8 / 1.8
docs n/a n/a
docs/credits.html n/a 1.7 / 1.7
docs/faq.htm - -
docs/index.htm - -
docs/README.html n/a 1.7 / 1.7
docs/theme.htm - -
docs/translation.htm - -
docs/pics n/a n/a
images n/a n/a
images/flags n/a n/a
images/smiles n/a n/a
include n/a n/a
include/archive.php 1.3.2 / 1.3.2 1.3 / 1.3
include/config.inc.php n/a n/a
include/crop.inc.php 1.3.2 / 1.3.2 1.4 / 1.4
include/exif_php.inc.php 1.3.2 / 1.3.2 1.6 / 1.6
include/exifReader.inc.php 1.3.2 / 1.3.2 1.3 / 1.3
include/functions.inc.php 1.3.2 / 1.3.2 1.21 / 1.14  ? 
include/imageObjectGD.class.php 1.3.2 / 1.3.2 1.3 / 1.3
include/imageObjectIM.class.php 1.3.2 / 1.3.2 1.3 / 1.3
include/index.html n/a n/a
include/init.inc.php 1.3.2 / 1.3.2 1.10 / 1.10
include/iptc.inc.php 1.3.2 / 1.3.2 1.3 / 1.3
include/mailer.inc.php 1.3.2 / 1.3.2 1.5 / 1.5
include/media.functions.inc.php 1.3.2 / 1.3.2 1.3 / 1.3
include/picmgmt.inc.php 1.3.2 / 1.3.2 1.8 / 1.8
include/search.inc.php 1.3.2 / 1.3.2 1.5 / 1.5
include/select_lang.inc.php 1.3.2 / 1.3.2 1.6 / 1.6
include/slideshow.inc.php 1.3.2 / 1.3.2 1.6 / 1.6
include/smilies.inc.php 1.3.2 / 1.3.2 1.5 / 1.5
include/sql_parse.php 1.3.2 / 1.3.2 1.5 / 1.5
lang n/a n/a
lang/arabic.php 1.3.2 / 1.3.2 1.8 / 1.8
lang/arabic-utf-8.php 1.3.2 / 1.3.2 1.8 / 1.8
lang/brazilian_portuguese.php 1.3.2 / 1.3.2 1.7 / 1.7
lang/brazilian_portuguese-utf-8.php 1.3.2 / 1.3.2 1.7 / 1.7
lang/bulgarian.php 1.3.2 / 1.3.2 1.4 / 1.4
lang/bulgarian-utf-8.php 1.3.2 / 1.3.2 1.4 / 1.4
lang/catalan.php  ?  - -
lang/catalan-utf-8.php  ?  - -
lang/chinese_big5.php 1.3.2 / 1.3.2 1.7 / 1.7
lang/chinese_big5-utf-8.php 1.3.2 / 1.3.2 1.7 / 1.7
lang/chinese_gb.php 1.3.2 / 1.3.2 1.7 / 1.7
lang/chinese_gb-utf-8.php 1.3.2 / 1.3.2 1.7 / 1.7
lang/croatian.php 1.3.2 / 1.3.2 1.7 / 1.7
lang/croatian-utf-8.php 1.3.2 / 1.3.2 1.7 / 1.7
lang/czech.php 1.3.2 / 1.3.2 1.8 / 1.8
lang/czech-utf-8.php 1.3.2 / 1.3.2 1.8 / 1.8
lang/danish.php 1.3.2 / 1.3.2 1.8 / 1.8
lang/danish-utf-8.php 1.3.2 / 1.3.2 1.8 / 1.8
lang/dutch.php 1.3.0 / 1.3.2  ?  -
lang/dutch-utf-8.php 1.3.0 / 1.3.2  ?  -
lang/english.php 1.3.2 / 1.3.2 1.13 / 1.13
lang/english-utf-8.php 1.3.2 / 1.3.2 1.9 / 1.9
lang/estonian.php  ?  - -
lang/estonian-utf-8.php  ?  - -
lang/finnish.php 1.3.2 / 1.3.2 1.6 / 1.6
lang/finnish-utf-8.php 1.3.2 / 1.3.2 1.6 / 1.6
lang/french.php 1.3.2 / 1.3.2 1.10 / 1.13  ? 
lang/french-utf-8.php 1.3.2 / 1.3.2 1.10 / 1.13  ? 
lang/german.php 1.3.2 / 1.3.2 1.7 / 1.7
lang/german-utf-8.php 1.3.2 / 1.3.2 1.7 / 1.7
lang/german_sie.php  ?  - -
lang/german_sie-utf-8.php  ?  - -
lang/greek.php 1.3.2 / 1.3.2 1.7 / 1.7
lang/greek-utf-8.php 1.3.2 / 1.3.2 1.7 / 1.7
lang/hebrew.php 1.3.2 / 1.3.2 1.8 / 1.8
lang/hebrew-utf-8.php 1.3.2 / 1.3.2 1.9 / 1.9
lang/hungarian.php 1.3.2 / 1.3.2 1.7 / 1.7
lang/hungarian-utf-8.php 1.3.2 / 1.3.2 1.7 / 1.7
lang/indonesian.php 1.3.2 / 1.3.2 1.6 / 1.6
lang/indonesian-utf-8.php 1.3.2 / 1.3.2 1.6 / 1.6
lang/italian.php 1.3.2 / 1.3.2 1.9 / 1.9
lang/italian-utf-8.php 1.3.2 / 1.3.2 1.9 / 1.9
lang/italian2.php 1.3.2 / 1.3.2 1.2 / 1.2
lang/italian2-utf-8.php 1.3.2 / 1.3.2 1.2 / 1.2
lang/japanese.php 1.3.2 / 1.3.2 1.8 / 1.8
lang/japanese-utf-8.php 1.3.2 / 1.3.2 1.8 / 1.8
lang/kurdish.php  ?  - -
lang/kurdish-utf-8.php  ?  - -
lang/latvian.php 1.3.2 / 1.3.2 1.8 / 1.8
lang/latvian-utf-8.php 1.3.2 / 1.3.2 1.8 / 1.8
lang/malay.php 1.3.2 / 1.3.2 1.2 / 1.2
lang/malay-utf-8.php 1.3.2 / 1.3.2 1.2 / 1.2
lang/norwegian.php 1.3.2 / 1.3.2 1.8 / 1.8
lang/norwegian-utf-8.php 1.3.2 / 1.3.2 1.8 / 1.8
lang/polish.php 1.3.2 / 1.3.2 1.5 / 1.5
lang/polish-utf-8.php 1.3.2 / 1.3.2 1.5 / 1.5
lang/romanian.php 1.3.2 / 1.3.2 1.6 / 1.6
lang/romanian-utf-8.php 1.3.2 / 1.3.2 1.6 / 1.6
lang/romanian_no_diacritics.php 1.3.2 / 1.3.2 1.1 / 1.1
lang/romanian_no_diacritics-utf-8.php 1.3.2 / 1.3.2 1.1 / 1.1
lang/russian.php 1.3.2 / 1.3.2 1.11 / 1.11
lang/russian-utf-8.php 1.3.2 / 1.3.2 1.11 / 1.11
lang/slovak.php  ?  - -
lang/slovak-utf-8.php  ?  - -
lang/slovenian.php 1.3.2 / 1.3.2 1.6 / 1.6
lang/slovenian-utf-8.php 1.3.2 / 1.3.2 1.6 / 1.6
lang/spanish.php 1.3.2 / 1.3.2 1.6 / 1.6
lang/spanish-utf-8.php 1.3.2 / 1.3.2 1.6 / 1.6
lang/swedish.php 1.3.2 / 1.3.2 1.7 / 1.7
lang/swedish-utf-8.php 1.3.2 / 1.3.2 1.7 / 1.7
lang/turkish.php  ?  - -
lang/turkish-utf-8.php  ?  - -
lang/uighur.php  ?  - -
lang/uighur-utf-8.php  ?  - -
lang/vietnamese.php 1.3.2 / 1.3.2 1.4 / 1.4
lang/vietnamese-utf-8.php 1.3.2 / 1.3.2 1.4 / 1.4
sql/basic.sql n/a 1.5 / 1.5
sql/schema.sql n/a 1.3 / 1.3
sql/update.sql n/a 1.8 / 1.8
themes n/a n/a
themes/classic n/a n/a
themes/classic/style.css n/a 1.1 / 1.1
themes/classic/template.html - -
themes/classic/theme.php 1.3.1 / 1.3.2  ?  -
themes/classic/images n/a n/a
themes/eyeball n/a n/a
themes/eyeball/style.css n/a 1.2 / 1.2
themes/eyeball/template.html - -
themes/eyeball/theme.php 1.3.1 / 1.3.2  ?  -
themes/eyeball/images n/a n/a
themes/fruity n/a n/a
themes/fruity/style.css n/a 1.2 / 1.2
themes/fruity/template.html - -
themes/fruity/theme.php 1.3.1 / 1.3.2  ?  -
themes/fruity/images n/a n/a
themes/hardwired n/a n/a
themes/hardwired/style.css n/a 1.2 / 1.2
themes/hardwired/template.html - -
themes/hardwired/theme.php 1.3.1 / 1.3.2  ?  -
themes/hardwired/images n/a n/a
themes/igames n/a n/a
themes/igames/style.css n/a 1.2 / 1.2
themes/igames/template.html - -
themes/igames/theme.php 1.3.1 / 1.3.2  ?  -
themes/igames/images n/a n/a
themes/mac_ox_x n/a n/a
themes/mac_ox_x/style.css n/a 1.2 / 1.2
themes/mac_ox_x/template.html - -
themes/mac_ox_x/theme.php 1.3.1 / 1.3.2  ?  -
themes/mac_ox_x/images n/a n/a
themes/project_vii n/a n/a
themes/project_vii/style.css n/a 1.2 / 1.2
themes/project_vii/template.html - -
themes/project_vii/theme.php 1.3.1 / 1.3.2  ?  -
themes/project_vii/images n/a n/a
themes/rainy_day n/a n/a
themes/rainy_day/style.css n/a 1.2 / 1.2
themes/rainy_day/template.html - -
themes/rainy_day/theme.php 1.3.1 / 1.3.2  ?  -
themes/rainy_day/images n/a n/a
themes/styleguide n/a n/a
themes/styleguide/domLib.js n/a n/a
themes/styleguide/domTT.js n/a n/a
themes/styleguide/readme.htm - -
themes/styleguide/template.html - -
themes/styleguide/theme.php 1.3.1 / 1.3.2  ?  -
themes/styleguide/images n/a n/a
themes/water_drop n/a n/a
themes/water_drop/style.css n/a 1.2 / 1.2
themes/water_drop/template.html - -
themes/water_drop/theme.php 1.3.1 / 1.3.2  ?  -
themes/water_drop/images n/a n/a
Summary
Total files/folders checked:  228 
Mandatory files missing:  0 
Optional files missing:  15 
Files left over from outdated version:  16 
Outdated file versions:  3 
-----------------------------


I don't know which part you want on a screenshot, so this is all...
Thanks a lot!
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: A row too much?
« Reply #9 on: January 07, 2005, 10:43:50 am »

Please PM me an admin account, the site url and a reference url tho this thread.

Joachim
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: A row too much?
« Reply #10 on: January 09, 2005, 10:26:33 pm »

Not sure what you did, but the page displays as expected now for me both in IE and FF. Is this case solved?

Change your admin pw you just sent (to something less trivial than what it currently is).

Joachim
Logged

Fréderic

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 29
Re: A row too much?
« Reply #11 on: January 10, 2005, 10:28:34 pm »

I haven't changed anything... ??? But okay, if it works fine with you, then the problem will be inside my own PC :-) Thanks anyway!
Logged
Pages: [1]   Go Up
 

Page created in 0.026 seconds with 20 queries.