PHP Parse error
-
Hi everyone/ Have some troubles with Woo/
PHP Parse error:? syntax error, unexpected ‘)’ in//wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/CustomOrdersTableController.php?on line 521
} elseif ( $sync_status['current_pending_count'] > 0 ) { $sync_message = sprintf( // translators: %d: number of pending orders. _n( 'Sync %d pending order. You can switch data storage for orders only when posts and orders table are in sync.', 'Sync %d pending orders. You can switch data storage for orders only when posts and orders table are in sync.', $sync_status['current_pending_count'], 'woocommerce' ), $sync_status['current_pending_count'], ); // this is line 521 }
any actions on the site and it goes to 404. If you update the plugin, you get 404, if you delete it, you get 404. And it’s always the same report. Error on line 521.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP Parse error’ is closed to new replies.