Warning: assert() [function.assert]:
-
WordPress 3.8.1 running Mantra theme.
I enabled RSS and started receiving 6 of these messages at the top of the main MF Gig Calendar Page: websitename.com/wp-admin/admin.php?page=mf_gig_calendar
Warning: assert() [function.assert]: Assertion failed in /home/USERNAME/public_html/wp-content/plugins/mf-gig-calendar/mf_gig_calendar.php on line 1114
I unchecked RSS and am still receiving 3 of them.
Line 1114 is:
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
You can see what is above and below line 1114 here:
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0;
}.gallery-caption {
Any ideas?
- The topic ‘Warning: assert() [function.assert]:’ is closed to new replies.