WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-2532-2a1c35c-f.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-2532-2a1c35c-10.MAI' (Errcode: 28 "No space left on device")]
SHOW FULL COLUMNS FROM `wp_options`

Dropdown with MDB UI Kit 3.0.0

WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-2532-2a1c35c-11.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 = 111641 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: Dropdown with MDB UI Kit 3.0.0

hebeldark@outlook.fr asked 4 years ago

Hi,

i used on in page, 3 dropdown buttons (one in nav bar, and two in page)

i create my button code with javascript sometime in my page, the first button works but not the second in fact, only the firt button click allow the dropdown works Button 1 / Button 2 => i reload, if i click to button 2, button 1 doesn't work => i reload, if i click to button 1, button 2 doesn't work

if i copy sample code of dropdown in my php page, the dropdown menu doesn't stay open

if i use bootstrap 5 js and use data-bs-toogle, my buttons works with data-mdb-tooggle no

Even one time, when i use data-mdb-toggle in my button nav and sample code for two buttons, when i click on a button, the menu of two buttons is showing...

in my php page, i have

<div class="ml-2 dropdown" id="btn_requests_stored">
</div>

and my js code

 var structureRequestsStored = '<button class="btn btnSquare bg_color_amber-500 dropdown-toggle" type="button" id="dropdownMenuButtonRequestsStored" data-mdb-toggle="dropdown" aria-haspopup="true" aria-expanded="false">' +
            '<i class="fa fa-hdd me-2" aria-hidden="true"></i>Requêtes stockées' +
            '</button>' +
            '<ul class="dropdown-menu" aria-labelledby="dropdownMenuButtonRequestsStored">' +
            '<li><a class="dropdown-item" onclick="AddRequest()" >Ajout d\'une requête</a></li>';
        for (var i = 0, j = storedNames.length; i < j; i++) {
            structureRequestsStored += '<li><a class="dropdown-item" onclick="LoadRequest(\'' + storedNames[i].id + '\',\'' + storedNames[i].title + '\',\'requeststored\')"> - ' + storedNames[i].title + '</a></li>';
        }
        structureRequestsStored += '</ul>';

$("#btn_requests_stored").empty();
$("#btn_requests_stored").html(structureRequestsStored);

Grzegorz Bujański commented 4 years ago

Please create a snippet where we can reproduce this problem: http://mdbootstrap.com/snippets. I'll check what's going on.


hebeldark@outlook.fr commented 4 years ago

sorry i can't to use snippet in my company network


Grzegorz Bujański commented 4 years ago

I need a working example where this error occurs. I tried to recreate it. I added 3 dropdowns using the code you sent above, but everything works fine.


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 Standard
  • MDB Version: 3.0.0
  • Device: PC
  • Browser: Opera
  • OS: Win10 x64
  • Provided sample code: No
  • Provided link: No
Tags