Recent posts Recent posts
 

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

Recent posts

#1
cpg1.4 upgrading / Re: How to export database
Last post by AnnieHoney - Yesterday at 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
#2
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.
#3
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*
#4
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?!
#5
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?
#6
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

#7
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..?
#8
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.
#9
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...');

#10
cpg1.6 email / Re: Email notifications of com...
Last post by ron4mac - September 06, 2024, 08:06:29 PM
You can try making needed correction as done by another user.

Replace the 3 occurrences of cpg_db_fetch_row with cpg_db_fetch_assoc ...
See if that helps.