Author Topic: GD Bibliothek funktioniert auf Root nicht  (Read 6355 times)

0 Members and 1 Guest are viewing this topic.

Offline Artikulus

  • Newbie
  • *
  • Posts: 20
    • View Profile
GD Bibliothek funktioniert auf Root nicht
« on: May 14, 2009, 07:00:04 PM »
Hallo,

erstmal im Voraus. Ich verstehe 0 von Server-Configuration.

Ich hatte meine Galerie erst auf einem Webspace gehosted -> lief alles fehlerfrei. Nun bin ich auf einen eigenen Root-Server umgezogen und es kommt die Meldung:
Code: [Select]
Die GD Bibliothek konnte nicht erkannt werden.
Bitte überprüfen Sie Ihre Einstellungen für die Konvertierungs-Module.

Würde mich über Hilfe freuen, was ich jetzt machen muss. Google hat mir leider keine passenden Lösungen geboten.

Grüße

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: GD Bibliothek funktioniert auf Root nicht
« Reply #1 on: May 14, 2009, 11:35:45 PM »
hi Artikulus,

im 4images ACP (Administrator Contral Panel) > phpinfo()
siehst du ob PHP mit GD kompiliert wurde.
wenn nicht, musst du es nachkompelieren bzw. dies von jemanden der ahnung davon hat erledigen lassen.
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline Artikulus

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: GD Bibliothek funktioniert auf Root nicht
« Reply #2 on: May 18, 2009, 06:20:17 PM »
Danke für deine Antwort.

Siehst du hier eventuell, ob PHP mit GD kompiliert wurde?

Code: [Select]
System Linux server.****************** 2.6.18-128.1.6.el5 #1 SMP Wed Apr 1 09:10:25 EDT 2009 x86_64
Build Date Apr 15 2009 21:35:10
Configure Command './configure' '--disable-pdo' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-libxml' '--enable-magic-quotes' '--enable-sockets' '--prefix=/usr/local' '--with-apxs2=/usr/local/apache/bin/apxs' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-kerberos' '--with-libdir=lib64' '--with-libxml-dir=/opt/xml2/' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-pic' '--with-zlib' '--with-zlib-dir=/usr'
Server API Apache 2.0 Handler
Virtual Directory Support disabled
Configuration File (php.ini) Path /usr/local/lib
Loaded Configuration File /usr/local/lib/php.ini
Scan this dir for additional .ini files (none)
additional .ini files parsed (none)
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety disabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams php, file, data, http, ftp, compress.zlib
Registered Stream Socket Transports tcp, udp, unix, udg
Registered Stream Filters string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, convert.iconv.*, zlib.*

Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
    with eAccelerator v0.9.5.3, Copyright (c) 2004-2006 eAccelerator, by eAccelerator

PHP Credits
Configuration
PHP Core
Directive Local Value Master Value
allow_call_time_pass_reference On On
allow_url_fopen On On
allow_url_include Off Off
always_populate_raw_post_data Off Off
arg_separator.input & &
arg_separator.output & &
asp_tags Off Off
auto_append_file no value no value
auto_globals_jit On On
auto_prepend_file no value no value
browscap no value no value
default_charset no value no value
default_mimetype text/html text/html
define_syslog_variables Off Off
disable_classes no value no value
disable_functions no value no value
display_errors On On
display_startup_errors Off Off
doc_root no value no value
docref_ext no value no value
docref_root no value no value
enable_dl On On
error_append_string no value no value
error_log error_log error_log
error_prepend_string no value no value
error_reporting 7 6135
expose_php On On
extension_dir /usr/local/lib/php/extensions/no-debug-non-zts-20060613 /usr/local/lib/php/extensions/no-debug-non-zts-20060613
file_uploads On On
highlight.bg #FFFFFF #FFFFFF
highlight.comment #FF8000 #FF8000
highlight.default #0000BB #0000BB
highlight.html #000000 #000000
highlight.keyword #007700 #007700
highlight.string #DD0000 #DD0000
html_errors On On
ignore_repeated_errors Off Off
ignore_repeated_source Off Off
ignore_user_abort Off Off
implicit_flush Off Off
include_path .:/usr/lib/php:/usr/local/lib/php .:/usr/lib/php:/usr/local/lib/php
log_errors On On
log_errors_max_len 1024 1024
magic_quotes_gpc On On
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
mail.force_extra_parameters no value no value
max_execution_time 30 30
max_input_nesting_level 64 64
max_input_time 60 60
memory_limit 32M 32M
open_basedir no value no value
output_buffering no value no value
output_handler no value no value
post_max_size 8M 8M
precision 12 12
realpath_cache_size 16K 16K
realpath_cache_ttl 120 120
register_argc_argv On On
register_globals Off Off
register_long_arrays On On
report_memleaks On On
report_zend_debug On On
safe_mode Off Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
sendmail_from no value no value
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
serialize_precision 100 100
short_open_tag On On
SMTP localhost localhost
smtp_port 25 25
sql.safe_mode Off Off
track_errors Off Off
unserialize_callback_func no value no value
upload_max_filesize 2M 2M
upload_tmp_dir no value no value
user_dir no value no value
variables_order EGPCS EGPCS
xmlrpc_error_number 0 0
xmlrpc_errors Off Off
y2k_compliance On On
zend.ze1_compatibility_mode Off Off

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: GD Bibliothek funktioniert auf Root nicht
« Reply #3 on: May 18, 2009, 07:02:53 PM »
hi,

also hier sehe ich nichts von GD...

erstelle mal eine php datei (name egal)
mit diesen inhalt

Code: [Select]
<? phpinfo()?>
lade diese *.php auf deinen webserver und lass mich mal ansehen, schicke die URL zur datei per PN.
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline Artikulus

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: GD Bibliothek funktioniert auf Root nicht
« Reply #4 on: May 26, 2009, 03:24:51 PM »
War nicht drauf. Habe es gegen kleines Geld von meinem Server-Provider installieren lassen, jetzt funktioniert es. Trotzdem danke dir.

Grüße