WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-15c37f-c0.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 = 109392 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: React Router v6
Hi,
With React Router v6 first beta released is it possible to run project with MDBLinks working?
Due to mdbreact included in project react router loaded twice:
─┬ react-router-dom@5.2.0
│ └── react-router@5.2.0
├── react-router@6.0.0-beta.0
└─┬ react-router-dom@6.0.0-beta.0
This creates an issue. Is there a solution?
Thanks.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB React
- MDB Version: 4.27.0
- Device: MacBook
- Browser: Safari
- OS: MacOsx
- Provided sample code: No
- Provided link: No
Piotr Glejzer staff commented 5 years ago
Do you have some console errors with that? Probably the oldest components will not work with the latest version of RRD (v6).