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] 2 3 4 5 ... 10
 1 
 on: Yesterday at 11:57:52 am 
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.

 Well, after long searches, I came across this free movie maker called Movavi, and it's very nice; you should check it out. I figured out what and how to do everything in less than half an hour.

 2 
 on: November 28, 2023, 06:09:53 pm 
Started by bobbinalong - Last post by bobbinalong
Thanks - that's fixed it. Happy website again.

 3 
 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

 4 
 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.


 5 
 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.





 6 
 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.


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

 8 
 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.

 9 
 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.

 10 
 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

Pages: [1] 2 3 4 5 ... 10

Page created in 0.023 seconds with 16 queries.