Page 3 of 3

Re: Problemms with thumbnails creating

Posted: 25 Feb 2010, 14:51
by craven2
possible solution:

GD Library isn't installed on your server.


(for ubuntu)
sudo apt-get install php5-gd
sudo /etc/init.d/apache2 restart


fixed.

Re: Problemms with thumbnails creating

Posted: 23 Mar 2010, 09:26
by jbx
look i have been having problems for months I want to give it another shot before I just give up with it.

I looked on my 1&1 server help section under GD library and found this

can you tell me if this is holding me up or what I can do?
Thank you

What's the PHP configuration?

On our Managed Servers PHP is installed as a CGI application. Scripts ending
in ".php" are executed by the PHP-interpreter using your customer ID.

The PHP installation includes the following modules:
Module Version
Expat 1.95.6
Sablotron 1.0
PCRE 4.5
OpenSSL 0.9.6
Libcurl 7.10.3
MySQL Client API 4
IMAP c-Client 4.1
GD 2.0 or higher (FreeType, TTF library, GIF Read/Create, JPG, PNG, WBMP)
GDBM 1.8.0
Zlib 1.2.1

The php.ini file contains the following default values:
upload_max_filesize:20 M
max_execution_time:300
memory_limit:40 M
post_max_size:8 M
SMTP:localhost

The php.ini file should be placed in all the directories that has PHP scripts you
want effected by that php.ini file.

PHP version 5 is available to use with your 1&1 Managed Server

SD2B112