Client only login GUI weirdness

Discussion in 'Installation/Configuration' started by lowfatbuddha, May 29, 2008.

  1. lowfatbuddha

    lowfatbuddha New Member

    Login GUI weirdness

    Hi everyone,

    have got ispconfig, apache, postfix /dovecot / vsftpd working - centos5 and when login get unexpected results - missing panels etc

    Even with error_reporting display enabled in index.php does not pick up parsing errors in lng files !

    some lang file variables are single quoted - which means some characters need to be escaped by backslash whilst others are double quoted !

    lets be careful out there !!

    :eek:
     
    Last edited: May 30, 2008
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    About which specific language files are you talking. Please do not change the error reporting!
     
  3. lowfatbuddha

    lowfatbuddha New Member

    something like /ispconfig/web/isp_kunde/lib/en.lng

    - but that might not be accurate

    i am not sure if other lng files have this problem but it would be good to stick to one convention for defining constants in php ?

    - i like double quotes personally

    yes - error_reporting(63) does not help at all and just causes the gui to fail - but it did make me think about how the parser might not be handling all the includes - it makes debugging more difficult without this working as you can see which file has errors :eek:
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The english language files are all 100% correct, no need to debug them.
     

Share This Page