ATutor

Learning Management Tools







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


error in headers


  • 2006-04-11 16:45:56

    error in headers

    i'm problems here....

    Warning: eregi() [function.eregi]: REG_BADRPT in /opt/lampp/htdocs/ATutor/include/classes/Language/Language.class.php on line 71

    Warning: Cannot modify header information - headers already sent by (output started at /opt/lampp/htdocs/ATutor/include/classes/Language/Language.class.php:71) in /opt/lampp/htdocs/ATutor/include/classes/Language/Language.class.php on line 123

    Warning: Cannot modify header information - headers already sent by (output started at /opt/lampp/htdocs/ATutor/include/classes/Language/Language.class.php:71) in /opt/lampp/htdocs/ATutor/login.php on line 158

    Warning: Cannot modify header information - headers already sent by (output started at /opt/lampp/htdocs/ATutor/include/classes/Language/Language.class.php:71) in /opt/lampp/htdocs/ATutor/include/header.inc.php on line 17

    Warning: Cannot modify header information - headers already sent by (output started at /opt/lampp/htdocs/ATutor/include/classes/Language/Language.class.php:71) in /opt/lampp/htdocs/ATutor/include/classes/Language/Language.class.php on line 123

    but...i refresh te page and this error is gone

    help please

  • 2006-04-11 16:53:59

    Re: error in headers

    We are unable to reproduce this problem. It may be specific to your installation. Try reinstalling.

  • 2006-04-11 17:47:17

    Re: error in headers

    sorry ....i fixed

    i have a 2 spanish languajes installed,there i uninstalling one and all is ok

  • 2006-05-04 00:10:45

    Re: error in headers

    The error happens because one of your spanish language files was bad formatted... Spanish UTF-8 (the one you downloaded from http://www.atutor.ca/atutor/translate/index.php)

    In the field reg_exp of the AT_languages row was "es([-_][[:alpha:]]{2}?|spanish" instead of "es([-_][[:alpha:]]{2})?|spanish"....

    Add the missing ")" to the reg-exp and the warnings disspears
    I had the same problem.....

    Sorry by my bad english... ;)
    Gabriel.