WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-159e87-2c7.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 = 125367 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: Getting Started Issues
I am new to MDB and have via the CLI run the "mdb init" to load it on my laptop. Now I am trying to create a index.html file to start developing. But in the examples I have seen so far they do not include the necessary element information. Here is the head element I am attempting to use.
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Material Design for Bootstrap Example</title>
<!-- MDB -->
<link rel="stylesheet" href="C://Program Files/MDBootstrap5/mdb5-free-standard/css/mdb.min.css" />
It seems I am missing something because I copied some html code from one of the examples on the MDB website but it is not working. I am thinking that I must be missing something from the head element?
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 Standard
- MDB Version: MDB5 7.1.0
- Device: Laptop
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No