2 coppermines on one server/account 2 coppermines on one server/account
 

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

2 coppermines on one server/account

Started by SpectroPro, September 03, 2009, 08:01:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SpectroPro

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:

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!" ); } // 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

phill104

It looks like you have not uploaded all the files properly. Download a fresh copy of coppermine from this site and use a decent ftp app to upload it (try filezilla). Some ftp apps cause problems.

There is no reason at all while you cannot have many instances of coppermine running on the same system.
It is a mistake to think you can solve any major problems just with potatoes.

SpectroPro

Thanks Phill... I only ever use Filezilla...  This is the 3rd time I have downloaded it and uploaded. Always with the exact same errors...

I will try again. 

- Greg

SpectroPro

Well, I tried again.  Even changed the server folder to make sure I didn't have some goofy browser cache issues..  It simply will not run.  Exact same errors as above.

As an FYI, the file I am downloading from here and using is:  cpg1.4.25.zip

If anyone wishes to check this out, I can give you the info.  Front end and back end if required. 

- Greg

SpectroPro

This is odd..   looking at all the errors, it says that PHP does not have MySQL support enabled.  amongst many other errors..   However, this is crap, as I have 4 other sites running databases and all work perfectly. 

It's as if the installer is not even looking at the system or the folders...  I mean, the errors show folders missing, but it doesn't say what folders are missing.  And there are NO folders missing, btw.

- Greg

SpectroPro

sorry for the posts...I wish I could edit a previous..so I wouldn't have to keep posting new ones...

http://www.bluestreamair.com/sos/cop/     shows some messed up crap
http://www.bluestreamair.com/sos/cop/install.php   is also screwed..

NOT a clue what is wrong..  Do I need to contact my host?  And why would my other coppermine install go flawlessly when it is on same host/computer just different directory.

- Greg

SpectroPro

sorry for the posts...I wish I could edit a previous..so I wouldn't have to keep posting new ones...

http://www.bluestreamair.com/sos/cop/     shows some messed up crap
http://www.bluestreamair.com/sos/cop/install.php   is also screwed..

NOT a clue what is wrong..  Do I need to contact my host?  And why would my other coppermine install go flawlessly when it is on same host/computer just different directory.

- Greg


ps:  it's as if php isn't working.  But it is on all my other domains/ folders

SpectroPro

just to show I am not crazy..

http://www.sgpi.net/pgallery/

This is on same computer, just different folder.  Works like a dream.

- Greg

Nibbler

You need to talk to your host. Looks like PHP is not enabled so all you get is source code.

SpectroPro

Yeah, I know what it looks like.  Oddly enough, php is running just fine on that server.  I use it on every one of my web sites.  Looking into why that one folder isn't accessing it..

- Greg