coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: powwows on June 12, 2006, 04:56:42 PM

Title: Errors during install
Post by: powwows on June 12, 2006, 04:56:42 PM
I'm getting these errors below.  I'm on a windows server and have coppermine running on another site on the same server.

Thanks



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.
Title: Re: Errors during install
Post by: Nibbler on June 12, 2006, 04:58:37 PM
Please post a link.
Title: Re: Errors during install
Post by: powwows on June 12, 2006, 05:08:14 PM
www.powwowimages.com/install.php
Title: Re: Errors during install
Post by: Sami on June 12, 2006, 06:00:01 PM
did you set permission as doc (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#permissions) says?
Title: Re: Errors during install
Post by: powwows on June 12, 2006, 06:04:10 PM
Yes, I've even given full permission to include and it still gives me the error??
Title: Re: Errors during install
Post by: Sami on June 12, 2006, 06:17:49 PM
try to install it under subfolder for example "gallery" (www.powwowimages.com/gallery ).
this is heppen before on Windows box
Title: Re: Errors during install
Post by: powwows on June 12, 2006, 06:27:49 PM
Yep, looks like it is working now1

That's a wierd bug!!
Title: Re: Errors during install
Post by: Sami on June 12, 2006, 06:50:59 PM
Yes but it's not coppermine bug it's "php running on windows box" related (install.php use "is_dir" function to reconize folder and it have problem with 1 level directory on win2k)
after googling you can find some note like this (http://marc2.theaimsgroup.com/?l=php-windows&m=105671022520426&w=4)
Title: Re: Errors during install
Post by: powwows on June 12, 2006, 06:58:30 PM
Thanks, and thanks for the help!