WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-155d4c-107.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 = 99924 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: Upgraded to Angular 8 and Angular MDB 8
Upgraded to Angular 8 and Angular MDB 8
Followed the migration manual of course.
Here is a list of changes that I saw during the process and requires special attention:
- .card style is missing, specifically box-shadow. Is there a stylesheet I should app to angular.json ?
- .progress-bar style is missing
- Main layout is missing margin: 0 6%, rendering main layout without margins
- max-width: none; is missing for .navbar making the navbar not filling entire width
- floating mdbBtn a. position: absolute; right: 60px; top: 10px; is missing. b. overflow should be visible not hidden c. the buttons jump up when entering view and disappear immediately, until clicked on. It should only appear on click
- Try to rebuild Admin demo with current version. It might be more challenging than you think
- “element[NATIVE_ADD_LISTENER] is not a function” is thrown on a. b. Probably related to platform-browser
- CLICK animates from no size to full size when appearing
Closed
This topic is closed.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Closed
- User: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: 8.0.0
- Device: NA
- Browser: NA
- OS: NA
- Provided sample code: No
- Provided link: No