WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-190f4c-329.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-190f4c-32a.MAI' (Errcode: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`

Why chips events not working correctly?

WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-190f4c-32b.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 = 105880 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: Why chips events not working correctly?

Sanches asked 6 years ago

Why in pro version chips are not working correctly?

// MY JQUERY code sample as follows: 
$('.chips').on('chip.add', function(e, chip){
      console.log(chip.tag); // works
});

$('.chips').on('chip.delete', function(e, chip){
      console.log(chip.tag); // works 
});

$('.chips').on('chip.select', function(e, chip){
     console.log(chip.tag); 
     // NOT WORKING THOUGH WHEN CHIP SELECTED ATTRIBUTE SELECTED IS ADDED 
}); 

$('.chips-placeholder').materialChip({
    placeholder: 'ENTER A TAG',
    secondaryPlaceholder: '+TAGS',
});


// MY HTML CODE is as follows:
<div class="chips chips-placeholder"></div>

I've paid for pro version why it's NOT working properly?


Mateusz Łubianka staff commented 6 years ago

Hi @Sanches,

You are right, the chips 'onSelect' function doesn't work. I think this is a little bug so I will create a task with this issue and our team will fix this as soon as possible. Thank you for this notification.

Best,


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: Free
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: 4.11.0
  • Device: Laptop
  • Browser: chrome
  • OS: Windows 10
  • Provided sample code: No
  • Provided link: No
Tags