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.
Please post a link.
www.powwowimages.com/install.php
did you set permission as doc (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#permissions) says?
Yes, I've even given full permission to include and it still gives me the error??
try to install it under subfolder for example "gallery" (www.powwowimages.com/gallery ).
this is heppen before on Windows box
Yep, looks like it is working now1
That's a wierd bug!!
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)
Thanks, and thanks for the help!