botble-comment
botble-comment copied to clipboard
Internal GD font () not availaible use only 1-5
any help please ?
DataTables warning: table id=plugins-comment-table - exception message: internal GD font () not available use only 1.5
i fixed the error [Internal GD font () not availaible use only 1-5]
i changed this line
$font->file($this->font);
to this
$font->file(public_path('fonts/Roboto-Bold.ttf'));
i added fonts folder contain Roboto-Bold.ttf' in public
and it work the file that i edit is
/var/www/html/vendor/botble/platform/base/src/Supports/Avatar.php for plugin comment