Installation errors (installer locked) Installation errors (installer locked)
 

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

Installation errors (installer locked)

Started by lalalaw, February 23, 2004, 05:56:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lalalaw

Operating system       Linux
Kernel version:          2.4.21-9.ELsmp
Apache version                1.3.29 (Unix)
PHP version                   4.3.4
MySQL version                 4.0.15-standard
PHPNuke                    6.8

1-I downloaded to my hardrive cpgnuke122b.zip and uploaded coppermine on my server (installed all files and gave chmod 777  the album folder) but when I entered PHPNuke,  to install Coppermine from the admin module, the Coppermine module had an empty pull down menu under "Which install:"  I then accesed directly the intall.php file with my browser and found the following message:

The installer is locked
• • • ERROR • • •
The install/upgrade has already been run successfuly for "' . $dirname . '" and is now locked.
';
            cpgfooter();
            die();
        }
    }
    if ($row[1] == $dirname) {
        $cpg_prefix = $row[2];
        if ($row[3] == "1.2.2" || $row[3] == "1.2.2a") { $installtype = 5; }
        elseif ($row[3] == "1.2 RC5") { $installtype = 4; }
        else                          { $installtype = 3; }
    }
}
clearstatcache(); // frees filexists caching

// Show upgrade page ?
if (isset($cpg_prefix) && !isset($_POST['update'])) {
    echo '

2- Thinking I might have corrupted files, I downloaded a new copy and re-installed it, but I encountered the same problem.  Any Ideas?
 :cry:

Nibbler

This is the board for cpg standalone, you are using the nuke version, so please use the nuke boards.

rbontempo

I use phpnuke 7.6 and my instalation contem this error:

The installer is locked
• • • ERROR • • • 
The install/upgrade has already been run successfuly for "coppermine" and is now locked. 


helme please.

Joachim Müller

there's no support for nuke, read the sticky thread!

Joachim