I have had coppermine 1.4.23 installed on my host/server for quite a while. I want to install 1.4.25 into another directory for another domain that is parked on my account. (I have 5) I created a separate DB and user. Uploaded the files, just like I did with the other working coppermine. Set the privs (I am not a novice at all when it comes to setting up web sites, and all the behind the scenes work) and went to the domain/install.php I get this:
ERROR
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!" ); } // end check // Report all errors except E_NOTICE // This is the default value set in php.ini error_reporting (E_ALL ^ E_NOTICE); require('include/sql_parse.php'); // ---------------------------- TEST PREREQUIRED --------------------------- // function test_fs() { global $errors, $DFLT; // include must be writable to create config file if (! is_dir($DFLT['cfg_d'])) { $errors .= "
A subdirectory called '{$DFLT['cfg_d']}' should normally exist in the directory where you uploaded Coppermine. The installer can't find this directory. Check that you have uploaded all Coppermine files to your server.
"; } elseif (! is_writable($DFLT['cfg_d'])) { $errors .= "
The '{$DFLT['cfg_d']}' directory (located in the directory where you uploaded Coppermine) should be writable in order to save your configuration. Use your FTP program to change its mode to 777.
"; } // albums must be writable to upload pictures if (! is_dir($DFLT['alb_d'])) { $errors .= "
A subdirectory called '{$DFLT['alb_d']}' should normally exist in the directory where you uploaded Coppermine. The installer can't find this directory. Check that you have uploaded all Coppermine files to your server.
"; } elseif (! is_writable($DFLT['alb_d'])) { $errors .= "
The '{$DFLT['alb_d']}' directory (located in the directory where you uploaded Coppermine) should be writable in order to allow pictures upload. Use your FTP program to change its mode to 777.
"; } // userpics must be writable to upload pictures if (! is_dir("{$DFLT['alb_d']}/{$DFLT['upl_d']}")) { $errors .= "
That goes on and on for several pages.
That never happened with the other install. And NO, there is no nuke portal. Never has been. Never will be. Again, I simply duplicated the install procedures and this is what I get. I have read the docs and searched on here...and nothing addresses this issue.
I clicked on the continue link, and that just goes to the page not found error page on my server.
I really need to get this running. If it is not possible to run 2 of these on the same server/computer/account...whatever...then please let me know. I will have to use another photo app for the second project. Or if any ideas as to what I might try to solve this...I would be ever grateful.
Thanks,
- Greg