You may have to enable php error logging in you php.ini config (note: php error log is different from apache error log and usually in different places)
-- Bawolff On Thursday, November 17, 2016, Martin Urbanec <[email protected]> wrote: > Hi, > There is nothing in the errorlog. Entirely blank file. There is only > something in the accesslog but this won't be helpful I guess. > > See the accesslog (with the IP changed with CENSORED). I can't send you > nothing more. > > 897939 CENSORED [17/Nov/2016:18:03:45 +0100] 5938 200 www.bomosil.eu "GET > /index.php?title=%C5%A0ablona:Citace_monografie/doc&action=edit§ion=3 > HTTP/1.1" > 5576902 CENSORED [17/Nov/2016:18:04:16 +0100] 9371 200 www.bomosil.eu "GET > /index.php?title=%C5%A0ablona:Infobox_s%C3%ADdlo&diff=cur&oldid=1361 > HTTP/1.1" > 188081 CENSORED [17/Nov/2016:18:04:24 +0100] - 200 www.bomosil.eu "GET > /index.php?title=Soubor:Jihlava_-_zemska_hranice_Cech_a_Moravy_v_okoli_Jihlavskych_drevarskych_zavodu_2.jpg&uselang=en > HTTP/1.1" > 146994 CENSORED [17/Nov/2016:18:04:25 +0100] - 200 www.bomosil.eu "GET > /index.php?title=Soubor:Jihlava_-_zemska_hranice_Cech_a_Moravy_v_okoli_Jihlavskych_drevarskych_zavodu_2.jpg&uselang=en > HTTP/1.1" > 511703 CENSORED [17/Nov/2016:18:05:01 +0100] - 200 www.bomosil.eu "GET > /index.php?title=Soubor:Jihlava_-_zemska_hranice_Cech_a_Moravy_v_okoli_Jihlavskych_drevarskych_zavodu_2.jpg&uselang=en > HTTP/1.1" > 399128 CENSORED [17/Nov/2016:18:05:21 +0100] 5047 200 www.bomosil.eu "GET > /index.php?title=Speci%C3%A1ln%C3%AD:Co_odkazuje_na/1848&limit=100 HTTP/1.1" > 1687227 CENSORED [17/Nov/2016:18:05:35 +0100] 6077 200 www.bomosil.eu "GET > /index.php?title=Vojensk%C3%BD_%C3%BAjezd_Libav%C3%A1&action=edit&oldid=2253 > HTTP/1.1" > 3701121 CENSORED [17/Nov/2016:18:05:35 +0100] 9353 200 www.bomosil.eu "GET > /index.php?title=Str%C5%BEanov&diff=1054&oldid=prev&printable=yes HTTP/1.1" > 265353 CENSORED [17/Nov/2016:18:06:28 +0100] - 200 www.bomosil.eu "GET > /index.php?title=Soubor:Jihlava_-_zemska_hranice_Cech_a_Moravy_v_okoli_Jihlavskych_drevarskych_zavodu_2.jpg&uselang=en > HTTP/1.1" > 254433 CENSORED [17/Nov/2016:18:06:35 +0100] 9120 200 www.bomosil.eu "GET > /index.php?title=Bomosil:Aktuality HTTP/1.1" > > I changed the variable to 30720000, nothing happened. I also tried to set > it to 0, nothing happened too. > > Martin > > čt 17. 11. 2016 v 16:44 odesílatel Brian Wolff <[email protected]> napsal: > >> Hi. Blank page generally means a php fatal error. Most likely in this case >> is php max_execution_time exceeded, but check the php error log to see what >> it is. >> >> Also you may want to check wgShellMaxMemory (i might be mangling the name) >> >> The hash_equals is probably a bug, but probably an unrelated bug. >> >> -- >> Bawolff >> >> On Thursday, November 17, 2016, Martin Urbanec < >> [email protected]> >> wrote: >> > Hi, >> > I'm still getting strange error "Error creating thumbnail: Invalid >> > thumbnail parameters" for some images at bomosil.eu. You can see an >> example >> > at >> > >> >> http://www.bomosil.eu/index.php?title=Soubor:Jihlava_-_zemska_hranice_Cech_a_Moravy_v_okoli_Jihlavskych_drevarskych_zavodu_2.jpg&uselang=en >> > . >> > As you can see I use version 1.23.15. The image itself can be find at >> > >> >> http://www.bomosil.eu/images/4/4f/Jihlava_-_zemska_hranice_Cech_a_Moravy_v_okoli_Jihlavskych_drevarskych_zavodu_2.jpg >> > . >> > >> > I tried to change $wgMaxImageArea to 10e7 (and higher). The error did not >> > show anymore. But there was a blank screen instead of it. No warning, no >> > error message, nothing. >> > >> > Also when I visit Special:Upload I get a warning "Warning: hash_equals(): >> > Expected user_string to be a string, NULL given in >> > /data/web/virtuals/27056/virtual/www/includes/GlobalFunctions.php on line >> > 135". I don't know if this is interesting. >> > >> > I also tried to upload the file at another wiki with success as you can >> see >> > at >> > >> >> http://urbanecmwiki.8u.cz/w/index.php?title=Soubor:Jihlava_-_zemska_hranice_Cech_a_Moravy_v_okoli_Jihlavskych_drevarskych_zavodu_2.jpg >> . >> > The only one change which I made was that I changed wgMaxImageArea to >> > bigger value. But this does not work in this case. >> > >> > Could anybody help me with this? >> > >> > The best, >> > Martin Urbanec >> > _______________________________________________ >> > MediaWiki-l mailing list >> > To unsubscribe, go to: >> > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >> > >> _______________________________________________ >> MediaWiki-l mailing list >> To unsubscribe, go to: >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >> > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
