coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Upload => Topic started by: melovillareal on November 16, 2004, 09:52:50 PM

Title: Error on uploading ... Pls help....
Post by: melovillareal on November 16, 2004, 09:52:50 PM
this messages keep on apearing

Warning: is_dir(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /home/melo/public_html/gallery/upload.php on line 432

Warning: filemtime(): Stat failed for ./albums/edit/. (errno=13 - Permission denied) in /home/melo/public_html/gallery/upload.php on line 440

Warning: unlink(./albums/edit/.): Permission denied in /home/melo/public_html/gallery/upload.php on line 453

Warning: is_dir(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /home/melo/public_html/gallery/upload.php on line 432

Warning: filemtime(): Stat failed for ./albums/edit/.. (errno=13 - Permission denied) in /home/melo/public_html/gallery/upload.php on line 440

Warning: unlink(./albums/edit/..): Permission denied in /home/melo/public_html/gallery/upload.php on line 453



I uploaded the coppermine gallery script in this website... pls help...

http://www.lakbaypilipinas.com/gallery/upload.php

Title: Re: Error on uploading ... Pls help....
Post by: Tranz on November 16, 2004, 10:19:16 PM
Annoying the moderators by triple-posting (and having us clean after your mess) isn't going to make us eager to help you out. >:( Stick to one thread.
Title: Re: Error on uploading ... Pls help....
Post by: melovillareal on November 18, 2004, 05:07:03 AM
Im sorry Sir,

What should i do to correct the errors?

thanks,
Melo Villareal
Title: Re: Error on uploading ... Pls help....
Post by: Joachim Müller on November 18, 2004, 09:00:46 AM
search this board (http://forum.coppermine-gallery.net/index.php?action=search;advanced) for "Warning: is_dir(): Stat failed for ./albums/edit/. (errno=13 - Permission denied)"

Joachim

P.S. it's not "Sir" in above case, should be "Madam" instead ;)
Title: Re: Error on uploading ... Pls help....
Post by: melovillareal on November 19, 2004, 08:52:14 AM
Thank you Sir,

I have recreated the edit directory then set it to 777 chmod and "pop" no more error on the top of the page... but on the debug info bellow it says

USER:
------------------
Array
(
   [ID] => 358025b0bb7471f94757fba6f0f64b39
   [am] => 1
)

==========================
USER DATA:
------------------
Array
(
   [user_id] => 1
   [user_group] => 1
   [user_active] => YES
   [user_name] => melovillareal
   [user_password] => ********
   [user_lastvisit] => 2004-11-19 15:49:02
   [user_regdate] => 2004-11-16 19:39:56
   [user_group_list] =>
   [user_email] =>
   [user_website] => http://www.lakbaypilipinas.com
   [user_location] => Manila Philippines
   [user_interests] => Photography, Webdesign
   [user_occupation] => naaah
   [user_actkey] =>
   [user_favpics] =>
   [disk_max] => 0
   [disk_min] => 0
   [can_rate_pictures] => 1
   [can_send_ecards] => 1
   [ufc_max] => 3
   [ufc_min] => 3
   [custom_user_upload] => 0
   [num_file_upload] => 5
   [num_URI_upload] => 3
   [can_post_comments] => 1
   [can_upload_pictures] => 1
   [can_create_albums] => 1
   [has_admin_access] => 1
   [pub_upl_need_approval] => 0
   [priv_upl_need_approval] => 0
   [group_name] => Administrators
   [upload_form_config] => 3
   [group_quota] => 0
   [can_see_all_albums] => 1
   [group_id] => 1
   [groups] => Array
       (
           [1] => 1
       )

)

==========================
Queries:
------------------
Array
(
   
Title: Re: Error on uploading ... Pls help....
Post by: Joachim Müller on November 19, 2004, 09:27:50 AM
if you don't know what the debug message means, simply ignore it. If everything works as expected, just switch debug mode off.

Joachim
Title: Re: Error on uploading ... Pls help....
Post by: melovillareal on November 19, 2004, 09:47:57 AM
Thank you so much Sir!