phpmyfaq extension GD
Evarie Linux
03/01/2011 14:00:14Op mijn webserver / Lampserver heb ik het pakket www.phpmyfaq.de uitgepakt en een database aangemaakt. Dit is de melding van de setup; http://w.x.y.z/login/phpmyfaq/install/setup.php
The following extensions are missing! Please enable the PHP extension:
* ext/gd
Hoe kan ik de extensie/extension GD aanzetten in ubuntu server 10.04 ?
_________________________________________________________________________
Op www.phpmyfaq.de heb ik toch het antwoord kunnen vinden. Som lukt het niet in een keer. Nu dus toevallig wel.
You don't have GD support enabled in your PHP installation. How can you do it?
If you have no access to your php.ini file you have to ask your webhosting company to enable the GD2 support for you. Otherwise you have to edit the php.ini file on your system and remove the semicolon in the following line:
Linux/Unix/MacOS:
extension=php_gd2.so
Windows
extension=php_gd2.dll
After saving your edited php.ini file you have to restart your webserver and GD2 support is enabled.
The following extensions are missing! Please enable the PHP extension:
* ext/gd
Hoe kan ik de extensie/extension GD aanzetten in ubuntu server 10.04 ?
_________________________________________________________________________
Op www.phpmyfaq.de heb ik toch het antwoord kunnen vinden. Som lukt het niet in een keer. Nu dus toevallig wel.
You don't have GD support enabled in your PHP installation. How can you do it?
If you have no access to your php.ini file you have to ask your webhosting company to enable the GD2 support for you. Otherwise you have to edit the php.ini file on your system and remove the semicolon in the following line:
Linux/Unix/MacOS:
extension=php_gd2.so
Windows
extension=php_gd2.dll
After saving your edited php.ini file you have to restart your webserver and GD2 support is enabled.
Gewijzigd op 03/01/2011 14:09:36 door Evarie Linux
Er zijn nog geen reacties op dit bericht.