WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-5f66f9-5.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 = 113281 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: Loading management
smachesney
asked 5 years ago
Hi
I have incorporated this snippet into my code:
<div id="loading-test-5" style="height: 300px; width: 100%">
<div class="loading" data-mdb-parent-selector="#loading-test-5">
<div class="fas fa-spinner fa-spin fa-2x"></div>
<span class="loading-text">Loading...</span>
</div>
</div>
Also, included the entire MDB5 ui kit however I get an error of "cannot get clonenode of null".
Can you tell me what the issue it? Thanks Sonia
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB Standard
- MDB Version: 3.2.0
- Device: Desktop
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No