I'm trying out GS on Xampp (PHP 5.2.6) and get the same errors. Tried upgrading to the latest development version but still get this when I navigate to the GS directory:
Tried rewriting base in .htaccess because I've got GS in a subdirectory, but that made no difference. Any ideas what might be wrong?
EDIT: Okay, I've updated Xampp to 1.7.3 (PHP 5.3.1) and 2.01 works fine now.
Code:
Notice: Undefined variable: SITEURL in C:\xampp\htdocs\gs2\admin\inc\common.php on line 87
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\gs2\admin\inc\common.php:87) in C:\xampp\htdocs\gs2\admin\inc\common.php on line 129
Tried rewriting base in .htaccess because I've got GS in a subdirectory, but that made no difference. Any ideas what might be wrong?
EDIT: Okay, I've updated Xampp to 1.7.3 (PHP 5.3.1) and 2.01 works fine now.