Hello, Alex, in Amember 3.04 i get an error in pages, where i use php_include protection... Notice: Undefined variable: _SESSION in c:\serveris\www\basket\amember\plugins\protect\php_include\check.inc.php on line 34 what is it?
Which PHP version are you using? replace edit file amember/plugins/protect/php_include/check.inc.php replace line if (!count($_SESSION)) to if (!count(@$_SESSION))