Hiiii masters,
This is ritesh from mumbai. First time i am trying to install coppermine for my website. I have registered with manas web hosting company...and as per their instructions i used WS_FTP LE program to upload my files to web server. I cud upload initial static HTML pages and they worked fine.
Now as i move to core part of web, i uploaded coppermine 1.4.10 folder and files to webspace. using the FTP program i had set the permissions to include and web folders 'red' 'write' 'execute' to everybody, the SYST command on these folders indicate "215 UNIX type L8"..and also prompts that permissions set to 777.
BUT when i connect to my webserver through browser, and run install.php...it gives errors and array of these 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 .= "
A subdirectory called '{$DFLT['upl_d']}' 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.
"; } elseif (! is_writable("{$DFLT['alb_d']}/{$DFLT['upl_d']}")) { $errors .= "
The '{$DFLT['upl_d']}' directory (located in the 'albums' directory on your server) should be writable in order to allow pictures upload. Use your FTP program to change its mode to 777.
"Also at end it says the installation has been locked...

?
how shud i work it out?

Kindly help
Regards
Ritesh