not support top domain? not support top domain?
 

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

not support top domain?

Started by majie, May 29, 2006, 06:47:13 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

majie

I can not install at
http://www.mysite.com/install.php
this address.

when I changed coppermine to
http://www.mysite.com/cpg/install.php
it works!

Windows 2003
IIS6

Nibbler

Why can't you install at the site root ?

Sami

what is the error? paste it here to see what is going wrong....
‍I don't answer to PM with support question
Please post your issue to related board

majie

Before you continue with Coppermine installation, there are some problems that need to be fixed.


--------------------------------------------------------------------------------

A subdirectory called 'include' 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.


--------------------------------------------------------------------------------

A subdirectory called 'albums' 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.


--------------------------------------------------------------------------------

A subdirectory called 'userpics' should normally exist in the 'albums' directory. The installer can't find this directory. Check that you have uploaded all Coppermine files to your server.


--------------------------------------------------------------------------------

A subdirectory called 'edit' should normally exist in the 'albums' directory. The installer can't find this directory. Check that you have uploaded all Coppermine files to your server.


--------------------------------------------------------------------------------

A subdirectory called 'sql' 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.

Once you are done, hit the "Try again" button.

Tranz

The error messages say you don't have the folders that it needs. Make sure you extracted the zip file rather than just doubleclick. There are supposed to be folders, not just files. If you need help still, post the real url to your gallery.

majie

they are there...
I just moved all file into a folder "cpg"
then I type:
http://www.mysite.com/cpg/install.php

it can work.

Nibbler


majie


Tranz

hmm... it seems that php isn't running on the subdomain or something. Regular files are ok, like: http://img.ntrpg.org/docs/

Try this test. Put a file called test.php into the imgs folder. Put this in there:
<?php
echo 'Hello world';
?>

Then go to it via the subdomain and see what happens.

If you don't see a page that says Hello world, you need to contact your webhost.


Joachim Müller

Well, to me it seems as if it works as expected.

Tranz

Yeah, works for me too. I get a blank page when I tried index.php. Maybe a mysql error?

@majie: read on manually enabling debugging: http://coppermine-gallery.net/tutorial/

JieCore

I havenot installed, can I enable debugging?

Joachim Müller