Donate Share

refbase - Web Reference Database

Code

Programming Languages: PL/SQL, PHP

License: GNU General Public License (GPL)

Repositories

browse code, statistics svn co https://refbase.svn.sourceforge.net/svnroot/refbase refbase

Show:

What's happening?

  • Followup: RE: bibutils installation problem

    Hi Mathias, I've only checked if the error messages have disappeared and if the download starts. Thank you for indicating the error. I don't have an idea where to look for this error. I tried to chmod the files to 777 and to change ownership of the tmp file but nothing has changed.

    2009-12-23 19:21:47 UTC by pod-o-mart

  • Followup: RE: bibutils installation problem

    Hi Martin, > I have solved the problem, everything works now as it should. That's great to hear! Out of curiosity, I just checked [your refbase installation][1] (which looks nice, btw), and I noticed that the BibTeX/RIS/Endnote export still generates a blank file, though. [1]: http://podolak.net/de/studium-russlandseiten/literatur Matthias.

    2009-12-23 09:11:06 UTC by msteffens

  • Followup: RE: bibutils installation problem

    Hi Mathias and karnesky, Thank you for your patience. I have solved the problem, everything works now as it should. The name of $sessionTempDir was wrong, as the php session temporary directory. The session directory that is declared in php.ini doesn't work either, I simply use a temp directory in refbase and it works great. Thank you for your support! Martin.

    2009-12-22 23:58:45 UTC by pod-o-mart

  • Followup: RE: bibutils installation problem

    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 by karnesky

  • Followup: RE: bibutils installation problem

    Temp directory is /tmp/ 777 root:root I made an error: in /var/www/vhosts/podolak.net/httpdocs/lib/ safe mode is OFF, but in /usr/bin/bibutils/ it was ON. So I now moved it to the safe_mode_exec_dir which I defined to be /usr/bin/safe_mode_exec_dir. The dir has 755 root:root. The errors remain when trying to use bibutils on refbase.

    2009-12-22 02:50:31 UTC by pod-o-mart

  • Followup: RE: bibutils installation problem

    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 by karnesky

  • Followup: RE: bibutils installation problem

    Hi Mathias Yes, there were some errors in ini.inc.php (wrrong paths). Now I get following message when trying to export: > Warning: fwrite(): supplied argument > is not a valid stream resource in > /var/www/vhosts/podolak.net/httpdocs/lib/includes/execute.inc.php > on line 159 > > Warning: fclose(): supplied argument > is not a valid stream resource in >...

    2009-12-21 01:39:11 UTC by pod-o-mart

  • Followup: RE: bibutils installation problem

    Hi Martin, > I could solve the problem with "Record 1: Unrecognized data format! Required > field missing: TY". As you described in the other message I just had to resave > the RIS file to UTF-8 without BOM before importing. Glad that this worked for you! > Export still doesn't work, I get chased by php error messages followed by blank pages whatever I do. > When I change...

    2009-12-20 18:09:36 UTC by msteffens

  • Followup: RE: bibutils installation problem

    Hi Mathias, Thank you for your reply. I could solve the problem with "Record 1: Unrecognized data format! Required field missing: TY". As you described in the other message I just had to resave the RIS file to UTF-8 without BOM before importing. Export still doesn't work, I get chased by php error messages followed by blank pages whatever I do. When I change $sessionTempDir to a...

    2009-12-20 16:31:37 UTC by pod-o-mart

  • Followup: RE: bibutils installation problem

    Hi Martin, > I get following error message when I try to import a bibtex file: > Warning: tempnam() [function.tempnam]: open_basedir restriction in effect. > File(/var/lib/php5) is not within the allowed path(s): (/var/www/vhosts/podolak.net/httpdocs:/tmp) > in /var/www/vhosts/podolak.net/httpdocs/bib/includes/execute.inc.php on line 115 If save mode is on, please make sure that...

    2009-12-20 11:54:31 UTC by msteffens