Installation Error Installation Error
 

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 Error

Started by empp, December 01, 2005, 11:11:33 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

empp

Hello,

I have been attempting to install cpg1.42.  I am receiving this error:
QuoteERROR
You seem to be trying to install the standalone Coppermine into your Nuke portal.
This version can only be used as standalone!
Some server setups might display this warning even though you don't have a nuke portal installed - if this is the case for you, continue with the install. If you are using a nuke portal, you might want to take a look into CpgNuke or use one of the (unsupported) coppermine ports - do not continue!

I do not have Nuke installed on this site. I click on "continue with install" and complete the Coppermine installation. When I click "Let's go," I return to the same Error page.  I initially attempted to install it with phpbb, then into it's own MySQL data base. It does not work either way.  I do have Joomla installed on that site, but I am not attempting to bridge them.

I have tried uninstalling and reinstalling, and also downloading from a different mirror site and reinstalling.  Clearly I am missing something. I have cpg 1.3x installed on some other sites without trouble.  Any help would be very much appreciated.

Nibbler

This is a known issue on 1.4.2.

Remove this bit of code from install.php


// Check if standalone is installed in a portal like phpNuke
if (is_dir('../../modules') && $_REQUEST['continue_anyway'] != 1) {
    die(
        "<html><body><h1>ERROR</h1>You seem to be trying to install the standalone Coppermine into your Nuke portal.<br />
         This version can only be used as standalone!<br />
         Some server setups might display this warning even though you don't have a nuke portal installed - if this is the case for you, <a href=\"" . $PHP_SELF . "?continue_anyway=1\">continue</a> with the install.
         If you are using a nuke portal, you might want to take a look into <a href=\"http://www.cpgnuke.com/\">CpgNuke</a> or use one of the (unsupported)
         <a href=\"http://sourceforge.net/project/showfiles.php?group_id=89658&amp;package_id=95984\">coppermine ports</a>
         - do not continue!</body></html>"
         );
} // end check

empp

Thank you!  That worked great.  I really do appreciate your fast response and how quickly it solved the problem!


jaydj

got this same error and commented the bit of code out... worked !

just wanted to add that I just installed 1.4.4 so it has the same bug.

:)

xsportseeker

Had the same problem here...
Pretty basic stuff, but moderators might consider fixing the topic since it seems to be affecting some users.
Anyways, thanks for the quick and clear answer!

Now, off to the second problem... php doesn't have SQL support enabled. Probably resetting the machine will solve it... if now, BRB.

[]'s