Re: Success on Mageia
Aleksander Machniak <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab,gmane.comp.kde.kolab.devel |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04/30/2013 11:52 PM, Thomas Spuhler wrote: > 127.0.0.1:57549] PHP Fatal error: Call to undefined function dl() > in /usr/share/php/kolabobject.php on line 22, referer: > http://localhost/roundcubemail/?_task=task > > in the access log, I find the error code 500 from the same > component dl() is a standard PHP function (http://pl1.php.net/manual/en/function.dl.php) which indeed might be disabled or not-existing in some installations. However, if you check the code it is called only when specified extension is not loaded. So, a solution would be to load required extensions in php config using extension directive. - -- Aleksander Machniak Software Developer Kolab Systems AG: http://kolabsys.com PGP: 19359DC1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJRgLthAAoJEL7mdKAZNZ3BgkoIALc0kB5USBuvNFqqGbTiXm5c i7Yi6p4oATZT1sR7vjRatIlsmTAEsrEf59nLK5kJ0XsdzmqJWE/U5MhE+MGfU0Bg KQG4CYuj7bpR0+8A4u+0aWacbVxu4UMUFPuEza+p6KY9k6CM3BYMpgCgoX9fY38V TejTJcsmMHah90SoCGx7BAqiQQAnPx1vsPkSQ3Dm0pWU+ht2O90cDjYESDHNjzhR DfJmuFN5BE7RECTIgVxOt9qBwRF1KbfGoy6PPx3VwwX1ZCk0bGwA81gIGbykEKzo TLgNj0YcZOYGEoH6UoK8WIuy1LDtEOiMbIo7jBmL5adtKawXX7lR1UAlBospDfs= =9Jsr -----END PGP SIGNATURE-----