Reasons for delaying upgrade to 1.6 (incompatible plugins etc) ??? Reasons for delaying upgrade to 1.6 (incompatible plugins etc) ???
 

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

Reasons for delaying upgrade to 1.6 (incompatible plugins etc) ???

Started by sharpo, August 19, 2018, 01:12:28 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sharpo

I have set up a 1.6 test gallery to see if there are any problems with coppermine plugins that I use, as couple of days ago I tried upgrading a test 1.5 gallery, but it failed.

All went well with the 1.6 test until I tried installing MINIcms - which failed, with an error when processing a database query.

Phill suggested I start a new topic so that others could mention any problems they had when trying 1.6.

Sharpo.
Sharpo (not an expert, just a Coppermine user)
3 live galleries, first started in 2006.
http://www.sharpos-world.co.uk/BB3cpg/ with over 8,000 images.
http://www.sharpos-world.co.uk/cpg/ with over 25,000 images. 1.6.25
http://www.sharpos-world.co.uk/kc/ with over 300 images. 1.6.25

sharpo

Just noticed that Lightbox doesn't show title or description as it does with 1.5. If you are used to how it appears, try it in my 1.6 test site.

http://sharpo.co.uk/cpg16test/index.php

I have used exactly the same settings for v3.2 in the 1.6 test and my 1.5 galleries.

Sharpo
Sharpo (not an expert, just a Coppermine user)
3 live galleries, first started in 2006.
http://www.sharpos-world.co.uk/BB3cpg/ with over 8,000 images.
http://www.sharpos-world.co.uk/cpg/ with over 25,000 images. 1.6.25
http://www.sharpos-world.co.uk/kc/ with over 300 images. 1.6.25

ron4mac

Quote from: sharpo on August 19, 2018, 12:25:57 PM
Just noticed that Lightbox doesn't show title or description as it does with 1.5. If you are used to how it appears, try it in my 1.6 test site.

Have not totally determined why it is different between 1.5 and 1.6, but the following corrects it.

In the file plugins/lightbox_notes_for_net/style.css at about line #148, change:
#lightbox-container-image-data-box {
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
width: 100%;
/*padding: 0 10px 0;
float: center;*/
display: inline;
text-align: center;
}
to:
#lightbox-container-image-data-box {
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
overflow: auto;
width: 100%;
/*padding: 0 10px 0;
float: center;
display: inline;*/
text-align: center;
}

... comments out display: inline

sharpo

Thanks for the fix as per the previous post - seems to work as in 1.5 now.

Well done that man!!

Sharpo.
Sharpo (not an expert, just a Coppermine user)
3 live galleries, first started in 2006.
http://www.sharpos-world.co.uk/BB3cpg/ with over 8,000 images.
http://www.sharpos-world.co.uk/cpg/ with over 25,000 images. 1.6.25
http://www.sharpos-world.co.uk/kc/ with over 300 images. 1.6.25

gmc

As mentioned in other post, I have an updated version of miniCMS... Finishing up some testing.
I'll post here and in the plugins sub board when ready.
Thanks!
Greg
My Coppermine Gallery
Need a web hosting account? See my gallery for an offer for CPG Forum users.
Send me money

sharpo

As mentioned in a topic on mobile themes, miniCMS doesn't work with mobile_light, but it does with curve_responsive. Is that an easy fix or not related to the content of miniCMS?
Sharpo (not an expert, just a Coppermine user)
3 live galleries, first started in 2006.
http://www.sharpos-world.co.uk/BB3cpg/ with over 8,000 images.
http://www.sharpos-world.co.uk/cpg/ with over 25,000 images. 1.6.25
http://www.sharpos-world.co.uk/kc/ with over 300 images. 1.6.25

gmc

Quote from: sharpo on August 20, 2018, 09:31:17 PM
As mentioned in a topic on mobile themes, miniCMS doesn't work with mobile_light, but it does with curve_responsive. Is that an easy fix or not related to the content of miniCMS?
Working with one theme and not another I would typically expect to be a theme issue - and not the plugin...
Won't say its not a possibility - but would appear to be setting things up properly if curve_responsive works with it.
Curve and curve_responsive are the themes I would use for testing typically.
Thanks!
Greg
My Coppermine Gallery
Need a web hosting account? See my gallery for an offer for CPG Forum users.
Send me money