Recent posts Recent posts
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Recent posts

#1
cpg1.6 install / Re: Fresh Install with Install...
Last post by nowordneeded - Yesterday at 10:13:26 PM
Admin:

Thanks for all you've given me to explore.

NWN
#2
cpg1.6 install / Re: Fresh Install with Install...
Last post by 406man - Yesterday at 08:14:16 AM
A Google search for "direct admin change php settings" brings up the following link, and many others:
https://docs.directadmin.com/webservices/php/php-options.html
#3
cpg1.6 install / Re: Fresh Install with Install...
Last post by nowordneeded - Yesterday at 04:24:16 AM
Hi:

Do you know how to do this on Direct Admin? I don't have Control Panel on my server.

NWN
#4
cpg1.6 install / Re: Fresh Install with Install...
Last post by 406man - November 24, 2025, 03:52:10 PM
Ron4mac's reply #3 in this thread is relevant here. Exec is a standard function in PHP – see here:
https://www.php.net/manual/en/function.exec.php

...and it ought to work. It seems that the PHP on your server has been configured without it. Therefore it's a hosting problem and not Coppermine's fault.

There are various articles around the Net such as this one:
https://openjournaltheme.com/how-to-enable-and-disable-exec-php-function-in-ojs-omp-ops/
Possibly your hosting Control Panel allows you to enable it yourself as the article above describes. If not, suggest you log a support query with your web hosting company.
#5
cpg1.6 install / Re: Fresh Install with Install...
Last post by nowordneeded - November 24, 2025, 07:44:11 AM
Fresh issue. When I've gone to install the gallery at the above, I'm now getting this error:

Fatal error: Uncaught Error: Call to undefined function exec() in /diego-luna.com/public_html/gallery/install.php:1469 Stack trace: #0 diego-luna.com/public_html/gallery/install.php(1339): getIM() #1 diego-luna.com/public_html/gallery/install.php(280): checkImageProcessor() #2 {main} thrown in diego-luna.com/public_html/gallery/install.php on line 1469
I've been struggling with this on and off for the past couple of months. I was wondering what's going on? I've never had this amount of trouble installing Coppermine.

NWN
#6
cpg1.6 themes (visuals) / Re: Enlarge font size
Last post by panhead - November 12, 2025, 04:36:30 PM
I did work finally.
#7
cpg1.6 themes (visuals) / Re: Enlarge font size
Last post by panhead - November 12, 2025, 12:09:36 PM
Is it .pic_caption?
If I change the font-size and upload the style.css there is no change.
#8
cpg1.6 themes (visuals) / Enlarge font size
Last post by panhead - November 10, 2025, 03:22:49 PM
How/where can I enlarge the font size (in the css file) for the thumbnail view?
#9
cpg1.6 plugin contributions / Re: Suppressor Plugin
Last post by 406man - November 09, 2025, 11:59:30 AM
To panhead – thanks for your comment. It's good to know that someone out there is using the plugin as I've not had any feedback so far.

I've tried reproducing your problem but can't. It must  be that there's a combination of settings in your gallery that's triggering the crash and I need to have these set appropriately.  I'll be happy to work with you to find the fault and fix it but I can only do that with some help from your side. What I suggest is:
  • Enable debug mode in the gallery. To do this, as Admin go into Config  > Maintenance Settings   then set "Enable Debug mode" to  Everyone
  • Ensure logging is enabled. In config > Logging and Statistics  set Logging mode to All.
  • Display the plugin config  in a reply to this topic. To do this go into Plugin Manager, then for Suppressor choose "Configure plugin". Take a screenshot of the page and trim off everything surrounding the web page and blank out anything you don't want publicly visible, leaving just the plugin settings
  • Capture the database call that crashed. From the admin menu "View log file" ought to show a database log file with the error in it. If there is something there copy it and add to the forum reply. On your web server, if you have access to the log files, there is a file /logs/php_error.log   which ought to have the database error in it.
  • What is the page that's triggering the error ?  Including the exact URL would be helpful. Delete the domain name if you don't want to display it here.
  • Is the user experiencing the crash an administrator or standard user
  • Switch debug mode off if you normally leave it off. Set "Enable Debug mode" to  no.
#10
cpg1.6 plugin contributions / Re: Suppressor Plugin
Last post by panhead - November 07, 2025, 04:47:11 PM
I re-installed version 1.1 and the problem disappeared. Strange.