GetSimple Support Forum

Full Version: latest svn unexpected )
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Line 47 common.php:-
Code:
define('GSDATAPATH', GSROOTPATH.) 'data/');

had to remove the ) from GSROOTPATH.) to proceed with install
Code:
define('GSDATAPATH', GSROOTPATH. 'data/');

Thanks,
Thank you for catching this, I will report it on the SVN.

Let us know if you find any more issues!
got it - thanks for testing!