coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: Error405 on August 29, 2004, 11:59:53 PM

Title: Impossible to move <image> to albums/userpic..
Post by: Error405 on August 29, 2004, 11:59:53 PM
Dont know why but its the first time i see this critical error and i dont find the problem, normaly all is working perfect..  :-\\


USER:
------------------
Array
(
   [ID] => 063216958e8f27026d773b8db05f5f57
   [am] => 1
   [liv] => Array
       (
           
Title: Re: Impossible to move <image> to albums/userpic..
Post by: Joachim Müller on August 30, 2004, 04:19:10 AM
post the actual error message in full, instead of the debug output.

Joachim
Title: Re: Impossible to move <image> to albums/userpic..
Post by: bryan on August 30, 2004, 06:02:02 AM
Warning: is_dir(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /sites/staff/teens/www/photos/upload.php on line 432

Warning: filemtime(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /sites/staff/teens/www/photos/upload.php on line 440

Warning: unlink(./albums/edit/.): Permission denied in /sites/staff/teens/www/photos/upload.php on line 453

Warning: is_dir(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /sites/staff/teens/www/photos/upload.php on line 432

Warning: filemtime(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /sites/staff/teens/www/photos/upload.php on line 440

Warning: unlink(./albums/edit/..): Permission denied in /sites/staff/teens/www/photos/upload.php on line 453

Help ...

What error is this?
Title: Re: Impossible to move <image> to albums/userpic..
Post by: kegobeer on August 30, 2004, 06:47:42 AM
Check your permissions on /albums and all directories in it.  CHMOD to 777 if necessary.
Title: Re: Impossible to move <image> to albums/userpic..
Post by: Error405 on August 30, 2004, 12:44:46 PM
Quote from: GauGau on August 30, 2004, 04:19:10 AM
post the actual error message in full, instead of the debug output.

Joachim

SEE ONE TIME:

Script called without the required parameter(s).

File: /home/cdtech/domains/cdtechstudio.info/public_html/art/db_input.php - Line: 41 

DEBUG OF THIS ONE:

USER:
------------------
Array
(
    [ID] => 063216958e8f27026d773b8db05f5f57
    [am] => 1
    [liv] => Array
        (
           
Title: Re: Impossible to move <image> to albums/userpic..
Post by: Joachim Müller on August 31, 2004, 07:08:18 AM
make sure the script has read/write/execute permissions to the albums directory and everything within it (usually CHMOD to 755 or 777) and check if the "edit" folder exists with the "albums" folder.

Joachim