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

mdb pro Select and Datepicker not working on production buil

WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-160f23-4.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 = 97395 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: mdb pro Select and Datepicker not working on production build

maverik1815 asked 6 years ago

Expected behavior select and Datepicker should work "ng build --prod" without ant console error

Actual behavior select and datepicker are working fine on "ng serve" but when angular is deployed using "ng build --prod " with node server, select and datepicker doesnt work, CSS is broken , cannot select option once select( if we want to change selection, options doesn't shows up on reselect) Resources (screenshots, code snippets etc.) Error in console => ERROR TypeError: Cannot read property 'optionHeight' of undefined at main.e7ce7d422dfb82599753.js:1 at n.getOptionStyle (main.e7ce7d422dfb82599753.js:1) at Object.updateDirectives (main.e7ce7d422dfb82599753.js:1) at Object.updateDirectives (main.e7ce7d422dfb82599753.js:1) at ku (main.e7ce7d422dfb82599753.js:1) at ju (main.e7ce7d422dfb82599753.js:1) at Pu (main.e7ce7d422dfb82599753.js:1) at Object.ku [as checkAndUpdateView] (main.e7ce7d422dfb82599753.js:1) at n.detectChanges (main.e7ce7d422dfb82599753.js:1) at n.updateSelectAllState (main.e7ce7d422dfb82599753.js:1) Ul @ main.e7ce7d422dfb82599753.js:1 n.handleError @ main.e7ce7d422dfb82599753.js:1 St @ main.e7ce7d422dfb82599753.js:1 (anonymous) @ main.e7ce7d422dfb82599753.js:1 (anonymous) @ main.e7ce7d422dfb82599753.js:1 e.invokeTask @ polyfills.97e96d5a7d592053705c.js:1 onInvokeTask @ main.e7ce7d422dfb82599753.js:1 e.invokeTask @ polyfills.97e96d5a7d592053705c.js:1 t.runTask @ polyfills.97e96d5a7d592053705c.js:1 t.invokeTask @ polyfills.97e96d5a7d592053705c.js:1 _ @ polyfills.97e96d5a7d592053705c.js:1 m @ polyfills.97e96d5a7d592053705c.js:1 main.e7ce7d422dfb82599753.js:1 ERROR TypeError: Cannot read property 'clearFilterInput' of undefined at n.clearFilterInput (main.e7ce7d422dfb82599753.js:1) at n.closeDropdown (main.e7ce7d422dfb82599753.js:1) at main.e7ce7d422dfb82599753.js:1 at HTMLDocument. (main.e7ce7d422dfb82599753.js:1) at e.invokeTask (polyfills.97e96d5a7d592053705c.js:1) at Object.onInvokeTask (main.e7ce7d422dfb82599753.js:1) at e.invokeTask (polyfills.97e96d5a7d592053705c.js:1) at t.runTask (polyfills.97e96d5a7d592053705c.js:1) at t.invokeTask [as invoke] (polyfills.97e96d5a7d592053705c.js:1) at _ (polyfills.97e96d5a7d592053705c.js:1)


maverik1815 commented 6 years ago

error started when i added following code in angular.json => "optimization": true, "outputHashing": "all", "sourceMap": false, "extractCss": true, "namedChunks": false, "aot": true, "extractLicenses": true, "vendorChunk": false, "buildOptimizer": true

it is a legit code, mdb pro is breaking with these settings, all pro component are working s expected only select and datepicker have issues


Arkadiusz Idzikowski staff commented 6 years ago

Thank you for all the details. We will take a closer look at this problem.


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 Angular
  • MDB Version: 7.5.0
  • Device: Desktop
  • Browser: chrome,firefox
  • OS: ubuntu,windows 10
  • Provided sample code: No
  • Provided link: No