botble-comment icon indicating copy to clipboard operation
botble-comment copied to clipboard

Internal GD font () not availaible use only 1-5

Open IGProd opened this issue 3 years ago • 1 comments

any help please ?

DataTables warning: table id=plugins-comment-table - exception message: internal GD font () not available use only 1.5

IGProd avatar Feb 27 '22 00:02 IGProd

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

IGProd avatar Mar 14 '22 15:03 IGProd