Recent posts - Page 4 Recent posts - Page 4
 

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]

Main Menu

Recent posts

#31
cpg1.4 upgrading / Re: How to export database
Last post by phill104 - October 09, 2024, 10:08:13 PM
That is why I suggested installing the above plugin as it is a coppermine plugin that gives you PHPmyadmin.

If you cannot do that then you can use the mysqldump command as mentioned above in the format

  $ mysqldump -u [uname] -p db_name > db_backup.sql
#32
cpg1.4 upgrading / Re: How to export database
Last post by AnnieHoney - October 08, 2024, 06:43:42 AM
I don't have phpMyAdmin or any panel at all.It's a raw dedicated server with an outdate OS and php version. No cPanel or any other. I tried installing but it didn't work.
I do have SSH access

The site is hosted on a friends server, I don't have a way to contact the host and my friend has been too busy to do the proper upgrades. That's why I wanted to move the gallery to my host and upgrade it there

I could login on a ftp interface and copy the database files, but since they're not the same format and an actual SQL dump, I wouldn't be able to upload to my current host where I don't have SSH access
#33
cpg1.4 upgrading / Re: How to export database
Last post by phill104 - October 06, 2024, 09:35:00 PM
You have your work cut out for you but there are ways. What access do you have? Just a basic terminal?

You could use the PHPmyadmin plugin for coppermine - https://coppermine-gallery.com/forum/index.php/topic,58906.0.html

If you have terminal access to your hosting then there are plenty of options but a lot of that depends on what versions of PHP etc you are using. There may be tools already installed such as backup2l, or you may have to go to the directory where the databases are stored and manually copy them. All this your host should be able to advise on better than we can as they know exactly what the setup is.
#34
cpg1.4 upgrading / How to export database
Last post by AnnieHoney - October 01, 2024, 05:20:29 AM
I have a 1.4 gallery that I want to update, but I don't have a cPanel or phpMyAdmin, does anyone how do I can export the database to make a backup before upgrading to 1.5*
#35
cpg1.6 miscellaneous / Video Types not shown from Cop...
Last post by docjackdaniel - September 16, 2024, 09:53:40 PM
Maybe someone has an idea...
I have mp4, mpg and avi videos in Coppermine.
The upload works perfectly... Unfortunately the video is not displayed, the browser does not report a MIME type.
All are enabled in the MIME file: video/avi, video mp4 video/x-matroska etc... Strangely, ONLY the MP4 is played...
Can I set the corresponding video types using htaccess or something else?!
#36
cpg1.6 miscellaneous / How to turn Pictures around
Last post by docjackdaniel - September 16, 2024, 09:49:34 PM
Hello..
I`ve got som problems after uploading some pics.
Some of them some are in landscape format instead of portrait format.
Is there a way to rotate the image by 90 degrees in Coppermine?
I tried it with an image program, it rotated the image but when I uploaded it again (I had previously deleted the incorrectly displayed images in the album using Coppermine) the images were displayed in landscape format again.
I also tried turning Auto-orient image(s) on and off.. The image is still in landscape format..
What or where can I change something?
#37
cpg1.6 plugin contributions / Re: More meta albums for c...
Last post by Dark_Coat - September 08, 2024, 07:12:48 PM
Is there a way to also have the albums be sorted? For example:

https://www.example.com/gallery/thumbnails.php?album=100&page=1&sort=dd

#38
cpg1.6 email / Re: Email notifications of com...
Last post by rsgj0098 - September 07, 2024, 02:55:01 PM
Not sure now, I thought I'd got it from there. What is the latest version and can you give me a link to it..?
#39
cpg1.6 email / Re: Email notifications of com...
Last post by ron4mac - September 07, 2024, 01:46:05 PM
Where did you get that version? It's not the one from CPG1.6 Plugins. Perhaps it was modified from the original in other ways that is causing your problem.
#40
cpg1.6 email / Re: Email notifications of com...
Last post by rsgj0098 - September 07, 2024, 01:23:58 AM
Thanks, I checked and the file already seems to have that modification made, this text is at the top:

<?php
/**************************************************
  Coppermine 1.5.x Plugin - email_comments
**************************************************/
// T-L modification cpg_db_fetch_row to cpg_db_fetch_assoc https://forum.coppermine-gallery.net/index.php?topic=79541.msg389795#msg389795
// Make sure that this file can't be accessed directly, but only from within the Coppermine user interface
if (!defined('IN_COPPERMINE')) {
    die('Not in Coppermine...');