WordPress database error: [Can't create/write to file '/tmp/#sql-temptable-4db-1501db-2b4.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 = 96926 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: Toast positionClass: 'md-toast-top-center' not working
allancmello
pro premium asked 6 years ago
The positionClass "md-toast-top-center" not work
The toast isnt show for this option
onSubmit() { const options = { positionClass: 'md-toast-top-center'}; this.news = this.newsForm.value; this.authService.cadNews(this.news).subscribe( response => this.toastr.success('Cadastro realizado com sucesso.', 'ATENÇÃO'), err => this.toastr.error(err.error, 'ATENÇÃO', options) ); }
Whats wrong?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: 7.4.3
- Device: All
- Browser: All
- OS: Windows
- Provided sample code: No
- Provided link: No