-
Are you sure that /tmp/ is your php session temporary directory? Do you have any other restrictions in place that would prevent writing to it? You can try modifying /var/www/vhosts/podolak.net/httpdocs/lib/includes/execute.inc.php on line 159 to temporarily write to a single, static file in a location you know you have write access to (such as your files subdirectory assuming file uploads...
2009-12-22 18:23:52 UTC in refbase - Web Reference Database
-
I believe your directories do not have appropriate ownership/permissions.
If the bibutils directory is 750 & owned by root:root, then only root will be able to transverse the directory and use the programs in that directory (and your web server should not be run by root).
However, what are the ownership/permissions of your php session temporary directory? Your error could be caused if...
2009-12-21 21:34:32 UTC in refbase - Web Reference Database
-
As Matthias pointed out, the warning notices are relatively benign. You should probably not emit your errors and warnings to the world in a production environment anyway. Set display_errors = Off in php.ini.
2009-11-17 22:51:02 UTC in refbase - Web Reference Database
-
Yes; the resource type issue is probably why that does not import. The DOI importer was made before the unixref-1.1 schema was released & much of the syntax found in that file is not offered by unixref-1.0 (and we weren't using a schema when we wrote the import routine, but only examples).
We will have to improve the importer to follow the newer schema in the future.
2009-09-28 15:48:12 UTC in refbase - Web Reference Database
-
Those URIs look fine, but we have not heard about this issue before. Am I correct in assuming that you have not modified refbase and that our demonstration databases work fine when you are logged in to them? If you need a second set of eyes, feel free to send temporary account info off-list.
Please enable all error/notice/warning logging & report anything here. Do you have any issues...
2009-09-19 18:15:48 UTC in refbase - Web Reference Database
-
There is also a ["notes"][1] directory in the SVN that contains documentation.
[1]: http://refbase.svn.sourceforge.net/viewvc/refbase/branches/bleeding-edge/note/ "notes".
2009-09-18 23:34:40 UTC in refbase - Web Reference Database
-
I don't understand your question because of the awkward phrasing through the use of '???,' random italics, and such. I'd create a UTF8 database. Please also refer to: [http://www.refbase.net/index.php/Manual_installation][1]. Is there a reason you cannot use install.php?
[1]: http://www.refbase.net/index.php/Manual_installation.
2009-09-16 14:13:41 UTC in refbase - Web Reference Database
-
As you can see, URLs are autolinked. You cannot use HTML or other rich markup in the sourceforge forums, though.
2009-09-04 15:04:17 UTC in refbase - Web Reference Database
-
If the patch is short, post it here. If it is longer, use the tracker or the dev list.
curl is widely available & we can _probably_ default to it. 'fopen' should be left in tact (either as an option or commented out) for those that do not have the extension.
2009-09-03 20:10:12 UTC in refbase - Web Reference Database
-
Ideally, the user that apache runs under would belong to the group that owns that directory.
2009-09-03 12:29:18 UTC in refbase - Web Reference Database