You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.
Hi brad I have this issues with your library and I dont know what is wrong? Uncaught Error: Class 'Gears\String' not found in /Applications/XAMPP/xamppfiles/htdocs/docx2pdf/vendor/gears/pdf/src/Pdf.php:124 Stack trace: #0 /Applications/XAMPP/xamppfiles/htdocs/docx2pdf/vendor/gears/pdf/src/Pdf.php(161): Gears\Pdf->__construct('/Applications/X...', Array) #1 /Applications/XAMPP/xamppfiles/htdocs/docx2pdf/index.php(6): Gears\Pdf::convert('/Applications/X...') #2 {main} thrown in
The text was updated successfully, but these errors were encountered:
Refactoring of Gears\String migrated Gears String to Gears\String\Str so ensure that you update this library's composer.json or change any instances of use Gears\String as Str; to use Gears\String\Str. That solves this problem but introduces another one. Check on this library issues! Thank you
Hi brad I have this issues with your library and I dont know what is wrong? Uncaught Error: Class 'Gears\String' not found in /Applications/XAMPP/xamppfiles/htdocs/docx2pdf/vendor/gears/pdf/src/Pdf.php:124 Stack trace: #0 /Applications/XAMPP/xamppfiles/htdocs/docx2pdf/vendor/gears/pdf/src/Pdf.php(161): Gears\Pdf->__construct('/Applications/X...', Array) #1 /Applications/XAMPP/xamppfiles/htdocs/docx2pdf/index.php(6): Gears\Pdf::convert('/Applications/X...') #2 {main} thrown in
The text was updated successfully, but these errors were encountered: