Replies: 0
Hi. My site works on localhost but after I uploaded it to bluehost, I get the following error:
Warning: Unexpected character in input: ‘\’ (ASCII=92) state=1 in /home7/actionau/public_html/new_version/wp-content/plugins/woo-rfq-for-woocommerce/woo-rfq-for-woocommerce.php on line 593
Parse error: syntax error, unexpected T_STRING in /home7/actionau/public_html/new_version/wp-content/plugins/woo-rfq-for-woocommerce/woo-rfq-for-woocommerce.php on line 593
Here’s the line in question:
$wp_session = RFQTK\WP_Session::get_instance();
the line is exactly the same as my localhost version so I have no idea what the issue could be. All I know is that it has something to do with cookies, but my knowledge of PHP is practically nonexistent.