Prosilver problem. Prosilver 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

Prosilver problem.

Started by Bill Hildyard, March 28, 2010, 10:01:29 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Bill Hildyard

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

Jeff Bailey

<!--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.
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

Bill Hildyard

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:

Bill Hildyard

Changed the line of code in upload.php.

Jeff Bailey

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

Bill Hildyard

Top man, thanks a lot ;D

Cheers

Bill

Joachim Müller

Quote from: Bill Hildyard on March 28, 2010, 11:06:11 PM
Changed the line of code in upload.php.
Why?

Quote from: Bill Hildyard 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.
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.

Bill Hildyard

Quote from: Joachim Müller on March 29, 2010, 08:29:57 AM
Why?

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

Quote from: Joachim Müller on March 29, 2010, 08:29:57 AMThen 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

Joachim Müller

Hello Bill-Bill,

don't use auto-installers (that's what
Quote from: Bill Hildyard on March 29, 2010, 09:59:23 PMcpg1.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.

Quote from: Bill Hildyard on March 29, 2010, 09:59:23 PMhttp://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

Bill Hildyard

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

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

Cheers

Bill

Jeff Bailey

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)-->.
Thinking is the hardest work there is, which is probably the reason why so few engage in it. - Henry Ford

Bill Hildyard