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

use strict in mdb.js prevent bundle & minifying

WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-1524c2-8f.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 = 104314 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: use strict in mdb.js prevent bundle & minifying

fmaeseele pro asked 6 years ago

Expected behavior When using Bundle&Minifier under Visual Studio with MDBootStrap (mdb.js), no ERROR. Using budle&minifier under Visual Studio allows to debug code when in development, and minify all the Javascripts libs into one file for production.

Actual behavior When using Bundle&Minifier, got these errors since version 4.9.0:

\wwwroot\dist\bundle.min.js(33845,45,33845,45): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: namesCount \wwwroot\dist\bundle.min.js(34626,33,34626,33): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: r \wwwroot\dist\bundle.min.js(34626,40,34626,40): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: g \wwwroot\dist\bundle.min.js(34626,47,34626,47): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: b \wwwroot\dist\bundle.min.js(34629,33,34629,33): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: r \wwwroot\dist\bundle.min.js(34629,40,34629,40): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: g \wwwroot\dist\bundle.min.js(34629,47,34629,47): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: b \wwwroot\dist\bundle.min.js(34632,33,34632,33): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: r \wwwroot\dist\bundle.min.js(34632,40,34632,40): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: g \wwwroot\dist\bundle.min.js(34632,47,34632,47): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: b \wwwroot\dist\bundle.min.js(34635,33,34635,33): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: r \wwwroot\dist\bundle.min.js(34635,40,34635,40): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: g \wwwroot\dist\bundle.min.js(34635,47,34635,47): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: b \wwwroot\dist\bundle.min.js(34638,33,34638,33): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: r \wwwroot\dist\bundle.min.js(34638,40,34638,40): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: g \wwwroot\dist\bundle.min.js(34638,47,34638,47): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: b \wwwroot\dist\bundle.min.js(34641,33,34641,33): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: r \wwwroot\dist\bundle.min.js(34641,40,34641,40): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: g \wwwroot\dist\bundle.min.js(34641,47,34641,47): Bundler & Minifier error 0: Strict-mode does not allow assignment to undefined variables: b

According to javascript, these errors are normal regarding the code. You try to assign undefined variables. Please correct these issues.


Bartłomiej Malanowski staff pro premium commented 6 years ago

how can we reproduce your issue?


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: Pro
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: 4.10.0
  • Device: PC
  • Browser: Chrome
  • OS: Windows 10
  • Provided sample code: No
  • Provided link: No