1 malkavbug Apr 03, 2006 19:42
3 malkavbug Apr 03, 2006 20:16
Found it while working on modifying the upload process, actually already there so posting for anyone else working on it.
Go to admin/b2upload.php
Do a search for chmod
You will find the code chmod-ing the files to 0644 has been commented out in two locations (on mine anyways)
The commenting out code consists of a "/*" to start the comment and a "*/" to end it.
Delete these four bits and reload the file, good to go.
Figured part of this out
it is chmod to 600 instead of 666 during upload, which limits the ability to reference it.
Anyone know where this is coded?