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 !!
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