On 03/09/2011 04:57 AM, Luc Quoniam wrote:
> We suppose that the message is due to file system permissions.
> But we do not want to get a security failure.
To upload PDFs, PHP needs write-access to a directory. This is not a
"security failure". refbase includes basic checks to prevent obvious
malicious uploads & you can further restrict the file upload directory
in your apache configuration.
Your uploads are currently under:
/public_html/refbase/refs/files
Make sure this exists and that your webserver user has write access. On
some systems, you may be able to create files & not directories. You
presently seem to be configured to create a folder for the author & a
sub-folder for the year. If you want all files in a single directory,
change $dirNamingScheme in initialize/ini.inc.php
> How is it possible to join the developing team?
In what capacity do you wish to join/what contributions would you like
to make? We happily accept patches by mail & can add you to the commit
list if these offer significant improvements.
> It seems impossible to get a login access to the wiki page of refbase in
> the sence to participate..
The wiki is used for documentation & not used (much) for development.
If you have specific suggestions, we can talk...
--Rick
|