https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37972 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Status|Needs Signoff |Failed QA --- Comment #2 from David Nind <david@davidnind.com> --- Get this error when attempting to access patron's account (maybe a common is required for the code change: tab = > $query->param('tab'); ): Could not compile /kohadevbox/koha/opac/opac-user.pl: syntax error at /kohadevbox/koha/opac/opac-user.pl line 409, near ");" syntax error at /kohadevbox/koha/opac/opac-user.pl line 416, near ")" BEGIN not safe after errors--compilation aborted at /kohadevbox/koha/opac/opac-user.pl line 453. at /usr/share/perl5/CGI/Compile.pm line 144 in CGI::Compile::compile at /usr/share/perl5/CGI/Compile.pm line 144 141: my $code = $self->_eval($eval); 142: my $exception = $@; 143: 144: die "Could not compile $script: $exception" if $exception; 145: -- You are receiving this mail because: You are watching all bug changes.