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

Dropdown appendToBody - Material Design for Bootstrap

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

Dropdown appendToBody

WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-592f3b-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 = 103343 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 appendToBody

DMann asked 6 years ago

Expected behavior Clicking the button for a dropdown shows the menu

Actual behavior If container of dropdown is not tall enough to show the menu, the menu doesn't show. Appending the menu to the body (like Autocomplete) would allow the menu to float above the container

Resources (screenshots, code snippets etc.)

<div class="row" >   <--  have to add a height here to have the menu show when the button is clicked, but it messes up my page layout -->
    <div class="container-fluid">
        <div class="row">
            <div mdbDropdown class="dropdown btn-group">
                <button
                    mdbDropdownToggle
                    mdbBtn
                    class="dropdown-toggle waves-light"
                    type="button"
                    placement="top">
                    Add Address Field
                </button>
                <div class="dropdown-menu dropdown-primary">
                    <a class="dropdown-item" href="#"> Country</a>
                    <a class="dropdown-item" href="#">City</a>
                    <a class="dropdown-item" href="#">Street</a>
                    <a class="dropdown-item" href="#">State/Province</a>
                    <a class="dropdown-item" href="#">County</a>
                    <a class="dropdown-item" href="#">Municipality</a>
                    <a class="dropdown-item" href="#">Town</a>
                    <a class="dropdown-item" href="#">District</a>
                    <a class="dropdown-item" href="#">Region</a>
                    <a class="dropdown-item" href="#">Township</a>
                    <a class="dropdown-item" href="#">Village</a>
                    <a class="dropdown-item" href="#">Borough</a>
                    <a class="dropdown-item" href="#">Precinct</a>
                    <a class="dropdown-item" href="#">Ward</a>
                    <a class="dropdown-item" href="#">Postal Code</a>
                    <a class="dropdown-item" href="#">Religious Parish</a>
                    <a class="dropdown-item" href="#">Civil Parish</a>
                    <a class="dropdown-item" href="#">Farm</a>
                    <a class="dropdown-item" href="#">Estate</a>
                    <a class="dropdown-item" href="#">Building</a>
                    <a class="dropdown-item" href="#">GPS</a>
                    <a class="dropdown-item" href="#">Other</a>
                </div>
            </div>
        </div>
    </div>
</div>

Arkadiusz Idzikowski staff commented 6 years ago

We are already aware of this problem and it should be fixed in one of the upcoming releases. The dropdown behavior will be adjusted so it works like in select or autocomplete. However, we can't provide an ETA for the fix yet.


DMann commented 6 years ago

OK, thanks.

Dave


Please insert min. 20 characters.

FREE CONSULTATION

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

Status

Open

Specification of the issue
  • User: Free
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: 8.4.0
  • Device: Laptop
  • Browser: Chromium (Electron)
  • OS: Windows 10
  • Provided sample code: No
  • Provided link: No

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

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