ISSUE: during step 1 & 2 of install

I downloaded Suite CRM and followed the steps, however I receive an error code right away that says the following:

Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in C:\xampp\htdocs\suitecrm\data\SugarBean.php on line 2557

Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in C:\xampp\htdocs\suitecrm\data\SugarBean.php on line 2571

I have not modified anything, could someone please let me know how to correct this or provide the proper file

CRM Version 7.11.0
XAMPP Version 3.2.2

1 Like

It’s just that XAMPP is very picky about PHP warnings.

You should just disable display_errors in your php.ini, and restart XAMPP.

1 Like

Could you please assist me on disabling display errors? do i do this through Xampp?

Just Google for instructions specific to XAMPP, I can’t help you because I don’t know it…

Don’t worry, you will find plenty of pages helping you out.