WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-160bbf-32.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 = 59443 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: datepicker not hiding properly (at all)
<input type="text" id="workEntryDate" placeholder="Date" class="form-control datepicker"> and my initialization:
$('.datepicker').pickadate();I get no errors in the console. When the page loads, the picker is shown. Choosing a date populates the field as expected, but the picker will not close, even when choosing the 'Close' button. 'Today' and 'Clear' work as expected.
Closed
This topic is closed.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Closed
- User: Pro
- Premium support: Yes
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: Yes
- Provided link: No
Head pro premium priority commented 7 years ago
I re-downloaded the MDB-Pro zip from MY ACCOUNT, and replaced the bootstrap, jquery, and mdb files. This seems to have fixed the issue. I don't know what was wrong with the initial downloaded files, but there it is.