WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-160862-59.MAI' (Errcode: 28 "No space left on device")]
SELECT p.*, o.option_value, GROUP_CONCAT(DISTINCT CONCAT(m.meta_key, "::", m.meta_value) separator "::::") as seo_meta, t.slug, tr.language_code as language FROM wp_posts p JOIN wp_postmeta m ON p.ID = m.post_id JOIN wp_options o ON o.option_name = "siteurl" JOIN wp_term_relationships r ON r.object_id = p.ID JOIN wp_term_taxonomy x ON x.term_taxonomy_id = r.term_taxonomy_id JOIN wp_terms t ON t.term_id = x.term_id JOIN wp_icl_translations tr ON p.ID = tr.element_id WHERE post_type = "page" AND post_status = "publish" AND tr.language_code = 'en' AND t.slug IN ('jquery') AND x.taxonomy = "page_cat" AND tr.element_type = "post_page" AND meta_key IN ("_yoast_wpseo_title", "_yoast_wpseo_metadesc") GROUP BY p.ID

WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-160862-5a.MAI' (Errcode: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`

Material Select not working

WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-160862-5b.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 = 99582 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: Material Select not working

.jonathan. pro asked 6 years ago

Hello,

I'm trying to include the Material Select and is not working. Yes I have pro. And Yes I initialized it.

Here is an example:

    <select class="mdb-select md-form">
  <option value="" disabled selected>Choose your option</option>
  <option value="1">Option 1</option>
  <option value="2">Option 2</option>
  <option value="3">Option 3</option>
</select>

// Material Select Initialization
$(document).ready(function() {$('.mdb-select').materialSelect();});

Is this a bug? Can anyone help me with this? Thanks.


Bartłomiej Malanowski staff pro premium commented 6 years ago

What's the problem?


john.epperson commented 6 years ago

I have this problem as well. I am using pro and have built it through Webpack. Most things that I've tried using so far are working as best I can tell, but selects are not.

If I try and manually call the above JS, e.g. $('.mdb-select').materialSelect(); (I even tried $('.mdb-select').material_select(); for kicks cuz I'd seen it mentioned in a couple places I google searched), I get an error with the following signature: Uncaught TypeError: $(...).material_select is not a function at <anonymous>:1:18

I get the same error signature when calling it via a $(document).ready callback.

I've tried manually importing the material-select.js module with no luck still.


Michelle Murray pro premium priority commented 6 years ago

I am having this same problem on all my website selects where I'm using the class="mdb-select md-form". When I replace the class to use the default select with the class="browser-default custom-select" then the select works. However, I much prefer using the Material Select so wondering how much longer before this bug is fixed. Thanks


Bjenk Ellefsen commented 6 years ago

I am having the same problem. What was the solution, if any?


Bartłomiej Malanowski staff pro premium commented 6 years ago

@Bjenk Ellefsen do you use the latest version of MDB (4.8.11)? If so, please read our changelog where we wrote: .material_select() support has been dropped. The new syntax is the only one supported: .materialSelect()


Bjenk Ellefsen commented 6 years ago

@Bartłomiej Malanowski

Yes, I am using 4.8.11 and I am using the materialSelect() call. I am having the same problem as here. The select input doesn't show and I get an error message that materialSelect is undefined. I am using Flask and template extension.


Bartłomiej Malanowski staff pro premium commented 6 years ago

Can you share your project with me? Or can you try to recreate the issue on our snippets? https://mdbootstrap.com/snippets


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue
  • User: Pro
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: 4.8.4
  • Device: Computer
  • Browser: Chrome
  • OS: Windows 10
  • Provided sample code: No
  • Provided link: No