Hello,
we have the problem that some Images (all made the same way) are not able to create a thumbnail or something else. If I have the following line in it: ---- [[Bild:Pkt 1month-link-usage all.gif|thumb|left]]<br> ---
but this works --- [[Bild:Pkt conf-reports.png|thumb|left]]<br> --- ------------------- Warning: call_user_func(imagegif) [function.call-user-func]: First argument is expected to be a valid callback in /srv/www/htdocs/gk_oracle/includes/Image.php on line 1159 Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/gk_oracle/includes/Image.php:1159) in /srv/www/htdocs/gk_oracle/includes/OutputPage.php on line 421 Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/gk_oracle/includes/Image.php:1159) in /srv/www/htdocs/gk_oracle/includes/OutputPage.php on line 449 Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/gk_oracle/includes/Image.php:1159) in /srv/www/htdocs/gk_oracle/includes/OutputPage.php on line 450 Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/gk_oracle/includes/Image.php:1159) in /srv/www/htdocs/gk_oracle/includes/OutputPage.php on line 509 -------------------
Thanks for Help
Andreas Koch Service
On 08/08/06, Andreas Koch akoch@gk-software.com wrote:
Hello,
we have the problem that some Images (all made the same way) are not able to create a thumbnail or something else. If I have the following line in it:
Either configure PHP with GD support or install ImageMagick and configure MediaWiki to use it.
Rob Church
Hello Quoting Rob Church robchur@gmail.com:
On 08/08/06, Andreas Koch akoch@gk-software.com wrote:
Hello,
we have the problem that some Images (all made the same way) are not able to create a thumbnail or something else. If I have the following line in it:
Either configure PHP with GD support or install ImageMagick and configure MediaWiki to use it.
as I wrote before, on some pictures its working, the resize thing :-(
Andreas Koch
Just a few ideas, in case it helps
i would make sure either imagemagick is installed or php can do thumbnailing, as Rob said.
in case php is in charge thumbnail, maybe increase memory limit for php? maybe it cannot do it when the images are larger?
maybe rebuildimages maintenance script?
good luck ;)
2006/8/8, Andreas Koch akoch@gk-software.com:
Hello Quoting Rob Church robchur@gmail.com:
On 08/08/06, Andreas Koch akoch@gk-software.com wrote:
Hello,
we have the problem that some Images (all made the same way) are not able to create a thumbnail or something else. If I have the following line in it:
Either configure PHP with GD support or install ImageMagick and configure MediaWiki to use it.
as I wrote before, on some pictures its working, the resize thing :-(
Andreas Koch _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org