Error: imagettfbbox(): Could not read font
This error on the ads details page indicates either a missing file or server configuration problem. Specifically, the PHP parse_ini_file() function has been disabled on your server.
Solution
- Ensure all script files are uploaded to your server, including the font file located at
/packages/larapen/texttoimage/src/Libraries/font/FiraSans-Regular.ttf - Enable the PHP
parse_ini_file()function on your server, or request your hosting provider to do so
Note: Before installation, verify that your server uses default PHP configuration with all functions enabled by default.