• I just updated to Version: 1.1.5 and my page displays fine but now I have this error on top of my admin screens:

    header information – headers already sent by (output started at /…/html/wp-content/themes/unicon-lite/assets/css/dynamic-styles.php:2) in /…./html/wp-admin/includes/misc.php on line 1116

    Please advise.

    • This topic was modified 6 years, 9 months ago by TableauxAdmin.
Viewing 1 replies (of 1 total)
  • Thread Starter TableauxAdmin

    (@tableauxadmin)

    I resolved this myself. If you remove the extra blank space in the first line of code on the file “dynamic-styles.php”, it will fix the problem.

    This:

    1
    2 <?php
    3 function unicon_lite_register_dynamic_fonts() {

    Should be this:

    1<?php
    2 function unicon_lite_register_dynamic_fonts() {

Viewing 1 replies (of 1 total)
  • The topic ‘headers already sent by’ is closed to new replies.