Parse errors on a brand new WP Install.
-
Parse error: syntax error, unexpected ‘[‘ in /home/douglas/DOMAIN.TLD/wp-content/plugins/mstw-league-manager/includes/mstw-lm-update-records-class.php on line 572
// Collect the meta data from the $_POST array
$test = each( $_POST );
//mstw_log_msg( $test );
$meta_data[‘rank’] = $test[‘value’];
LINE 572 $meta_data[‘games_played’] = each( $_POST )[‘value’];
$meta_data[‘wins’] = each( $_POST )[‘value’];
$meta_data[‘losses’] = each( $_POST )[‘value’];Happens when I activate the plugin. Error shows up on every page of the WP Admin interface.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Parse errors on a brand new WP Install.’ is closed to new replies.