(This question is probably more suitable at https://experienceleaguecommunities.adobe.com/t5/adobe-experience-platform-launch/qa-p/experience-platform-launch-questions.)
I think the error messages tell you everything that you need to know: in all of those Rules, you have specified some conditions. And each time, one or more of those conditions are not evaluating to "true" when the Rule runs.
So your solution is simple:
- Open the Rule.
- For each condition:
- Evaluate when the condition returns true.
- Refer back to your website when you get this error.
- Check the data elements that are referenced in the conditions. Are they what you expect them to be?
- If your condition is some Custom Code, debug the code to figure out why it's not returning "true".
There's no magic, one-step solution to your problem. This is akin to programming: you need to troubleshoot the problem step by step until you get to the solution.