WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-5c9ce1-62.MAI' (Errcode: 28 "No space left on device")]SELECT p.* FROM wp_mdb_forum_posts AS p LEFT JOIN wp_mdb_forum_posts AS q ON( q.Id = p.ParentId AND p.Id = q.AcceptedAnswerId ) WHERE p.PostTypeId = 2 AND p.ParentId = 103337 GROUP BY p.Id ORDER BY CASE WHEN q.Id IS NOT NULL THEN 1 ELSE 0 END DESC, p.UpvoteCount DESC, p.CreationDate ASC
Topic: Icon not display
Drilon Hametaj
asked 6 years ago
Hi,
i have problem with icons in navbar, not showed for example
<mdb-icon fas icon="envelope"></mdb-icon>
not work.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Open
- User: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 8.3.1
- Device: computer
- Browser: opera
- OS: windows
- Provided sample code: No
- Provided link: No
Arkadiusz Idzikowski staff commented 6 years ago
Did you install
@fortawesome/fontawesome-freepackage and updated styles array inangular.jsonas explained in our quickstart guide (npm installation section)?https://mdbootstrap.com/docs/angular/getting-started/quick-start/
Are there any errors in the console?