SuiteCRM Fail on Fresh Install

Hi all,
For the past days I am trying to install SuiteCRM and I go nuts.
I run:

  • xampp-windows-x64-8.0.9-0-VS16
  • SuiteCRM-7.11.20
    Installation goes well without any errors but when I access the login page the below code appears

{event.preventDefault();$(‘html, body’).animate({scrollTop:0},500);});});YAHOO.util.Event.onAvailable(‘sitemapLinkSpan’,function(){document.getElementById(‘sitemapLinkSpan’).onclick=function(){ajaxStatus.showStatus(SUGAR.language.get(‘app_strings’,‘LBL_LOADING_PAGE’));var smMarkup=’’;var callback={success:function®{ajaxStatus.hideStatus();document.getElementById(‘sm_holder’).innerHTML=r.responseText;with(document.getElementById(‘sitemap’).style){display=“block”;position=“absolute”;right=0;top=80;} document.getElementById(‘sitemapClose’).onclick=function(){document.getElementById(‘sitemap’).style.display=“none”;}}}

The contenct of the suite CRM log are

Wed Aug 4 14:23:07 2021 [3472][-none-][FATAL] Mysqli_query failed.
Wed Aug 4 14:23:07 2021 [3472][-none-][FATAL] Query Failed: SELECT id, name, symbol, conversion_rate FROM currencies WHERE status = ‘Active’ and deleted = 0: MySQL error 1146: Table ‘suitecrm.currencies’ doesn’t exist
Wed Aug 4 14:23:07 2021 [3472][-none-][FATAL] Mysqli_query failed.
Wed Aug 4 14:23:07 2021 [3472][-none-][FATAL] Query Failed: SELECT * FROM fields_meta_data WHERE custom_module=‘Users’ AND deleted = 0: MySQL error 1146: Table ‘suitecrm.fields_meta_data’ doesn’t exist
Wed Aug 4 14:23:07 2021 [3472][-none-][FATAL] Mysqli_query failed.
Wed Aug 4 14:23:07 2021 [3472][-none-][FATAL] Query Failed: SELECT * FROM fields_meta_data WHERE custom_module=‘Employees’ AND deleted = 0: MySQL error 1146: Table ‘suitecrm.fields_meta_data’ doesn’t exist
Wed Aug 4 14:23:07 2021 [3472][-none-][FATAL] Mysqli_query failed.
Wed Aug 4 14:23:07 2021 [3472][-none-][FATAL] Query Failed: SELECT * FROM fields_meta_data WHERE custom_module=‘UserPreferences’ AND deleted = 0: MySQL error 1146: Table ‘suitecrm.fields_meta_data’ doesn’t exist
Wed Aug 4 14:23:07 2021 [3472][-none-][FATAL] Mysqli_query failed.
Wed Aug 4 14:23:07 2021 [3472][-none-][FATAL] Query Failed: SELECT * FROM fields_meta_data WHERE custom_module=‘Administration’ AND deleted = 0: MySQL error 1146: Table ‘suitecrm.fields_meta_data’ doesn’t exist
Wed Aug 4 14:23:07 2021 [3472][-none-][FATAL] Mysqli_query failed.
Wed Aug 4 14:23:07 2021 [3472][-none-][FATAL] Unable to retrieve system settings Query Failed: SELECT category, name, value FROM config: MySQL error 1146: Table ‘suitecrm.config’ doesn’t exist
Wed Aug 4 14:23:25 2021 [3472][-none-][FATAL] User update error: Temp User is not retrieved at ID 1, boolean given
Wed Aug 4 14:23:25 2021 [3472][-none-][FATAL] Email address save error

The second try I had

Wed Aug 4 15:05:36 2021 [8960][-none-][FATAL] User update error: Temp User is not retrieved at ID 1, boolean given
Wed Aug 4 15:05:36 2021 [8960][-none-][FATAL] Email address save error

Please help.

Hi and welcome!
I assume that xampp version is using php8, which is not support atm:

so you need to downgrade you php version first before continuing.

Thanks for your help.

It worked.