[Koha-bugs] [Bug 28130] Show list of serial email alerts a patron subscribed to in patron account in OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 24 15:00:31 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28130

Christian Stelzenmüller <christian.stelzenmueller at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |christian.stelzenmueller at bs
                   |                            |z-bw.de
             Status|Needs Signoff               |Failed QA

--- Comment #4 from Christian Stelzenmüller <christian.stelzenmueller at bsz-bw.de> ---
An error occurs when trying to open a sandbox with the enhancement. Part of the
error trace says:

"Error trace
Could not mkdir /tmp/cgi_compile_22068: No space left on device at
/usr/share/perl5/CGI/Compile.pm line 195
1.      in CGI::Compile::_eval at /usr/share/perl5/CGI/Compile.pm line 195
2.        192:     $tmp_dir ||= File::Spec->catfile(File::Spec->tmpdir,
"cgi_compile_$$");
3.        193: 
4.        194:     if (! -d $tmp_dir) {
5.        195:         mkdir $tmp_dir          or die "Could not mkdir
$tmp_dir: $!";
6.        196:         chmod 0700, $tmp_dir    or die "Could not chmod 0700
$tmp_dir: $!";
7.        197:     }
8.        198: "

I could send the complete error trace if needed.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list