causefx / Organizr

HTPC/Homelab Services Organizer - Written in PHP
GNU General Public License v3.0
4.99k stars 288 forks source link

organizr does not have permissions to download the update #1332

Closed mikelagase closed 4 years ago

mikelagase commented 4 years ago

Running Organizr V2 version 2.0.320 on Synology and trying to perform an update of the app and I am getting "organizr does not have permissions to download the update". I went to /web and made sure that http had RW permissions on the organizr, db and web_images folder and still get the same error.

Where do I need to update permissions for this update to download and update successfully?

Mike

HalianElf commented 4 years ago

It downloads to the parent directory of where the Organizr files live.

causefx commented 4 years ago

If you goto Settings > About and click Organizr Paths you can see the folders

image

mikelagase commented 4 years ago

That worked!! the root did not have correct permissions for http. Added write access and the update was successful.

Much appreciated!!