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

Issue with installing MDB Pro package

WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-1291fc-55.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 = 118659 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: Issue with installing MDB Pro package

amirdev asked 3 years ago

I installed MDB Pro React npm package by git access token. But now after few months, when I run npm install in terminal, the package do NOT download to install.

If this issue cannot be resolved, how can I install package locally by the zip file?


Krzysztof Wilk staff commented 3 years ago

Hi!

Could paste the error from the console you got?

You can download an MDB package from the 'My orders' section in your account panel on the page, unzip it, copy the .tgz file, paste into your project, and link in the package.json with absolute path :)

Keep coding!


amirdev commented 3 years ago

This is the error from the console after npm install:

npm ERR! code 128npm ERR! Command failed: git clone --mirror -q blank" rel="nofollow">https://oauth2:*_@git.mdbootstrap.com/mdb/react/mdb5/prd/mdb5-react-ui-kit-pro-essential /root/.npm/_cacache/tmp/git-clone-5c189088/.gitnpm ERR! warning: templates not found /tmp/pacote-git-template-tmp/git-clone-76dca8f0npm ERR! error: RPC failed; result=22, HTTP code = 422npm ERR! fatal: The remote end hung up unexpectedlynpm ERR!

I put the git acces_key for authentication, and it was working properly until few days ago, but not for now!!!!


Krzysztof Wilk staff commented 3 years ago

Hi!

What version of an npm do you have? You can try to increase the git buffer using the git config --global http.postBuffer 524288000 command. Or change the HTTP version using git config --global http.version HTTP/1.1 :)

Keep coding!


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 React
  • MDB Version: MDB5 2.3.0
  • Device: Notebook
  • Browser: Chrome
  • OS: Windows
  • Provided sample code: No
  • Provided link: No