
|
[dokuwiki]
||
[Date Prev]
[01-2007 Date Index]
[Date Next]
||
[Thread Prev]
[01-2007 Thread Index]
[Thread Next]
[dokuwiki] Re: Image size limit for resizing
- From: "Gabriel Birke" <Gabriel.Birke@xxxxxxxxx>
- To: <dokuwiki@xxxxxxxxxxxxx>
- Date: Wed, 17 Jan 2007 13:51:34 +0100
This is not a drupal-speicific but a general PHP a memory limit problem. You
can try setting "memory_limit" in php.ini to a higher value (for example
"32M") or insert 'ini_set("memory_limit", "32M");' somewhere in your code.
See http://www.php.net/manual/en/ini.core.php for details. This should be
easy if it's your own server but some hosters don't allow you to change the
memory limit.
-----Ursprüngliche Nachricht-----
Von: dokuwiki-bounce@xxxxxxxxxxxxx [mailto:dokuwiki-bounce@xxxxxxxxxxxxx] Im
Auftrag von Inigo Aldazabal Mensa
Gesendet: Mittwoch, 17. Januar 2007 13:24
An: dokuwiki@xxxxxxxxxxxxx
Betreff: [dokuwiki] Image size limit for resizing
Hi,
Subject says it all. It seems to be an upper limit such that images don't
get resized. I just realized when uploading a 2386×1650 image. I just don't
get resized. You can not even see the thumbnail it in the "media files"
window.
So that for eg. with {{ 2386x1650.png?400 |Big image!}} you just get the
"Big image!" text linking to the image detail page, but there again you can
not see it until you finally "full size" it.
If you straight include it full size no problem (except for the size, of
course :-)
Does anyone knows if/where you can change this (assumed) limit. I didn't
find anything related this problem.
Thanks!
Iñigo
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
|

|