Can't get Coppermine to go 'offline' Can't get Coppermine to go 'offline'
 

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

Can't get Coppermine to go 'offline'

Started by pnd813, February 28, 2005, 09:24:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pnd813

Have read posts but they seem to skip the solution. When I click 'yes' on offline and update nothing changes. When I re-enter config it still shows to be 'no'. How do I get it offline? I've tried logging out without going into config and it's still online. URL is www.latent-vision.com

Tranz

I am guessing you didn't run the update script after an upgrade. I just ran it and it says OK next to
INSERT INTO cpg132_config VALUES ('offline', '0')

please try again

jpaffett

Was this a new install? I noticed the same problem on a new install and there's a line missing from the basic.sql script in the sql folder:

INSERT INTO CPG_config VALUES ('offline', '0');

If you run this from phpMyAdmin or the MySQL command line, it will fix the problem.