Do you speak WebGUI? Please help us translate WebGUI into your language.
I tried upgrading to 7.5.10 today, but I just get a blank page when I try to access the site. The upgrade applied successfully. The error logs contain lots of the following:
I've restored 7.5.9 from backup and the site's back up and running, not sure what is causing this though, searching the web reveals nothing that seems to fit. This is with WRE 0.8.3.
I compared Output.pm with 7.5.9, commenting out the new elsif code that appeared in 7.5.10 has fixed my problem, but I'm not sure yet if there are any side effects...
if (defined $handle) { print $handle $content; }# elsif ($self->session->request) {# $self->session->request->print($content);# } else { print $content; }
This is fixed for the next release.