WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-5e4fd3-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 = 119438 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 broken when using RDP
smachesney
asked 3 years ago
Problem When I use RDP (Remote Desktop Protocol) into a window machine and use the app containing the MDBootstrap code the date picker is broken. It works as expected directly on a windows machine.
Expected behaviour When I close or select a date the date picker closes
Actual behaviour The date picker stays until I refresh the page
Resources (screenshots, code snippets etc.)

let pickerDiv= document.getElementById(`test-${actionId}`);
const myDatepicker2 = new mdb.Datepicker(pickerDiv, options);
pickerDiv.addEventListener('dateChange.mdb.datepicker', (e) => {
someFunction(newDate);
});
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: Free
- Premium support: No
- Technology: MDB Standard
- MDB Version: MDB5 3.10.2
- Device: Desktop (RDP)
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No