Brian Stivala wrote: > > Hi Thomas, > > Thanks for your reply, however I cannot fixed that as I'm not > understanding the concept. > I cannot see anything wrong. The picture as per below shows the line for > global.php 165 - 175, maybe you can see something wrong. > Wrong file. Error is in C:\squirrelmail\config\config.php. I could reproduce your error with simple change in theme configuration. good config line ---- $theme[37]['PATH'] = SM_PATH . 'themes/netstyle_theme.php'; ---- Bad line, which creates "Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING" --- $theme[37]['PATH'] = SM_PATH 'themes/netstyle_theme.php'; --- Notice that period (dot) is missing in second sample. Broken sample has two strings (SM_PATH constant and 'themes/netstyle_theme.php') without concatenation sign. -- Tomas -- View this message in context: http://old.nabble.com/SquirrelMail---Login-Error-tp31775234p31786582.html Sent from the squirrelmail-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users