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

mdb-badge color

WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-191932-6c.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 = 110270 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

Karman40 pro premium priority asked 5 years ago

Hello,

In v 9.3.1 the mdb-badge color works, bat after ubda (v9.4.0) i add property color="any" and the badge is transparent, no color.

<mdb-badge color="elegant-color" pill="true">{{ item.count + ' DB'}}</mdb-badge>

enter image description here


Arkadiusz Idzikowski staff commented 5 years ago

We will take a closer look at this problem, for now, please try to add the color directly as a CSS class:

<mdb-badge class="elegant-color" pill="true">{{ item.count + ' DB'}}</mdb-badge>


Karman40 pro premium priority commented 5 years ago

thanks, if you may have a solution please indicated it!


Arkadiusz Idzikowski staff commented 5 years ago

The workaround with class="elegant-color" should add the badge color correctly. Can you confirm if it works in your case?


galileo pro premium priority commented 5 years ago

I'm having the same problem and css class solution isn't so nice for me. Can you fix it?


Arkadiusz Idzikowski staff commented 5 years ago

Of course, we will fix it in the next update. The solution with class doesn't work for you at all or is it just not good enough in your case?


galileo pro premium priority commented 5 years ago

Hi! The latter... My scripts generate color name, not class name, so there would be a lot of code changes in various places...


Karman40 pro premium priority commented 5 years ago

Sorry, for the late answer!

"The workaround with class="elegant-color" should add the badge color correctly. Can you confirm if it works in your case?"

Yes, this is work's!


MatDepInfo commented 5 years ago

Same here with Angular 10. Can you please fix it ? Because your workaround is not a good solution, the style is quite different.


Karman40 pro premium priority commented 5 years ago

Dear MDB!

when is it expected to fix the bug in the package?


Arkadiusz Idzikowski staff commented 5 years ago

@Karman40 we added a fix to the v10.0.1. Did you test this version and encounter any problems?


Karman40 pro premium priority commented 5 years ago

@Arkadiusz Idzikowski Thanks, 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

Resolved

Specification of the issue
  • User: Pro
  • Premium support: Yes
  • Technology: MDB Angular
  • MDB Version: 9.4.0
  • Device: all
  • Browser: all
  • OS: all
  • Provided sample code: No
  • Provided link: No
Tags