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: Prosilver problem.  (Read 8320 times)

0 Members and 1 Guest are viewing this topic.

Bill Hildyard

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Prosilver problem.
« on: March 28, 2010, 10:01:29 pm »

I hope this is in the right place, apologies if not.

 I am in the middle of setting a a new site for my society but getting an error in the page setup and can't for the life of me see what is causing it. The bottom border of the page box is far too big, would anyone care to have a quick look at the source code and tell me where I am going wrong.

http://gasteria.org.uk/Coppermine/index.php

Cheers

Bill
Logged

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Prosilver problem.
« Reply #1 on: March 28, 2010, 10:47:51 pm »

<!--Coppermine Photo Gallery 1.4.25 (stable)-->
Please upgrade. You are at risk of being hacked.

What exactly is your error? Please explain the problem a little better.
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

Bill Hildyard

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: Prosilver problem.
« Reply #2 on: March 28, 2010, 10:58:38 pm »

It's only a test site and not live, but I take your point. Knowing the powers that be in the society 1.5 will be fully released by the time this gets the go ahead.

This at the bottom of every page:
Logged

Bill Hildyard

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: Prosilver problem.
« Reply #3 on: March 28, 2010, 11:06:11 pm »

Changed the line of code in upload.php.
Logged

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Prosilver problem.
« Reply #4 on: March 28, 2010, 11:07:19 pm »

Change this
Code: [Select]
<div class="nobottomgap"></div></div>
<div class="bottom-left"></div>
<div class="bottom-center"></div>
<div class="bottom-right"></div>
to
Code: [Select]
<div class="nobottomgap">
<div class="bottom-left"></div>
<div class="bottom-center"></div>
<div class="bottom-right"></div></div></div>
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

Bill Hildyard

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: Prosilver problem.
« Reply #5 on: March 28, 2010, 11:15:44 pm »

Top man, thanks a lot ;D

Cheers

Bill
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Prosilver problem.
« Reply #6 on: March 29, 2010, 08:29:57 am »

Changed the line of code in upload.php.
Why?

It's only a test site and not live, but I take your point. Knowing the powers that be in the society 1.5 will be fully released by the time this gets the go ahead.
Then why do you set up your page using cpg1.4.x if you plan to use cpg1.5.x soon? You'll have to start over with your custom theme. I suggest using cpg1.5.x now - I would if I were in your shoes.
Logged

Bill Hildyard

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: Prosilver problem.
« Reply #7 on: March 29, 2010, 09:59:23 pm »

Why?

http://forum.coppermine-gallery.net/index.php/topic,63510.0.html

Then why do you set up your page using cpg1.4.x if you plan to use cpg1.5.x soon? You'll have to start over with your custom theme. I suggest using cpg1.5.x now - I would if I were in your shoes.

Because cpg1.4.x  was already on the server as part of cpanel and I had already set it up before I realised  cpg1.5 was available, I have downloaded cpg1.5 and will probably abandon any further work on 1.4.

Cheers

Bill
Bill
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Prosilver problem.
« Reply #8 on: March 30, 2010, 09:05:00 am »

Hello Bill-Bill,

don't use auto-installers (that's what
cpg1.4.x  was already on the server as part of cpane
actually means). Auto-installs suck. They are bad. They don't work correctly. They go unsupported from us. Don't use them.

http://forum.coppermine-gallery.net/index.php/topic,63510.0.html
Only the security-critical patches get mentioned in an announcement thread. The "regular" bug-fixes don't get mentioned there, so no: you don't have the most recent code just by performing that one little fix. Upgrade as we suggest in our documentation. Don't wait for your webhost to upgrade your cpanel version that might (in the distant future) fix things.

Joachim
Logged

Bill Hildyard

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: Prosilver problem.
« Reply #9 on: March 30, 2010, 08:48:27 pm »

Thanks Joachim, I installed 1.5 "properly" ;)  Although I can't get my customised prosilver theme to work getting the following error:

Quote
Template error
Failed to find block 'view_log_files' (#<!-- BEGIN view_log_files -->(.*?)<!-- END view_log_files -->#s) in :

Cheers

Bill
Logged

Jeff Bailey

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1322
  • Fishing relaxes me.
    • Bailey Family Co.
Re: Prosilver problem.
« Reply #10 on: March 30, 2010, 08:55:37 pm »

Please resolve this thread. Then create a new one with your themes theme.php and template.html attached and a link to your site. We have a strict one issue per thread rule.

The link you provided here is still <!--Coppermine Photo Gallery 1.4.25 (stable)-->.
Logged
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

Bill Hildyard

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: Prosilver problem.
« Reply #11 on: March 30, 2010, 09:07:17 pm »

 :-[ Sorry
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 19 queries.