[Phpwm] image routine in php5
alan dunn
alan at dunns.co.uk
Thu Aug 31 17:05:02 BST 2006
Since posting the message we made a big step forward by turning on
display_errors in php.ini - so now we are getting feedback!
We are getting "Allowed memory size of 8388608 bytes exhausted (tried to
allocate 5984 bytes) in..." so currently we are looking for the relevant
configuartion in php.ini
Phil Beynon wrote:
>> We have a function which reads a directory of jpegs and create
>> thumbnails which is working on a server running php 4. We have
>> installed it on a server running suze10.1 and php 5.1.2 and haven't been
>> able to get anything out of it. Some aspects of the code are running -
>> creating subdirectories for example - but nothing to do with the jpegs.
>> We have confirmed that the GD library is installed and running.
>>
>> Does anyone have any insights/experience in this area?
>> alan dunn
>>
>>
> Hi Alan,
>
> I'm in the process of enhancing my Coeus UCMS image management interface
> functionality right now in fact, so its probably my best topic right now!
>
> First thing that comes to mind is that there should be something like
> ImageMagick installed.
> Paste up your resize code, that should give a clue.
>
> Either that or its not got the correct access rights on the sub-folder where
> you store them. Set the folder to a CHMOD 777, see if it works then and then
> reduce it from that dangerously accessible level! :-)
>
> Regards,
>
> Phil
>
>
> _______________________________________________
> Phpwm mailing list
> Phpwm at mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/phpwm
> Wiki: http://wiki.phpwm.org
>
>
>
More information about the Phpwm
mailing list