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... . 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_o... .
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_.... 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
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 martin.urbanec@wikimedia.cz 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...
. 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_o...
.
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_... .
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
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 bawolff@gmail.com 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 < martin.urbanec@wikimedia.cz> 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...
. 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_o...
.
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_... .
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
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 martin.urbanec@wikimedia.cz 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 bawolff@gmail.com 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 < martin.urbanec@wikimedia.cz> 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...
. 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_o...
.
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_...
.
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
Usually. Not always. Bomosil.eu uses Wedos as webhosting and at https://hosting.wedos.com/en/webhosting/logy.html. I can see "Service errorlog writes to log all errors on the site (errors from Apache and PHP). Logs are accessible via FTP in directory logs/errorlog." in it so I guess there should be PHP errors if any.
Martin
čt 17. 11. 2016 v 18:18 odesílatel Brian Wolff bawolff@gmail.com napsal:
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 < martin.urbanec@wikimedia.cz> 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 bawolff@gmail.com
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 < martin.urbanec@wikimedia.cz> 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...
. 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_o...
.
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_...
.
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
Any help for me?
Best, Martin
čt 17. 11. 2016 v 18:21 odesílatel Martin Urbanec < martin.urbanec@wikimedia.cz> napsal:
Usually. Not always. Bomosil.eu uses Wedos as webhosting and at https://hosting.wedos.com/en/webhosting/logy.html. I can see "Service errorlog writes to log all errors on the site (errors from Apache and PHP). Logs are accessible via FTP in directory logs/errorlog." in it so I guess there should be PHP errors if any.
Martin
čt 17. 11. 2016 v 18:18 odesílatel Brian Wolff bawolff@gmail.com napsal:
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 < martin.urbanec@wikimedia.cz> 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 bawolff@gmail.com
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 < martin.urbanec@wikimedia.cz> 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...
. 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_o...
.
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_...
.
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
Any help for me somebody?
Martin
pá 18. 11. 2016 v 15:29 odesílatel Martin Urbanec < martin.urbanec@wikimedia.cz> napsal:
Any help for me?
Best, Martin
čt 17. 11. 2016 v 18:21 odesílatel Martin Urbanec < martin.urbanec@wikimedia.cz> napsal:
Usually. Not always. Bomosil.eu uses Wedos as webhosting and at https://hosting.wedos.com/en/webhosting/logy.html. I can see "Service errorlog writes to log all errors on the site (errors from Apache and PHP). Logs are accessible via FTP in directory logs/errorlog." in it so I guess there should be PHP errors if any.
Martin
čt 17. 11. 2016 v 18:18 odesílatel Brian Wolff bawolff@gmail.com napsal:
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 < martin.urbanec@wikimedia.cz> 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 bawolff@gmail.com
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 < martin.urbanec@wikimedia.cz> 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...
. 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_o...
.
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_...
.
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
On Sat, Nov 26, 2016 at 12:16 PM, Martin Urbanec martin.urbanec@wikimedia.cz wrote:
Any help for me somebody?
Try adding error reporting to the top of LocalSettings.php, maybe it will give you more information:
# Turns on error reporting error_reporting(E_ALL); ini_set("display_errors", 1); $wgShowExceptionDetails = true;
Although, a blank screen is usually a PHP error. Did you mean earlier that when you grab the error log via FTP from the webhost, it's empty?
Martin
pá 18. 11. 2016 v 15:29 odesílatel Martin Urbanec < martin.urbanec@wikimedia.cz> napsal:
Any help for me?
Best, Martin
čt 17. 11. 2016 v 18:21 odesílatel Martin Urbanec < martin.urbanec@wikimedia.cz> napsal:
Usually. Not always. Bomosil.eu uses Wedos as webhosting and at https://hosting.wedos.com/en/webhosting/logy.html. I can see "Service errorlog writes to log all errors on the site (errors from Apache and PHP). Logs are accessible via FTP in directory logs/errorlog." in it so I guess there should be PHP errors if any.
Martin
čt 17. 11. 2016 v 18:18 odesílatel Brian Wolff bawolff@gmail.com napsal:
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 < martin.urbanec@wikimedia.cz> 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 bawolff@gmail.com
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 < martin.urbanec@wikimedia.cz> 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...
. 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_o...
.
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_...
.
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
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
so 26. 11. 2016 v 20:38 odesílatel Bill Traynor btraynor@gmail.com napsal:
On Sat, Nov 26, 2016 at 12:16 PM, Martin Urbanec martin.urbanec@wikimedia.cz wrote:
Any help for me somebody?
Try adding error reporting to the top of LocalSettings.php, maybe it will give you more information:
# Turns on error reporting error_reporting(E_ALL); ini_set("display_errors", 1); $wgShowExceptionDetails = true;
Nothing changes, still a blank screen and nothing in the errorlog.
Although, a blank screen is usually a PHP error. Did you mean earlier that when you grab the error log via FTP from the webhost, it's empty?
Yes. There is nothing in it. With one exception which wasn't caused by this problem I think.
[Thu Nov 17 20:06:36.530715 2016] [fcgid:warn] [pid 25453:tid 139826244257536] [client 2a02:598:a::78:172:55867] mod_fcgid: read data timeout in 310 seconds [Thu Nov 17 20:06:36.530745 2016] [core:error] [pid 25453:tid 139826244257536] [client 2a02:598:a::78:172:55867] End of script output before headers: index.php
Why I think this wasn't caused by this problem? Because when I press reload nothing appear...
But I found out another thing. When I look at it using my regular browser I see entriely blank screen. When I try to wget the page I see some error.
urbanecm@masaryk ~ $ wget -O- --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0" ' http://www.bomosil.eu/index.php?title=Soubor:Jihlava_-_zemska_hranice_Cech_a...' 2> /dev/null <br /> <b>Fatal error</b>: Allowed memory size of 134217728 bytes exhausted (tried to allocate 7122 bytes) in <b>/data/web/virtuals/27056/virtual/www/includes/media/Bitmap.php</b> on line <b>568</b><br />
But how can be size of 134217728 exhausted by allocating 7122?
Martin
pá 18. 11. 2016 v 15:29 odesílatel Martin Urbanec < martin.urbanec@wikimedia.cz> napsal:
Any help for me?
Best, Martin
čt 17. 11. 2016 v 18:21 odesílatel Martin Urbanec < martin.urbanec@wikimedia.cz> napsal:
Usually. Not always. Bomosil.eu uses Wedos as webhosting and at https://hosting.wedos.com/en/webhosting/logy.html. I can see "Service errorlog writes to log all errors on the site (errors from Apache and
PHP).
Logs are accessible via FTP in directory logs/errorlog." in it so I
guess
there should be PHP errors if any.
Martin
čt 17. 11. 2016 v 18:18 odesílatel Brian Wolff bawolff@gmail.com
napsal:
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 < martin.urbanec@wikimedia.cz> 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 bawolff@gmail.com
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 < martin.urbanec@wikimedia.cz> 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...
. 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_o...
.
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_...
.
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
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
On Sat, Nov 26, 2016 at 3:21 PM, Martin Urbanec martin.urbanec@wikimedia.cz wrote:
Allowed memory size of 134217728 bytes exhausted (tried to allocate 7122 bytes
What is memory_limit set to in php.ini? Try setting memory_limit = 512M or higher and see if this error still occurs?
so 26. 11. 2016 v 21:34 odesílatel Bill Traynor btraynor@gmail.com napsal:
On Sat, Nov 26, 2016 at 3:21 PM, Martin Urbanec martin.urbanec@wikimedia.cz wrote:
Allowed memory size of 134217728 bytes exhausted (tried to allocate 7122 bytes
What is memory_limit set to in php.ini? Try setting memory_limit = 512M or higher and see if this error still occurs?
It should be 128M. I can't change it directly because I use shared webhosting. I'll ask them if they can do me a favor and raise it temporarily.
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
You can override it temporarily by adding php_value memory_limit 512M to your .htaccess file OR ad ini_set( 'memory_limit', '512M'); from with LocalSettings.php, I think.
On Sat, Nov 26, 2016 at 3:51 PM, Martin Urbanec martin.urbanec@wikimedia.cz wrote:
so 26. 11. 2016 v 21:34 odesílatel Bill Traynor btraynor@gmail.com napsal:
On Sat, Nov 26, 2016 at 3:21 PM, Martin Urbanec martin.urbanec@wikimedia.cz wrote:
Allowed memory size of 134217728 bytes exhausted (tried to allocate 7122 bytes
What is memory_limit set to in php.ini? Try setting memory_limit = 512M or higher and see if this error still occurs?
It should be 128M. I can't change it directly because I use shared webhosting. I'll ask them if they can do me a favor and raise it temporarily.
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@lists.wikimedia.org