Re: [phpWebLog-devel] Error when submitting new settings
Brought to you by:
openface
From: Jason H. <ope...@ey...> - 2000-07-03 05:43:08
|
Change in common.inc.php: $G_GD = 1 to $G_GD = 0 Your server lacks support for the gd library. this is required for image creation. The above boolean will disable use of the function. Stephen Lawrence wrote: > > When I save settings or try to create a new layout I get ... > > Fatal error: Call to unsupported or undefined function imagecreatefromgif() > in inc.d/common.inc.php on line 802 > > - > Stephen Lawrence Jr. > lo...@da... > > _______________________________________________ > phpWebLog-devel mailing list > php...@li... > http://lists.sourceforge.net/mailman/listinfo/phpweblog-devel |