Ok I just Checked my server and in my file stream I have the error_log.. I check to see what is in there and there are over 50 lines of the same thing:
[10-Apr-2015 13:23:37 EST] PHP Parse error: syntax error, unexpected '{' in /home/trucking/public_html/templates/base/scripts/BxBaseFunctions.php(131) : eval()'d code on line 1
Now I am not a coder but when I checked to see BxBaseFunction.php on line 1 is:
1. <?php
2.
3. /**
4. * Copyright (c) BoonEx Pty Limited - http://www.boonex.com/
5. * CC-BY License - http://creativecommons.org/licenses/by/3.0/
6. */
I do not see any { in line 1? So it must be talking about another file. So how would I go about tracking that one down?
Any help would be great.. Thanks all..