Ticket #91 (closed defect: fixed)

Opened 3 years ago

Last modified 3 weeks ago

Consistent Permissions

Reported by: mike Owned by: mike
Priority: normal Milestone: 1.0
Component: General Version: 1.0b3
Severity: normal Keywords: needs-patch
Cc:

Description

It appears that everyone is getting different results when uploading pictures through the upload tab or import interfaces. For most people, it just works. But a lot of people are experiencing the problem of having permissions set for their images that prevent them from viewing the image at all.

Plogger should consistently produce images with the proper permission settings. 755 or 777. This may be as simple as adding a CHMOD statement to the add_picture function, as some people in the forum have reported success from doing so.

Change History

Changed 6 weeks ago by sidtheduck

  • keywords needs-patch added

As far as I can tell (with the latest patch for ticket #169), all permissions should be consistent as '0777'.

Although I have noticed in other scripts I've worked on that sometimes setting permissions with mkdir don't always take, so maybe we should be sure to add an additional chmod to '0777' after a mkdir command.

Changed 4 weeks ago by sidtheduck

  • milestone set to 1.0

I'll do a final check through the code to make sure this has been fully updated. Should be finished for milestone 1.0

Changed 3 weeks ago by sidtheduck

  • status changed from new to closed
  • resolution set to fixed

I've looked through the code again and everything should be set for '0777' permissions across the board. If there are any other issues that people run into, we can reopen this ticket.

Note: See TracTickets for help on using tickets.