i am trying to setup wordpress 5.3 new version with php 7.3 new version, but facing lot of problems with the process, its been like 3 times where i see the error with WP coming in as soon as i install woocommerce plugin and i lose all the setup, and was forced to reinstall the WP on whole. Would like to know if any other guys facing same issue with this combination, should i try to lower own the php configuration to 5.1-2 or something else.? any suggestions are welcome.
What is the error message you are getting? If its a PHP 7.3 issue, then most likely a deprecated function is being called. Changing that function calls to newer function will solve the problem. However, this could also be a MYSQL "sql_mode" issue. Post the error message you are receiving.