WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-59ef61-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 = 107555 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: materialSelect Not a function
Hi,
I have a laravel project. I use npm for sass and js compiler.
Now i require the files :
window.$ = window.jQuery = require('jquery');
require('./../../node_modules/mdbootstrap-pro/js/bootstrap.js');
require('./../../node_modules/mdbootstrap-pro/js/mdb.js');
And in my index.blade.php, i have
$(document).ready(function() {
$('.mdb-select').materialSelect();
});
Now i the get the error:
Uncaught TypeError: $(...).materialSelect is not a function
If i call the function in de console(of chrome). I get the same error.
What is wrong?
Kind Regards,
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 jQuery
- MDB Version: 4.15.0
- Device: Levono T480
- Browser: chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No
Mike Portman commented 6 years ago
Try .formSelect() instead of .materialSelect
ld4unity commented 6 years ago
The same error...