WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-12bf30-404.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 = 115967 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: mdb-calendar bug - multi-day event breaks into two lines
Event "Test 1" breaks into two lines. It should be one continues line.
TS:
ngOnInit(): void {
this.calendarEvents.push({id: 'mdb-event-12345', name: 'Test', startDate: new Date('2021-06-28 00:00:00'), endDate: new Date('2021-06-30 23:59:59'), color: 'info'});
this.calendarEvents.push({id: 'mdb-event-12346', name: 'Test 1', startDate: new Date('2021-06-28 00:00:00'), endDate: new Date('2021-07-02 23:59:59'), color: 'success'});
}
HTML:
<mdb-calendar [events]="calendarEvents" [editable]="false" #calendar
[options]="calendarOptions"
(monthChanged)="onMonthChange($event)"
(weekChanged)="onWeekChange($event)"
></mdb-calendar>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: MDB4 11.1.0
- Device: Desktop
- Browser: Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No