WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-160ed0-27.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 = 104610 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: Setting up proxy
Hi there,
We are trying to install mdbreact package from a secured networks and failed to install the package. We've tried to install the package by setting up some configs through NPM, but didn't get any luck. Please help us to install the package.
Resources (screenshots, code snippets etc.)
npm config set registry http://registry.npmjs.org/
npm config set proxy http://username:password@proxy:8080
npm config set http-proxy http://username:password@proxy:8080
npm config set strict-ssl false
npm --proxy http://username:password@proxy:8080 --without-ssl --insecure -g install git+https://oauth2:@git.mdbootstrap.com/mdb/react/re-pro.git
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Open
- User: Free
- Premium support: No
- Technology: MDB React
- MDB Version: 4.22.1
- Device: Any
- Browser: Any
- OS: Any
- Provided sample code: No
- Provided link: Yes
Konrad Stępień staff commented 6 years ago
Hi @Venky,
does this problem only occur with mdbreact or with other packages as well?