WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-159aa4-bf.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 = 112156 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: JS Error after MDB 5 update
Hello
I receive this error after updating mdb 5 npm package.
app.js?id=0ce929fc5b3814b3efb6:9182 Uncaught Error: SELECT: Option "selectAll" provided type "string" but expected type "boolean". ...
There seem to be a problem with the API options in general.
Could you please help?
Thank you
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Free
- Premium support: No
- Technology: MDB Standard
- MDB Version: 3.0.0
- Device: Notebook
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No
savedm commented 5 years ago
Could you please help? I need to fix it as soon as possible.
Grzegorz Bujański commented 5 years ago
I have checked it locally and unfortunately I am not able to reproduce this error. Please paste the code that causes this error here.
savedm commented 5 years ago
I am using the PRO Version.
I tried to import the whole library, then also just modules. The problem is that the code breaks. E.g. dropdown is working but the select multiple breaks the code.
savedm commented 5 years ago
The problem are those options in the Select API, if I remove them it's working else not:
data-filterdata-select-all
Example of one select...