Page 1 of 1

PHP Fatal Error (PHP 5.6)

Posted: Tue 5. Sep 2017, 12:49
by ThomasTailor93
Hallo,

ich nutze, für einen einzigen Webspace, das Feature zur Benutzung verschiedener PHP Versionen. Dieser Webspace benutzt PHP 5.6. Da ich weiß, dass genau diese Funktion vorher auch schon funktioniert hat, gehe ich davon aus, dass es durch das Feature hervorgewurfen wird. Folgendes Problem habe ich:

Code: Select all

[Tue Sep 05 00:25:10.733953 2017] [proxy_fcgi:error] [pid 3053:tid 140633327003392] [client 87.158.xxx.xxx:52671] AH01071: Got error 'PHP message: PHP Fatal error:  Call to undefined function imagettfbbox() in /home/users/sard/www/api/index.php on line 178\n'
Laut phpinfo() ist aber GD aktiviert.

Zudem habe ich noch folgenden Fehler:

Code: Select all

[Tue Sep 05 00:10:47.819114 2017] [proxy_fcgi:error] [pid 704:tid 140717858993920] [client 87.158.71.88:52262] AH01079: failed to make connection to backend: httpd-UDS
[Tue Sep 05 00:10:49.528578 2017] [proxy:error] [pid 705:tid 140717766674176] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /run/php/keyhelp_sard_php56.socket (keyhelp_sard_php56.socket) failed
Hat jemand eine Ahnung, an was das liegen könnte?

VG

Re: PHP Fatal Error (PHP 5.6)

Posted: Tue 5. Sep 2017, 14:16
by Alexander
Zum erstgenannten Fehler:

http://php.net/manual/en/function.image ... text-notes

Im Laufe dieser Woche veröffentlichen wir neue PHP-Pakete unter anderem mit Freetype.

Re: PHP Fatal Error (PHP 5.6)

Posted: Tue 5. Sep 2017, 17:06
by ThomasTailor93
Ahh, verstehe. Sehr gut, vielen Dank! :)

Re: PHP Fatal Error (PHP 5.6)  [GELÖST]

Posted: Wed 6. Sep 2017, 16:01
by Alexander
Freetype ist nun mit einkompiliert, siehe hier viewtopic.php?f=7&t=435#p2897