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 ... 3 4 5 6 [7] 8 9 10
 61 
 on: November 28, 2023, 01:17:47 pm 
Started by VolkerF - Last post by VolkerF
Hallo Nico,
vielen Dank für die Antwort auf meinen alten Post. Das mit der CSS bekomme ich ja noch hin, aber ich wüsste nicht, wo und wie ich das in der theme.php integrieren sollte? Ich habe immer die neueste Version von Coppermine und als Theme nutze ich curve_silver. Aber so wichtig ist mir die Einfärbung des Kategorienamen jetzt nicht mehr, sodass sich das eigentlich erledigt hat.


Danke und Gruß, Volker

 62 
 on: November 28, 2023, 07:28:08 am 
Started by nowordneeded - Last post by andy-v72
As for the issue with images showing as new and the critical error, it might be related to file permissions or database problems. Check the permissions and reach out to your gallery software or hosting support for assistance.


 63 
 on: November 28, 2023, 07:26:52 am 
Started by pftq - Last post by andy-v72
You can try using FFmpeg for this. It's a powerful command-line tool that can do the job. Just run something like:'' ffmpeg -i your_video.flv -vf "select=eq(n\,0)" -vframes 1 thumbnail.jpg''. This command will extract the first frame of your FLV video and save it as a thumbnail. You can then use a loop or a batch script to do this for multiple videos.





 64 
 on: November 28, 2023, 07:25:13 am 
Started by GregM - Last post by andy-v72
To share out a single album without having people log in, you can set the album's privacy settings to "public." This way, anyone with the direct link to that album will be able to view it, while the others remain private. Just go to the album's settings and adjust the privacy options accordingly.


 65 
 on: November 27, 2023, 09:48:36 pm 
Started by Hanna. - Last post by andy-v72
Your Coppermine gallery might need a plugin or extension to handle .mp4 files properly. Coppermine is great for images but sometimes needs a little extra for video playback. Check the Coppermine plugins repository for a video player plugin that supports .mp4 files. I had the same problem a while ago; the only way to solve it was by using a video editing platform.

 66 
 on: November 27, 2023, 02:52:44 pm 
Started by bobbinalong - Last post by ron4mac
If you are able to edit one of the PHP files ..

In the file include/iptc.inc.php
replace line 45:
Code: [Select]
'SubCategories' => val_IPTC($iptc,'2#020'), # Max 32 octets, repeatable, alphanumericwith:
Code: [Select]
'SubCategories' => val_IPTC($iptc,'2#020', false), # Max 32 octets, repeatable, alphanumeric
Adding correction for 1.6.26 release.

 67 
 on: November 27, 2023, 02:32:55 pm 
Started by bobbinalong - Last post by ron4mac
You may have also updated your PHP version.  Will look onto it ASAP.

 68 
 on: November 27, 2023, 07:36:03 am 
Started by bobbinalong - Last post by bobbinalong
After upgrading from cpg 1.6.19 to 1.6.25, I get an errror when I navigate to an album and click on an image.
Yes I have run update.php and this was fine before the update.

Fatal error: Uncaught TypeError: implode(): Argument #2 ($array) must be of type ?array, string given in /var/www/vhosts/cvrda.org/httpdocs/coppermine/displayimage.php:243 Stack trace: #0 /var/www/vhosts/cvrda.org/httpdocs/coppermine/displayimage.php(243): implode() #1 /var/www/vhosts/cvrda.org/httpdocs/coppermine/displayimage.php(461): html_picinfo() #2 {main} thrown in /var/www/vhosts/cvrda.org/httpdocs/coppermine/displayimage.php on line 243

 69 
 on: November 25, 2023, 02:41:31 pm 
Started by FrA1l3 - Last post by FrA1l3
Mods for 1.6.25:

You need to use Fileseek for example and search this words:

  • user4
  • user_field4_name
  • usr4
  • user_field
  • user4

Other words to search (but you can find it with usr4 as well:
   enabusr4
   usr4fld
   usr4checked

And this is the list of files to modify to get 100% functionality:
db_imput.php
edit_one_pic.php
editpics.php
thumbnails.php
uniload.php
update.php
search.php
include/admin.inc.php
include/functions.inc.php
include/picmgmt.inc.php
include/search.inc.php
include/codebase.php
plugins/upload_h5a/admin.php
plugins/upload_h5a/config.php
plugins/upload_h5a/initialize.inc.php
plugins/upload_h5a/js/upload.js
plugins/upload_h5a/js/upload.min.js
plugins/upload_sgl/codebase.php
sql/schema.sql
sql/basic.sql

 70 
 on: November 23, 2023, 11:48:01 pm 
Started by FrA1l3 - Last post by FrA1l3
I leave the solution in case it happens to someone else.

Ok, after several days of reviewing (sorry I don't program), I already identified why the gallery was doing that strange thing and it is not because of the plugin, but because of the option
"Insert a transparent overlay to minimize image theft"
https://coppermine-gallery.net/docs/curr/en/configuration.htm#admin_image_transparent_overlay_start

If you activate it, it does that strange effect with the plugin configuration. But when you deactivate it, absolutely nothing happens, so the mystery is solved.

Pages: 1 ... 3 4 5 6 [7] 8 9 10

Page created in 0.041 seconds with 15 queries.