Hi,
I’m developing a s2member based website on a local XAMPP server. When I try and export users to CSV I get the following error,
Warning: Illegal string offset 'level' in C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php on line 110
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php:110) in C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php on line 239
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php:110) in C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php on line 240
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php:110) in C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php on line 241
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php:110) in C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php on line 242
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php:110) in C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php on line 243
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php:110) in C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php on line 244
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php:110) in C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php on line 245
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php:110) in C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php on line 246
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php:110) in C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php on line 247
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php:110) in C:\xampp\htdocs\ancestryireland\wp-content\plugins\s2member-pro\includes\classes\exports-in.inc.php on line 249
I ran s2Member-check-my-server.php and fixed every error except the one below. I have also disabled all other plugins and changed back to the Twenty Twelve theme.
[ERROR] PHP Echo Tag: <?=?>
PHP v5.4.7 supports the echo tag (<?=?>) at all times. So you're good here.