Rashan,
I'm using 5.0 for PHP. I went in and checked both of the config files...they seem to be fine. I redid the setting in Google Apps Edu. I still get the same parse error in the index mail file on line 42. I have a feeling that it might have something to do with this part of the config file
/**
* The Path to the xmlsec executable
*/
define('XMLSEC','xmlsec1');
/**
* The Path to the xmlsec-openssl library
*/
define('LD_LIBRARY_PATH','/usr/bin');
I left this alone, didn't change anything......I'm using GoDaddy for a
host, and I seem to remember that when I was accessing another common resource I did not use /usr/bin. Is there a way to find out the location of the XMLSEC and the LD_LIBRARY_PATH. I apologize if these are rudimentary questions, but I'm a newbie and not a programmer. I'll look back at the other project to see where this default location was located. Thanks in advance.
isaac