ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


edited theme gets error messages


  • 2008-06-02 11:54:14

    edited theme gets error messages

    If you are asking for help, provide lots of detail so problems can be reproduced.

    I'm trying to change a few thing on my theme. First,the font color for my headings- h1 stays white, the rest become navy. While it seems to work when I preview it, when I go to the home page I get the following messages:

    Warning: Cannot modify header information - headers already sent by (output started at /home/content/m/o/r/morrik03/html/ATutor/include/classes/Savant2/Savant2.php:1358) in /home/content/m/o/r/morrik03/html/ATutor/include/header.inc.php on line 17

    Fatal error: Cannot redeclare get_num_new_messages() (previously declared in /home/content/m/o/r/morrik03/html/ATutor/include/lib/menu_pages.php:258) in /home/content/m/o/r/morrik03/html/ATutor/include/lib/menu_pages.php on line 270


    What to do?
    Thanks,
    K


    Things to describe:
    operating system -
    version of ATutor -
    versions of php -
    version of mysq l -
    webserver & version -
    copies of error messages -
    changes to default settings -
    web browser being used -
    and anything else relevant -

  • 2008-06-02 12:03:00

    Re: edited theme gets error messages

    The error message generally means something is being output to the screen before the ATutor header has been rendered. Any output you might generate has to occur after the header.inc.php file is called..

    All headings formatting is done in the theme's style sheet (styles.css) look for the H1, H2,...and adjust colours there.