Advanced search  

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

Pages: [1]   Go Down

Author Topic: Can't install cpg 1.4.3  (Read 9324 times)

0 Members and 1 Guest are viewing this topic.

hubfub

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Can't install cpg 1.4.3
« on: January 24, 2006, 08:38:59 am »

hi guys I have a problem

my gallery is uploaded to www.unswcomsoc.com/gallery

bascially as u can see it says i have a copy of post-nuke installed.. but i dont so i continue anywya

but after inputing my information if doesnt let me to the next install page but rather redirects be back to the error message so i cannot progress at all along the installation

any ideas?

thanks
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Can't install cpg 1.4.3
« Reply #1 on: January 24, 2006, 09:08:06 am »

did you try clicking the continue link?
Logged

Nibbler

  • Guest
Re: Can't install cpg 1.4.3
« Reply #2 on: January 24, 2006, 09:12:58 am »

The continue link does not work, this has been discussed before. The workaround is to remove the nuke check code from the installer script.

Code: [Select]
// 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
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.