Fresh installation of SuiteCRM-7.11.22 fails -> Fatal error Minifier.php

The fresh installation completes successfully.

When I visit the URL of this installation I get an error (on web page):

----------------------<
begin the displayed error on web page

YAHOO.util.Event.onDOMReady(function() {if(location.href.indexOf('print=true')>-1) setTimeout("window.print();",1000);});SUGAR.measurements={"breakpoints":{"x-small":750,"small":768,"medium":992,"large":1130,"x-large":1250}};SUGAR.loaded_once=false;$(document).ready(function(){loadSidebar();$("ul.clickMenu").each(function(index,node){$(node).sugarActionMenu();});$('#backtotop').click(function(event){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(r){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";}}} postData='module=Home&action=sitemap&GetSiteMap=now&sugar_body_only=true';YAHOO.util.Connect.asyncRequest('POST','index.php',callback,postData);}});function IKEADEBUG(){var moduleLinks=document.getElementById('moduleList').getElementsByTagName("a");moduleLinkMouseOver=function(){var matches=/grouptab_([0-9]+)/i.exec(this.id);var tabNum=matches[1];var moduleGroups=document.getElementById('subModuleList').getElementsByTagName("span");for(var i=0;i0&&groupTabLeft>0){if(subTabHalfLength>=groupTabLeft){left=1;}else{left=groupTabLeft-subTabHalfLength;}} if(totalLengthInTheory>bw){var differ=totalLengthInTheory-bw;left=groupTabLeft-subTabHalfLength-differ-2;} if(left>=0){menuHandle.style.marginLeft=left+'px';}} YAHOO.util.Event.onDOMReady(function(){if(document.getElementById('subModuleList')){var parentMenu=false;var moduleListDom=document.getElementById('moduleList');if(moduleListDom!=null){var parentTabLis=moduleListDom.getElementsByTagName("li");var tabNum=0;for(var ii=0;iidiv'),currMenuBar;this.allMenuBars={};for(var i=0;i980&&$('.sidebar').is(':visible')){$('#bootstrap-container').addClass('col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main');}});function loadSidebar(){if($('#sidebar_container').length){$('#buttontoggle').click(function(){$('.sidebar').toggle();if($('.sidebar').is(':visible')){$.cookie('sidebartoggle','expanded');$('#buttontoggle').removeClass('button-toggle-collapsed');$('#buttontoggle').addClass('button-toggle-expanded');$('#bootstrap-container').addClass('col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2');$('footer').removeClass('collapsedSidebar');$('footer').addClass('expandedSidebar');$('#bootstrap-container').removeClass('collapsedSidebar');$('#bootstrap-container').addClass('expandedSidebar');} if($('.sidebar').is(':hidden')){$.cookie('sidebartoggle','collapsed');$('#buttontoggle').removeClass('button-toggle-expanded');$('#buttontoggle').addClass('button-toggle-collapsed');$('#bootstrap-container').removeClass('col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 col-sm-3 col-md-2 sidebar');$('footer').removeClass('expandedSidebar');$('footer').addClass('collapsedSidebar');$('#bootstrap-container').removeClass('expandedSidebar');$('#bootstrap-container').addClass('collapsedSidebar');}});var sidebartoggle=$.cookie('sidebartoggle');if(sidebartoggle=='collapsed'){$('.sidebar').hide();$('#buttontoggle').removeClass('button-toggle-expanded');$('#buttontoggle').addClass('button-toggle-collapsed');$('#bootstrap-container').removeClass('col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 col-sm-3 col-md-2 sidebar');$('footer').removeClass('expandedSidebar');$('footer').addClass('collapsedSidebar');$('#bootstrap-container').removeClass('expandedSidebar');$('#bootstrap-container').addClass('collapsedSidebar');} else{$('#bootstrap-container').addClass('col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2');$('#buttontoggle').removeClass('button-toggle-collapsed');$('#buttontoggle').addClass('button-toggle-expanded');$('footer').removeClass('collapsedSidebar');$('footer').addClass('expandedSidebar');$('#bootstrap-container').removeClass('collapsedSidebar');$('#bootstrap-container').addClass('expandedSidebar');}}} $(document).ready(function(){$('#alert-nav').click(function(){$('#alert-nav #alerts').css('display','inherit');});});function selectTab(tab){$('#content div.tab-content div.tab-pane-NOBOOTSTRAPTOGGLER').hide();$('#content div.tab-content div.tab-pane-NOBOOTSTRAPTOGGLER').eq(tab).show().addClass('active').addClass('in');};function changeFirstTab(src){var selected=$(src).attr('id');var selectedHtml=$(selected.context).html();$('#xstab0').html(selectedHtml);var i=$(src).parents('li').index();selectTab(parseInt(i));return true;} var getParameterByName=function(name,url){if(!url)url=window.location.href;name=name.replace(/[\[\]]/g,"\\$&");var regex=new RegExp("[?&]"+name+"(=([^&#]*)|&|#|$)"),results=regex.exec(url);if(!results)return null;if(!results[2])return'';return decodeURIComponent(results[2].replace(/\+/g," "));} var isUserProfilePage=function(){var module=getParameterByName('module');if(!module){module=$('#EditView_tabs').closest('form#EditView').find('input[name="module"]').val();} if(!module){if(typeof module_sugar_grp1!=="undefined"){module=module_sugar_grp1;}} return module=='Users';};var isEditViewPage=function(){var action=getParameterByName('action');if(!action){action=$('#EditView_tabs').closest('form#EditView').find('input[name="page"]').val();} return action=='EditView';};var isDetailViewPage=function(){var action=getParameterByName('action');if(!action){action=action_sugar_grp1;} return action=='DetailView';};var refreshListViewCheckbox=function(e){$(e).removeClass('glyphicon-check');$(e).removeClass('glyphicon-unchecked');if($(e).next().prop('checked')){$(e).addClass('glyphicon-check');} else{$(e).addClass('glyphicon-unchecked');} $(e).removeClass('disabled') if($(e).next().prop('disabled')){$(e).addClass('disabled')}};$(function(){if($('#bootstrap-container footer').length>0){var clazz=$('#bootstrap-container footer').attr('class');$('body').append('
'+$('#bootstrap-container footer').html()+'
');$('#bootstrap-container footer').remove();initFooterPopups();} var hideEmptyFormCellsOnTablet=function(){if($(window).width()<=767){$('div#content div#pagecontent form#EditView div.edit.view table tbody tr td').each(function(i,e){$(e).find('slot').each(function(i,e){if($(e).html().trim()==' '){$(e).html(' ');}});if($(e).html().trim()==' '){$(e).addClass('hidden');$(e).addClass('hiddenOnTablet');}});} else{$('div#content div#pagecontent form#EditView div.edit.view table tbody tr td.hidden.hiddenOnTablet').each(function(i,e){$(e).removeClass('hidden');$(e).removeClass('hiddenOnTablet');});}} $(window).click(function(){hideEmptyFormCellsOnTablet();setTimeout(function(){hideEmptyFormCellsOnTablet();},500);});$(window).resize(function(){hideEmptyFormCellsOnTablet();});$(window).load(function(){hideEmptyFormCellsOnTablet();});$(document).ready(function(){hideEmptyFormCellsOnTablet();});setTimeout(function(){hideEmptyFormCellsOnTablet();},1500);var listViewCheckboxInit=function(){var checkboxesInitialized=false;var checkboxesInitializeInterval=false;var checkboxesCountdown=100;var initializeBootstrapCheckboxes=function(){if(!checkboxesInitialized){if($('.glyphicon.bootstrap-checkbox').length==0){if(!checkboxesInitializeInterval){checkboxesInitializeInterval=setInterval(function(){checkboxesCountdown--;if(checkboxesCountdown<=0){clearInterval(checkboxesInitializeInterval);return;} initializeBootstrapCheckboxes();},100);}}else{$('.glyphicon.bootstrap-checkbox').each(function(i,e){$(e).removeClass('hidden');$(e).next().hide();refreshListViewCheckbox(e);if(!$(e).hasClass('initialized-checkbox')){$(e).click(function(){$(this).next().click();refreshListViewCheckbox($(this));});$(e).addClass('initialized-checkbox');}});$('#selectLink > li > ul > li > a, #selectLinkTop > li > ul > li > a, #selectLinkBottom > li > ul > li > a').click(function(e){e.preventDefault();$('.glyphicon.bootstrap-checkbox').each(function(i,e){refreshListViewCheckbox(e);});});checkboxesInitialized=true;clearInterval(checkboxesInitializeInterval);checkboxesInitializeInterval=false;}}};initializeBootstrapCheckboxes();};setInterval(function(){listViewCheckboxInit();},100);})

end of error

----------------------<

Environment:
PHP 8.0
(packages: libc-client, pear, php-bcmath, php-calendar, php-cli, php-common, php-curl, php-devel, php-fpm, php-ftp, php-gd, php-gettext, php-iconv, php-imap, php-intl, php-litespeed, php-mbstring, php-mysqlnd, php-pdo, php-posix, php-sockets, php-xml, php-zip, runtime)
MySQL 5.7.35
Apache 2.4.49

display_errors = Off
max_execution_time = 30
max_input_time = 60
max_input_vars = 1000
memory_limit = 222M
post_max_size = 200M
session.gc_maxlifetime = 1440
session.save_path = “/var/cpanel/php/sessions/ea-php80”
upload_max_filesize = 20M
zlib.output_compression = Off
No Cron Jobs (at this stage)

Database user has all privileges in created database.

----------------------<
begin error_log

[04-Oct-2021 07:11:19 UTC] PHP Fatal error:  Uncaught Exception: SuiteCRM is not installed. Entry point needs an installed SuiteCRM, please install first. in /home/crm2fm/public_html/include/entryPoint.php:59
Stack trace:
#0 /home/crm2fm/public_html/index.php(47): require_once()
#1 {main}
  thrown in /home/crm2fm/public_html/include/entryPoint.php on line 59
[04-Oct-2021 07:11:19 UTC] PHP Warning:  Trying to access array offset on value of type null in /home/crm2fm/public_html/include/utils.php on line 1831
[04-Oct-2021 07:11:19 UTC] PHP Warning:  Trying to access array offset on value of type null in /home/crm2fm/public_html/include/utils.php on line 1785
[04-Oct-2021 07:11:26 UTC] PHP Warning:  Trying to access array offset on value of type null in /home/crm2fm/public_html/include/utils.php on line 1831
[04-Oct-2021 07:11:26 UTC] PHP Warning:  Trying to access array offset on value of type null in /home/crm2fm/public_html/include/utils.php on line 1785
[04-Oct-2021 07:42:49 UTC] PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/crm2fm/public_html/jssource/Minifier.php on line 240
[04-Oct-2021 07:43:18 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home/crm2fm/public_html/jssource/Minifier.php on line 182
[04-Oct-2021 07:45:19 UTC] PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/crm2fm/public_html/jssource/Minifier.php on line 240
[04-Oct-2021 07:45:50 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home/crm2fm/public_html/jssource/Minifier.php on line 252
[04-Oct-2021 09:56:16 UTC] PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/crm2fm/public_html/jssource/Minifier.php on line 240
[04-Oct-2021 09:56:46 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home/crm2fm/public_html/jssource/Minifier.php on line 353
[04-Oct-2021 09:57:51 UTC] PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/crm2fm/public_html/jssource/Minifier.php on line 240
[04-Oct-2021 10:02:53 UTC] PHP Fatal error:  Maximum execution time of 300 seconds exceeded in /home/crm2fm/public_html/jssource/Minifier.php on line 353
[04-Oct-2021 10:03:19 UTC] PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/crm2fm/public_html/jssource/Minifier.php on line 240
[04-Oct-2021 10:04:59 UTC] PHP Fatal error:  Maximum execution time of 100 seconds exceeded in /home/crm2fm/public_html/jssource/Minifier.php on line 266
[04-Oct-2021 10:05:00 UTC] PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/crm2fm/public_html/jssource/Minifier.php on line 240
[04-Oct-2021 10:06:40 UTC] PHP Fatal error:  Maximum execution time of 100 seconds exceeded in /home/crm2fm/public_html/jssource/Minifier.php on line 450

end error_log

----------------------<
begin install.log

2021-10-04 07:11:19...installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2021-10-04 07:11:26...installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2021-10-04 07:11:30...Begin System Check Process *************
2021-10-04 07:11:30...XML Parsing Support Found
2021-10-04 07:11:30...JSON Parsing Support Found
2021-10-04 07:11:30...MBString Support Found
2021-10-04 07:11:30...ZIP Support Found
2021-10-04 07:11:30.../custom directory and subdirectory check passed
2021-10-04 07:11:30...cache directory and subdirectory check passed
2021-10-04 07:11:30.../module  directory and subdirectory check passed
2021-10-04 07:11:30.../upload directory check passed
2021-10-04 07:11:30.../zip check passed
2021-10-04 07:11:30...PCRE version check passed
2021-10-04 07:11:30...installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2021-10-04 07:11:30...php.ini location found. /opt/cpanel/ea-php80/root/etc/php.ini
2021-10-04 07:11:30...Outputting HTML for System check
2021-10-04 07:11:30...No Errors were found *************
2021-10-04 07:11:31...installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2021-10-04 07:12:00...installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2021-10-04 07:13:50...Begin DB Check Process *************
2021-10-04 07:13:50...testing with mysql:mysqli
2021-10-04 07:13:50...Basic form info is valid, continuing Process.
2021-10-04 07:13:50...Testing user account...
2021-10-04 07:13:50...Connection made using  host: localhost, usr: usr
2021-10-04 07:13:50...SUCCESS:: no errors detected!
2021-10-04 07:13:50...End DB Check Process *************
2021-10-04 07:13:51...installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2021-10-04 07:13:51...calling handleSugarConfig()
2021-10-04 07:13:51...calling handleHtaccess()
2021-10-04 07:13:51...calling handleDbCreateDatabase()
2021-10-04 07:13:51...looping through all the Beans and create their tables
2021-10-04 07:13:51...processing table acl_actions
2021-10-04 07:13:51...creating table acl_actions
2021-10-04 07:13:51...creating Relationship Meta for ACLAction
2021-10-04 07:13:51...processing table acl_roles
2021-10-04 07:13:51...creating table acl_roles
2021-10-04 07:13:51...creating Relationship Meta for ACLRole
2021-10-04 07:13:51...processing table relationships
2021-10-04 07:13:51...creating table relationships
2021-10-04 07:13:51...creating Relationship Meta for Relationship
2021-10-04 07:13:51...processing table leads
2021-10-04 07:13:51...creating table leads
2021-10-04 07:13:51...creating Relationship Meta for Lead
2021-10-04 07:13:51...processing table cases
2021-10-04 07:13:51...creating table cases
2021-10-04 07:13:51...creating Relationship Meta for Case
2021-10-04 07:13:51...processing table bugs
2021-10-04 07:13:52...creating table bugs
2021-10-04 07:13:52...creating Relationship Meta for Bug
2021-10-04 07:13:52...processing table users
2021-10-04 07:13:52...creating table users
2021-10-04 07:13:52...creating Relationship Meta for User
2021-10-04 07:13:52...processing table campaign_log
2021-10-04 07:13:52...creating table campaign_log
2021-10-04 07:13:52...creating Relationship Meta for CampaignLog
2021-10-04 07:13:52...processing table project
2021-10-04 07:13:52...creating table project
2021-10-04 07:13:52...creating Relationship Meta for Project
2021-10-04 07:13:52...processing table project_task
2021-10-04 07:13:52...creating table project_task
2021-10-04 07:13:52...creating Relationship Meta for ProjectTask
2021-10-04 07:13:52...processing table campaigns
2021-10-04 07:13:52...creating table campaigns
2021-10-04 07:13:52...creating Relationship Meta for Campaign
2021-10-04 07:13:52...processing table prospect_lists
2021-10-04 07:13:52...creating table prospect_lists
2021-10-04 07:13:52...creating Relationship Meta for ProspectList
2021-10-04 07:13:52...processing table prospects
2021-10-04 07:13:52...creating table prospects
2021-10-04 07:13:52...creating Relationship Meta for Prospect
2021-10-04 07:13:52...processing table email_marketing
2021-10-04 07:13:52...creating table email_marketing
2021-10-04 07:13:52...creating Relationship Meta for EmailMarketing
2021-10-04 07:13:52...processing table campaign_trkrs
2021-10-04 07:13:52...creating table campaign_trkrs
2021-10-04 07:13:52...creating Relationship Meta for CampaignTracker
2021-10-04 07:13:52...processing table releases
2021-10-04 07:13:52...creating table releases
2021-10-04 07:13:52...creating Relationship Meta for Release
2021-10-04 07:13:52...processing table emailman
2021-10-04 07:13:52...creating table emailman
2021-10-04 07:13:52...creating Relationship Meta for EmailMan
2021-10-04 07:13:52...processing table schedulers
2021-10-04 07:13:52...creating table schedulers
2021-10-04 07:13:52...creating Relationship Meta for Scheduler
2021-10-04 07:13:52...processing table job_queue
2021-10-04 07:13:52...creating table job_queue
2021-10-04 07:13:52...creating Relationship Meta for SchedulersJob
2021-10-04 07:13:52...processing table contacts
2021-10-04 07:13:52...creating table contacts
2021-10-04 07:13:52...creating Relationship Meta for Contact
2021-10-04 07:13:52...processing table accounts
2021-10-04 07:13:52...creating table accounts
2021-10-04 07:13:52...creating Relationship Meta for Account
2021-10-04 07:13:53...processing table opportunities
2021-10-04 07:13:53...creating table opportunities
2021-10-04 07:13:53...creating Relationship Meta for Opportunity
2021-10-04 07:13:53...processing table email_templates
2021-10-04 07:13:53...creating table email_templates
2021-10-04 07:13:53...creating Relationship Meta for EmailTemplate
2021-10-04 07:13:53...processing table notes
2021-10-04 07:13:53...creating table notes
2021-10-04 07:13:53...creating Relationship Meta for Note
2021-10-04 07:13:53...processing table calls
2021-10-04 07:13:53...creating table calls
2021-10-04 07:13:53...creating Relationship Meta for Call
2021-10-04 07:13:53...processing table emails
2021-10-04 07:13:53...creating table emails
2021-10-04 07:13:53...creating Relationship Meta for Email
2021-10-04 07:13:53...processing table meetings
2021-10-04 07:13:53...creating table meetings
2021-10-04 07:13:53...creating Relationship Meta for Meeting
2021-10-04 07:13:53...processing table tasks
2021-10-04 07:13:53...creating table tasks
2021-10-04 07:13:53...creating Relationship Meta for Task
2021-10-04 07:13:53...processing table users
2021-10-04 07:13:53...processing table users
2021-10-04 07:13:53...processing table currencies
2021-10-04 07:13:53...creating table currencies
2021-10-04 07:13:53...creating Relationship Meta for Currency
2021-10-04 07:13:53...processing table tracker
2021-10-04 07:13:53...creating table tracker
2021-10-04 07:13:53...creating Relationship Meta for Tracker
2021-10-04 07:13:53...processing table import_maps
2021-10-04 07:13:53...creating table import_maps
2021-10-04 07:13:53...creating Relationship Meta for ImportMap
2021-10-04 07:13:53...processing table users_last_import
2021-10-04 07:13:53...creating table users_last_import
2021-10-04 07:13:53...creating Relationship Meta for UsersLastImport
2021-10-04 07:13:53...processing table config
2021-10-04 07:13:53...creating table config
2021-10-04 07:13:53...creating Relationship Meta for Administration
2021-10-04 07:13:53...processing table upgrade_history
2021-10-04 07:13:53...creating table upgrade_history
2021-10-04 07:13:53...creating Relationship Meta for UpgradeHistory
2021-10-04 07:13:53...processing table vcals
2021-10-04 07:13:53...creating table vcals
2021-10-04 07:13:53...creating Relationship Meta for vCal
2021-10-04 07:13:53...processing table alerts
2021-10-04 07:13:53...creating table alerts
2021-10-04 07:13:53...creating Relationship Meta for Alert
2021-10-04 07:13:53...processing table roles
2021-10-04 07:13:53...creating table roles
2021-10-04 07:13:53...creating Relationship Meta for Role
2021-10-04 07:13:53...processing table documents
2021-10-04 07:13:53...creating table documents
2021-10-04 07:13:53...creating Relationship Meta for Document
2021-10-04 07:13:53...processing table document_revisions
2021-10-04 07:13:53...creating table document_revisions
2021-10-04 07:13:53...creating Relationship Meta for DocumentRevision
2021-10-04 07:13:53...processing table fields_meta_data
2021-10-04 07:13:53...creating table fields_meta_data
2021-10-04 07:13:53...creating Relationship Meta for FieldsMetaData
2021-10-04 07:13:53...processing table 
2021-10-04 07:13:53...processing table inbound_email
2021-10-04 07:13:53...creating table inbound_email
2021-10-04 07:13:53...creating Relationship Meta for InboundEmail
2021-10-04 07:13:53...processing table saved_search
2021-10-04 07:13:53...creating table saved_search
2021-10-04 07:13:53...creating Relationship Meta for SavedSearch
2021-10-04 07:13:53...processing table user_preferences
2021-10-04 07:13:53...creating table user_preferences
2021-10-04 07:13:53...creating Relationship Meta for UserPreference
2021-10-04 07:13:53...processing table 
2021-10-04 07:13:53...processing table email_addresses
2021-10-04 07:13:53...creating table email_addresses
2021-10-04 07:13:53...creating Relationship Meta for EmailAddress
2021-10-04 07:13:53...processing table emails_text
2021-10-04 07:13:53...creating table emails_text
2021-10-04 07:13:53...creating Relationship Meta for EmailText
2021-10-04 07:13:53...processing table spots
2021-10-04 07:13:53...creating table spots
2021-10-04 07:13:53...creating Relationship Meta for Spots
2021-10-04 07:13:53...processing table aobh_businesshours
2021-10-04 07:13:54...creating table aobh_businesshours
2021-10-04 07:13:54...creating Relationship Meta for AOBH_BusinessHours
2021-10-04 07:13:54...processing table sugarfeed
2021-10-04 07:13:54...creating table sugarfeed
2021-10-04 07:13:54...creating Relationship Meta for SugarFeed
2021-10-04 07:13:54...processing table eapm
2021-10-04 07:13:54...creating table eapm
2021-10-04 07:13:54...creating Relationship Meta for EAPM
2021-10-04 07:13:54...processing table oauth_consumer
2021-10-04 07:13:54...creating table oauth_consumer
2021-10-04 07:13:54...creating Relationship Meta for OAuthKey
2021-10-04 07:13:54...processing table oauth_tokens
2021-10-04 07:13:54...creating table oauth_tokens
2021-10-04 07:13:54...creating Relationship Meta for OAuthToken
2021-10-04 07:13:54...processing table am_projecttemplates
2021-10-04 07:13:54...creating table am_projecttemplates
2021-10-04 07:13:54...creating Relationship Meta for AM_ProjectTemplates
2021-10-04 07:13:54...processing table am_tasktemplates
2021-10-04 07:13:54...creating table am_tasktemplates
2021-10-04 07:13:54...creating Relationship Meta for AM_TaskTemplates
2021-10-04 07:13:54...processing table favorites
2021-10-04 07:13:54...creating table favorites
2021-10-04 07:13:54...creating Relationship Meta for Favorites
2021-10-04 07:13:54...processing table aok_knowledge_base_categories
2021-10-04 07:13:54...creating table aok_knowledge_base_categories
2021-10-04 07:13:54...creating Relationship Meta for AOK_Knowledge_Base_Categories
2021-10-04 07:13:54...processing table aok_knowledgebase
2021-10-04 07:13:54...creating table aok_knowledgebase
2021-10-04 07:13:54...creating Relationship Meta for AOK_KnowledgeBase
2021-10-04 07:13:54...processing table reminders
2021-10-04 07:13:54...creating table reminders
2021-10-04 07:13:54...creating Relationship Meta for Reminder
2021-10-04 07:13:54...processing table reminders_invitees
2021-10-04 07:13:54...creating table reminders_invitees
2021-10-04 07:13:54...creating Relationship Meta for Reminder_Invitee
2021-10-04 07:13:54...processing table fp_events
2021-10-04 07:13:54...creating table fp_events
2021-10-04 07:13:54...creating Relationship Meta for FP_events
2021-10-04 07:13:54...processing table fp_event_locations
2021-10-04 07:13:54...creating table fp_event_locations
2021-10-04 07:13:54...creating Relationship Meta for FP_Event_Locations
2021-10-04 07:13:54...processing table aod_indexevent
2021-10-04 07:13:54...creating table aod_indexevent
2021-10-04 07:13:54...creating Relationship Meta for AOD_IndexEvent
2021-10-04 07:13:54...processing table aod_index
2021-10-04 07:13:54...creating table aod_index
2021-10-04 07:13:54...creating Relationship Meta for AOD_Index
2021-10-04 07:13:54...processing table aop_case_events
2021-10-04 07:13:54...creating table aop_case_events
2021-10-04 07:13:54...creating Relationship Meta for AOP_Case_Events
2021-10-04 07:13:54...processing table aop_case_updates
2021-10-04 07:13:54...creating table aop_case_updates
2021-10-04 07:13:54...creating Relationship Meta for AOP_Case_Updates
2021-10-04 07:13:54...processing table aor_reports
2021-10-04 07:13:55...creating table aor_reports
2021-10-04 07:13:55...creating Relationship Meta for AOR_Report
2021-10-04 07:13:55...processing table aor_fields
2021-10-04 07:13:55...creating table aor_fields
2021-10-04 07:13:55...creating Relationship Meta for AOR_Field
2021-10-04 07:13:55...processing table aor_charts
2021-10-04 07:13:55...creating table aor_charts
2021-10-04 07:13:55...creating Relationship Meta for AOR_Chart
2021-10-04 07:13:55...processing table aor_conditions
2021-10-04 07:13:55...creating table aor_conditions
2021-10-04 07:13:55...creating Relationship Meta for AOR_Condition
2021-10-04 07:13:55...processing table aor_scheduled_reports
2021-10-04 07:13:55...creating table aor_scheduled_reports
2021-10-04 07:13:55...creating Relationship Meta for AOR_Scheduled_Reports
2021-10-04 07:13:55...processing table aos_contracts
2021-10-04 07:13:55...creating table aos_contracts
2021-10-04 07:13:55...creating Relationship Meta for AOS_Contracts
2021-10-04 07:13:55...processing table aos_invoices
2021-10-04 07:13:55...creating table aos_invoices
2021-10-04 07:13:55...creating Relationship Meta for AOS_Invoices
2021-10-04 07:13:55...processing table aos_pdf_templates
2021-10-04 07:13:55...creating table aos_pdf_templates
2021-10-04 07:13:55...creating Relationship Meta for AOS_PDF_Templates
2021-10-04 07:13:55...processing table aos_product_categories
2021-10-04 07:13:55...creating table aos_product_categories
2021-10-04 07:13:55...creating Relationship Meta for AOS_Product_Categories
2021-10-04 07:13:55...processing table aos_products
2021-10-04 07:13:55...creating table aos_products
2021-10-04 07:13:55...creating Relationship Meta for AOS_Products
2021-10-04 07:13:55...processing table aos_products_quotes
2021-10-04 07:13:55...creating table aos_products_quotes
2021-10-04 07:13:55...creating Relationship Meta for AOS_Products_Quotes
2021-10-04 07:13:55...processing table aos_line_item_groups
2021-10-04 07:13:55...creating table aos_line_item_groups
2021-10-04 07:13:55...creating Relationship Meta for AOS_Line_Item_Groups
2021-10-04 07:13:55...processing table aos_quotes
2021-10-04 07:13:55...creating table aos_quotes
2021-10-04 07:13:55...creating Relationship Meta for AOS_Quotes
2021-10-04 07:13:55...processing table aow_actions
2021-10-04 07:13:55...creating table aow_actions
2021-10-04 07:13:55...creating Relationship Meta for AOW_Action
2021-10-04 07:13:56...processing table aow_workflow
2021-10-04 07:13:56...creating table aow_workflow
2021-10-04 07:13:56...creating Relationship Meta for AOW_WorkFlow
2021-10-04 07:13:56...processing table aow_processed
2021-10-04 07:13:56...creating table aow_processed
2021-10-04 07:13:56...creating Relationship Meta for AOW_Processed
2021-10-04 07:13:56...processing table aow_conditions
2021-10-04 07:13:56...creating table aow_conditions
2021-10-04 07:13:56...creating Relationship Meta for AOW_Condition
2021-10-04 07:13:56...processing table jjwg_maps
2021-10-04 07:13:56...creating table jjwg_maps
2021-10-04 07:13:56...creating Relationship Meta for jjwg_Maps
2021-10-04 07:13:56...processing table jjwg_markers
2021-10-04 07:13:56...creating table jjwg_markers
2021-10-04 07:13:56...creating Relationship Meta for jjwg_Markers
2021-10-04 07:13:56...processing table jjwg_areas
2021-10-04 07:13:56...creating table jjwg_areas
2021-10-04 07:13:56...creating Relationship Meta for jjwg_Areas
2021-10-04 07:13:56...processing table jjwg_address_cache
2021-10-04 07:13:56...creating table jjwg_address_cache
2021-10-04 07:13:56...creating Relationship Meta for jjwg_Address_Cache
2021-10-04 07:13:56...processing table calls_reschedule
2021-10-04 07:13:57...creating table calls_reschedule
2021-10-04 07:13:57...creating Relationship Meta for Calls_Reschedule
2021-10-04 07:13:57...processing table securitygroups
2021-10-04 07:13:57...creating table securitygroups
2021-10-04 07:13:57...creating Relationship Meta for SecurityGroup
2021-10-04 07:13:57...processing table outbound_email
2021-10-04 07:13:57...creating table outbound_email
2021-10-04 07:13:57...creating Relationship Meta for OutboundEmailAccounts
2021-10-04 07:13:57...processing table templatesectionline
2021-10-04 07:13:57...creating table templatesectionline
2021-10-04 07:13:57...creating Relationship Meta for TemplateSectionLine
2021-10-04 07:13:57...processing table oauth2tokens
2021-10-04 07:13:57...creating table oauth2tokens
2021-10-04 07:13:57...creating Relationship Meta for OAuth2Tokens
2021-10-04 07:13:57...processing table oauth2clients
2021-10-04 07:13:57...creating table oauth2clients
2021-10-04 07:13:57...creating Relationship Meta for OAuth2Clients
2021-10-04 07:13:57...processing table surveyresponses
2021-10-04 07:13:57...creating table surveyresponses
2021-10-04 07:13:57...creating Relationship Meta for SurveyResponses
2021-10-04 07:13:57...processing table surveys
2021-10-04 07:13:57...creating table surveys
2021-10-04 07:13:57...creating Relationship Meta for Surveys
2021-10-04 07:13:57...processing table surveyquestionresponses
2021-10-04 07:13:57...creating table surveyquestionresponses
2021-10-04 07:13:57...creating Relationship Meta for SurveyQuestionResponses
2021-10-04 07:13:57...processing table surveyquestions
2021-10-04 07:13:57...creating table surveyquestions
2021-10-04 07:13:57...creating Relationship Meta for SurveyQuestions
2021-10-04 07:13:57...processing table surveyquestionoptions
2021-10-04 07:13:57...creating table surveyquestionoptions
2021-10-04 07:13:57...creating Relationship Meta for SurveyQuestionOptions
2021-10-04 07:13:59...Begin creating Defaults
2021-10-04 07:13:59...insert defaults into config table
2021-10-04 07:13:59...Creating default users
2021-10-04 07:13:59...Creating default scheduler jobs
2021-10-04 07:13:59...Enable SugarFeeds
2021-10-04 07:13:59...Installation has completed *********
2021-10-04 07:14:02...populating the db with seed data
2021-10-04 07:14:02...Save configuration settings..
2021-10-04 07:14:02...save locale
2021-10-04 07:14:02...new Administration
2021-10-04 07:14:02...retrieveSettings
2021-10-04 07:14:02...AdminWizard OFF
2021-10-04 07:14:02...saveConfig
2021-10-04 07:14:02...new Configurator
2021-10-04 07:14:02...populateFromPost
2021-10-04 07:14:02...handleOverride
2021-10-04 07:14:02...addCronAllowedUser
2021-10-04 07:14:02...saveConfig
2021-10-04 07:14:02...new Currency
2021-10-04 07:14:02...retrieve
2021-10-04 07:14:02...DBG: save currency
2021-10-04 07:14:02...Save user settings..
2021-10-04 07:14:02...DBG: SugarThemeRegistry::getDefault

end install.log

----------------------<
begin suitecrm.log

Mon Oct  4 07:13:59 2021 [5853][1][FATAL] User update error: Temp User is not retrieved at ID 1, boolean given
Mon Oct  4 07:13:59 2021 [5853][1][FATAL] Email address save error

end suitecrm.log

----------------------<
I would really appreciate if somebody can help me solve this problem.

Thank you.

Make sure you use these installer:
https://suitecrm.com/files/162/SuiteCRM-7.11/566/SuiteCRM-7.11.22.zip

It if doesn’t work, try to install a previous versions from here:
https://sourceforge.net/projects/suitecrm/files/

I erased all files and deleted the database and tried once more from the beginning the link you provided for SuiteCRM-7.11.22.zip . It didn’t work. The same error.

I deleted everything.
Then I tried older version SuiteCRM-7.10.33.zip

When I visit the URL of this installation I get an error (on web page):

----------------------<
begin the displayed error on web page

YAHOO.util.Event.onDOMReady(function() {if(location.href.indexOf('print=true')>-1) setTimeout("window.print();",1000);});SUGAR.measurements={"breakpoints":{"x-small":750,"small":768,"medium":992,"large":1130,"x-large":1250}};SUGAR.loaded_once=false;$(document).ready(function(){loadSidebar();$("ul.clickMenu").each(function(index,node){$(node).sugarActionMenu();});$('#backtotop').click(function(event){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(r){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";}}} postData='module=Home&action=sitemap&GetSiteMap=now&sugar_body_only=true';YAHOO.util.Connect.asyncRequest('POST','index.php',callback,postData);}});function IKEADEBUG(){var moduleLinks=document.getElementById('moduleList').getElementsByTagName("a");moduleLinkMouseOver=function(){var matches=/grouptab_([0-9]+)/i.exec(this.id);var tabNum=matches[1];var moduleGroups=document.getElementById('subModuleList').getElementsByTagName("span");for(var i=0;i0&&groupTabLeft>0){if(subTabHalfLength>=groupTabLeft){left=1;}else{left=groupTabLeft-subTabHalfLength;}} if(totalLengthInTheory>bw){var differ=totalLengthInTheory-bw;left=groupTabLeft-subTabHalfLength-differ-2;} if(left>=0){menuHandle.style.marginLeft=left+'px';}} YAHOO.util.Event.onDOMReady(function(){if(document.getElementById('subModuleList')){var parentMenu=false;var moduleListDom=document.getElementById('moduleList');if(moduleListDom!=null){var parentTabLis=moduleListDom.getElementsByTagName("li");var tabNum=0;for(var ii=0;iidiv'),currMenuBar;this.allMenuBars={};for(var i=0;i980&&$('.sidebar').is(':visible')){$('#bootstrap-container').addClass('col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main');}});function loadSidebar(){if($('#sidebar_container').length){$('#buttontoggle').click(function(){$('.sidebar').toggle();if($('.sidebar').is(':visible')){$.cookie('sidebartoggle','expanded');$('#buttontoggle').removeClass('button-toggle-collapsed');$('#buttontoggle').addClass('button-toggle-expanded');$('#bootstrap-container').addClass('col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2');$('footer').removeClass('collapsedSidebar');$('footer').addClass('expandedSidebar');$('#bootstrap-container').removeClass('collapsedSidebar');$('#bootstrap-container').addClass('expandedSidebar');} if($('.sidebar').is(':hidden')){$.cookie('sidebartoggle','collapsed');$('#buttontoggle').removeClass('button-toggle-expanded');$('#buttontoggle').addClass('button-toggle-collapsed');$('#bootstrap-container').removeClass('col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 col-sm-3 col-md-2 sidebar');$('footer').removeClass('expandedSidebar');$('footer').addClass('collapsedSidebar');$('#bootstrap-container').removeClass('expandedSidebar');$('#bootstrap-container').addClass('collapsedSidebar');}});var sidebartoggle=$.cookie('sidebartoggle');if(sidebartoggle=='collapsed'){$('.sidebar').hide();$('#buttontoggle').removeClass('button-toggle-expanded');$('#buttontoggle').addClass('button-toggle-collapsed');$('#bootstrap-container').removeClass('col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 col-sm-3 col-md-2 sidebar');$('footer').removeClass('expandedSidebar');$('footer').addClass('collapsedSidebar');$('#bootstrap-container').removeClass('expandedSidebar');$('#bootstrap-container').addClass('collapsedSidebar');} else{$('#bootstrap-container').addClass('col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2');$('#buttontoggle').removeClass('button-toggle-collapsed');$('#buttontoggle').addClass('button-toggle-expanded');$('footer').removeClass('collapsedSidebar');$('footer').addClass('expandedSidebar');$('#bootstrap-container').removeClass('collapsedSidebar');$('#bootstrap-container').addClass('expandedSidebar');}}} $(document).ready(function(){$('#alert-nav').click(function(){$('#alert-nav #alerts').css('display','inherit');});});function selectTab(tab){$('#content div.tab-content div.tab-pane-NOBOOTSTRAPTOGGLER').hide();$('#content div.tab-content div.tab-pane-NOBOOTSTRAPTOGGLER').eq(tab).show().addClass('active').addClass('in');};function changeFirstTab(src){var selected=$(src).attr('id');var selectedHtml=$(selected.context).html();$('#xstab0').html(selectedHtml);var i=$(src).parents('li').index();selectTab(parseInt(i));return true;} var getParameterByName=function(name,url){if(!url)url=window.location.href;name=name.replace(/[\[\]]/g,"\\$&");var regex=new RegExp("[?&]"+name+"(=([^&#]*)|&|#|$)"),results=regex.exec(url);if(!results)return null;if(!results[2])return'';return decodeURIComponent(results[2].replace(/\+/g," "));} var isUserProfilePage=function(){var module=getParameterByName('module');if(!module){module=$('#EditView_tabs').closest('form#EditView').find('input[name="module"]').val();} if(!module){if(typeof module_sugar_grp1!=="undefined"){module=module_sugar_grp1;}} return module=='Users';};var isEditViewPage=function(){var action=getParameterByName('action');if(!action){action=$('#EditView_tabs').closest('form#EditView').find('input[name="page"]').val();} return action=='EditView';};var isDetailViewPage=function(){var action=getParameterByName('action');if(!action){action=action_sugar_grp1;} return action=='DetailView';};var refreshListViewCheckbox=function(e){$(e).removeClass('glyphicon-check');$(e).removeClass('glyphicon-unchecked');if($(e).next().prop('checked')){$(e).addClass('glyphicon-check');} else{$(e).addClass('glyphicon-unchecked');} $(e).removeClass('disabled') if($(e).next().prop('disabled')){$(e).addClass('disabled')}};$(function(){if($('#bootstrap-container footer').length>0){var clazz=$('#bootstrap-container footer').attr('class');$('body').append('
'+$('#bootstrap-container footer').html()+'
');$('#bootstrap-container footer').remove();initFooterPopups();} var hideEmptyFormCellsOnTablet=function(){if($(window).width()<=767){$('div#content div#pagecontent form#EditView div.edit.view table tbody tr td').each(function(i,e){$(e).find('slot').each(function(i,e){if($(e).html().trim()==' '){$(e).html(' ');}});if($(e).html().trim()==' '){$(e).addClass('hidden');$(e).addClass('hiddenOnTablet');}});} else{$('div#content div#pagecontent form#EditView div.edit.view table tbody tr td.hidden.hiddenOnTablet').each(function(i,e){$(e).removeClass('hidden');$(e).removeClass('hiddenOnTablet');});}} $(window).click(function(){hideEmptyFormCellsOnTablet();setTimeout(function(){hideEmptyFormCellsOnTablet();},500);});$(window).resize(function(){hideEmptyFormCellsOnTablet();});$(window).load(function(){hideEmptyFormCellsOnTablet();});$(document).ready(function(){hideEmptyFormCellsOnTablet();});setTimeout(function(){hideEmptyFormCellsOnTablet();},1500);var listViewCheckboxInit=function(){var checkboxesInitialized=false;var checkboxesInitializeInterval=false;var checkboxesCountdown=100;var initializeBootstrapCheckboxes=function(){if(!checkboxesInitialized){if($('.glyphicon.bootstrap-checkbox').length==0){if(!checkboxesInitializeInterval){checkboxesInitializeInterval=setInterval(function(){checkboxesCountdown--;if(checkboxesCountdown<=0){clearInterval(checkboxesInitializeInterval);return;} initializeBootstrapCheckboxes();},100);}}else{$('.glyphicon.bootstrap-checkbox').each(function(i,e){$(e).removeClass('hidden');$(e).next().hide();refreshListViewCheckbox(e);if(!$(e).hasClass('initialized-checkbox')){$(e).click(function(){$(this).next().click();refreshListViewCheckbox($(this));});$(e).addClass('initialized-checkbox');}});$('#selectLink > li > ul > li > a, #selectLinkTop > li > ul > li > a, #selectLinkBottom > li > ul > li > a').click(function(e){e.preventDefault();$('.glyphicon.bootstrap-checkbox').each(function(i,e){refreshListViewCheckbox(e);});});checkboxesInitialized=true;clearInterval(checkboxesInitializeInterval);checkboxesInitializeInterval=false;}}};initializeBootstrapCheckboxes();};setInterval(function(){listViewCheckboxInit();},100);})

end of error

----------------------<

----------------------<
begin error_log

[05-Oct-2021 06:24:55 UTC] PHP Fatal error:  Uncaught Exception: SuiteCRM is not installed. Entry point needs an installed SuiteCRM, please install first. in /home/crm71033fm/public_html/include/entryPoint.php:59
Stack trace:
#0 /home/crm71033fm/public_html/index.php(47): require_once()
#1 {main}
  thrown in /home/crm71033fm/public_html/include/entryPoint.php on line 59
[05-Oct-2021 06:24:56 UTC] PHP Warning:  Trying to access array offset on value of type null in /home/crm71033fm/public_html/include/utils.php on line 1828
[05-Oct-2021 06:24:56 UTC] PHP Warning:  Trying to access array offset on value of type null in /home/crm71033fm/public_html/include/utils.php on line 1782
[05-Oct-2021 06:24:57 UTC] PHP Fatal error:  Uncaught Exception: SuiteCRM is not installed. Entry point needs an installed SuiteCRM, please install first. in /home/crm71033fm/public_html/include/entryPoint.php:59
Stack trace:
#0 /home/crm71033fm/public_html/index.php(47): require_once()
#1 {main}
  thrown in /home/crm71033fm/public_html/include/entryPoint.php on line 59
[05-Oct-2021 06:24:58 UTC] PHP Warning:  Trying to access array offset on value of type null in /home/crm71033fm/public_html/include/utils.php on line 1828
[05-Oct-2021 06:24:58 UTC] PHP Warning:  Trying to access array offset on value of type null in /home/crm71033fm/public_html/include/utils.php on line 1782
[05-Oct-2021 06:26:28 UTC] PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/crm71033fm/public_html/jssource/Minifier.php on line 240
[05-Oct-2021 06:26:58 UTC] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in /home/crm71033fm/public_html/jssource/Minifier.php on line 450

end error_log

----------------------<
begin install.log

2021-10-05 06:24:56...installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2021-10-05 06:24:58...installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2021-10-05 06:25:00...Begin System Check Process *************
2021-10-05 06:25:00...XML Parsing Support Found
2021-10-05 06:25:00...JSON Parsing Support Found
2021-10-05 06:25:00...MBString Support Found
2021-10-05 06:25:00...ZIP Support Found
2021-10-05 06:25:00.../custom directory and subdirectory check passed
2021-10-05 06:25:00...cache directory and subdirectory check passed
2021-10-05 06:25:00.../module  directory and subdirectory check passed
2021-10-05 06:25:00.../upload directory check passed
2021-10-05 06:25:00.../zip check passed
2021-10-05 06:25:00...PCRE version check passed
2021-10-05 06:25:00...installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2021-10-05 06:25:00...php.ini location found. /opt/cpanel/ea-php80/root/etc/php.ini
2021-10-05 06:25:00...Outputting HTML for System check
2021-10-05 06:25:00...No Errors were found *************
2021-10-05 06:25:01...installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2021-10-05 06:25:05...installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2021-10-05 06:26:15...Begin DB Check Process *************
2021-10-05 06:26:15...testing with mysql:mysqli
2021-10-05 06:26:15...Basic form info is valid, continuing Process.
2021-10-05 06:26:15...Testing user account...
2021-10-05 06:26:15...Connection made using  host: localhost, usr: usr
2021-10-05 06:26:15...SUCCESS:: no errors detected!
2021-10-05 06:26:15...End DB Check Process *************
2021-10-05 06:26:15...installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute
2021-10-05 06:26:15...calling handleSugarConfig()
2021-10-05 06:26:15...calling handleHtaccess()
2021-10-05 06:26:15...calling handleDbCreateDatabase()
2021-10-05 06:26:15...looping through all the Beans and create their tables
2021-10-05 06:26:15...processing table acl_actions
2021-10-05 06:26:15...creating table acl_actions
2021-10-05 06:26:15...creating Relationship Meta for ACLAction
2021-10-05 06:26:15...processing table acl_roles
2021-10-05 06:26:15...creating table acl_roles
2021-10-05 06:26:15...creating Relationship Meta for ACLRole
2021-10-05 06:26:15...processing table relationships
2021-10-05 06:26:15...creating table relationships
2021-10-05 06:26:15...creating Relationship Meta for Relationship
2021-10-05 06:26:15...processing table leads
2021-10-05 06:26:15...creating table leads
2021-10-05 06:26:15...creating Relationship Meta for Lead
2021-10-05 06:26:15...processing table cases
2021-10-05 06:26:15...creating table cases
2021-10-05 06:26:15...creating Relationship Meta for Case
2021-10-05 06:26:15...processing table bugs
2021-10-05 06:26:15...creating table bugs
2021-10-05 06:26:15...creating Relationship Meta for Bug
2021-10-05 06:26:15...processing table users
2021-10-05 06:26:15...creating table users
2021-10-05 06:26:15...creating Relationship Meta for User
2021-10-05 06:26:15...processing table campaign_log
2021-10-05 06:26:15...creating table campaign_log
2021-10-05 06:26:15...creating Relationship Meta for CampaignLog
2021-10-05 06:26:15...processing table project
2021-10-05 06:26:15...creating table project
2021-10-05 06:26:15...creating Relationship Meta for Project
2021-10-05 06:26:15...processing table project_task
2021-10-05 06:26:16...creating table project_task
2021-10-05 06:26:16...creating Relationship Meta for ProjectTask
2021-10-05 06:26:16...processing table campaigns
2021-10-05 06:26:16...creating table campaigns
2021-10-05 06:26:16...creating Relationship Meta for Campaign
2021-10-05 06:26:16...processing table prospect_lists
2021-10-05 06:26:16...creating table prospect_lists
2021-10-05 06:26:16...creating Relationship Meta for ProspectList
2021-10-05 06:26:16...processing table prospects
2021-10-05 06:26:16...creating table prospects
2021-10-05 06:26:16...creating Relationship Meta for Prospect
2021-10-05 06:26:16...processing table email_marketing
2021-10-05 06:26:16...creating table email_marketing
2021-10-05 06:26:16...creating Relationship Meta for EmailMarketing
2021-10-05 06:26:16...processing table campaign_trkrs
2021-10-05 06:26:16...creating table campaign_trkrs
2021-10-05 06:26:16...creating Relationship Meta for CampaignTracker
2021-10-05 06:26:16...processing table releases
2021-10-05 06:26:16...creating table releases
2021-10-05 06:26:16...creating Relationship Meta for Release
2021-10-05 06:26:16...processing table emailman
2021-10-05 06:26:16...creating table emailman
2021-10-05 06:26:16...creating Relationship Meta for EmailMan
2021-10-05 06:26:16...processing table schedulers
2021-10-05 06:26:16...creating table schedulers
2021-10-05 06:26:16...creating Relationship Meta for Scheduler
2021-10-05 06:26:16...processing table job_queue
2021-10-05 06:26:16...creating table job_queue
2021-10-05 06:26:16...creating Relationship Meta for SchedulersJob
2021-10-05 06:26:16...processing table contacts
2021-10-05 06:26:16...creating table contacts
2021-10-05 06:26:16...creating Relationship Meta for Contact
2021-10-05 06:26:16...processing table accounts
2021-10-05 06:26:16...creating table accounts
2021-10-05 06:26:16...creating Relationship Meta for Account
2021-10-05 06:26:16...processing table opportunities
2021-10-05 06:26:16...creating table opportunities
2021-10-05 06:26:16...creating Relationship Meta for Opportunity
2021-10-05 06:26:16...processing table email_templates
2021-10-05 06:26:16...creating table email_templates
2021-10-05 06:26:16...creating Relationship Meta for EmailTemplate
2021-10-05 06:26:16...processing table notes
2021-10-05 06:26:16...creating table notes
2021-10-05 06:26:16...creating Relationship Meta for Note
2021-10-05 06:26:16...processing table calls
2021-10-05 06:26:16...creating table calls
2021-10-05 06:26:16...creating Relationship Meta for Call
2021-10-05 06:26:16...processing table emails
2021-10-05 06:26:17...creating table emails
2021-10-05 06:26:17...creating Relationship Meta for Email
2021-10-05 06:26:17...processing table meetings
2021-10-05 06:26:17...creating table meetings
2021-10-05 06:26:17...creating Relationship Meta for Meeting
2021-10-05 06:26:17...processing table tasks
2021-10-05 06:26:17...creating table tasks
2021-10-05 06:26:17...creating Relationship Meta for Task
2021-10-05 06:26:17...processing table users
2021-10-05 06:26:17...processing table users
2021-10-05 06:26:17...processing table currencies
2021-10-05 06:26:17...creating table currencies
2021-10-05 06:26:17...creating Relationship Meta for Currency
2021-10-05 06:26:17...processing table tracker
2021-10-05 06:26:17...creating table tracker
2021-10-05 06:26:17...creating Relationship Meta for Tracker
2021-10-05 06:26:17...processing table import_maps
2021-10-05 06:26:17...creating table import_maps
2021-10-05 06:26:17...creating Relationship Meta for ImportMap
2021-10-05 06:26:17...processing table users_last_import
2021-10-05 06:26:17...creating table users_last_import
2021-10-05 06:26:17...creating Relationship Meta for UsersLastImport
2021-10-05 06:26:17...processing table config
2021-10-05 06:26:17...creating table config
2021-10-05 06:26:17...creating Relationship Meta for Administration
2021-10-05 06:26:17...processing table upgrade_history
2021-10-05 06:26:17...creating table upgrade_history
2021-10-05 06:26:17...creating Relationship Meta for UpgradeHistory
2021-10-05 06:26:17...processing table vcals
2021-10-05 06:26:17...creating table vcals
2021-10-05 06:26:17...creating Relationship Meta for vCal
2021-10-05 06:26:17...processing table alerts
2021-10-05 06:26:17...creating table alerts
2021-10-05 06:26:17...creating Relationship Meta for Alert
2021-10-05 06:26:17...processing table roles
2021-10-05 06:26:17...creating table roles
2021-10-05 06:26:17...creating Relationship Meta for Role
2021-10-05 06:26:17...processing table documents
2021-10-05 06:26:17...creating table documents
2021-10-05 06:26:17...creating Relationship Meta for Document
2021-10-05 06:26:17...processing table document_revisions
2021-10-05 06:26:17...creating table document_revisions
2021-10-05 06:26:17...creating Relationship Meta for DocumentRevision
2021-10-05 06:26:17...processing table fields_meta_data
2021-10-05 06:26:17...creating table fields_meta_data
2021-10-05 06:26:17...creating Relationship Meta for FieldsMetaData
2021-10-05 06:26:17...processing table 
2021-10-05 06:26:17...processing table inbound_email
2021-10-05 06:26:17...creating table inbound_email
2021-10-05 06:26:17...creating Relationship Meta for InboundEmail
2021-10-05 06:26:17...processing table saved_search
2021-10-05 06:26:17...creating table saved_search
2021-10-05 06:26:17...creating Relationship Meta for SavedSearch
2021-10-05 06:26:17...processing table user_preferences
2021-10-05 06:26:17...creating table user_preferences
2021-10-05 06:26:17...creating Relationship Meta for UserPreference
2021-10-05 06:26:17...processing table 
2021-10-05 06:26:17...processing table email_addresses
2021-10-05 06:26:17...creating table email_addresses
2021-10-05 06:26:17...creating Relationship Meta for EmailAddress
2021-10-05 06:26:17...processing table emails_text
2021-10-05 06:26:17...creating table emails_text
2021-10-05 06:26:17...creating Relationship Meta for EmailText
2021-10-05 06:26:17...processing table spots
2021-10-05 06:26:17...creating table spots
2021-10-05 06:26:17...creating Relationship Meta for Spots
2021-10-05 06:26:17...processing table aobh_businesshours
2021-10-05 06:26:17...creating table aobh_businesshours
2021-10-05 06:26:17...creating Relationship Meta for AOBH_BusinessHours
2021-10-05 06:26:17...processing table sugarfeed
2021-10-05 06:26:17...creating table sugarfeed
2021-10-05 06:26:17...creating Relationship Meta for SugarFeed
2021-10-05 06:26:17...processing table eapm
2021-10-05 06:26:17...creating table eapm
2021-10-05 06:26:17...creating Relationship Meta for EAPM
2021-10-05 06:26:17...processing table oauth_consumer
2021-10-05 06:26:17...creating table oauth_consumer
2021-10-05 06:26:17...creating Relationship Meta for OAuthKey
2021-10-05 06:26:17...processing table oauth_tokens
2021-10-05 06:26:17...creating table oauth_tokens
2021-10-05 06:26:17...creating Relationship Meta for OAuthToken
2021-10-05 06:26:17...processing table am_projecttemplates
2021-10-05 06:26:17...creating table am_projecttemplates
2021-10-05 06:26:17...creating Relationship Meta for AM_ProjectTemplates
2021-10-05 06:26:17...processing table am_tasktemplates
2021-10-05 06:26:17...creating table am_tasktemplates
2021-10-05 06:26:17...creating Relationship Meta for AM_TaskTemplates
2021-10-05 06:26:17...processing table favorites
2021-10-05 06:26:17...creating table favorites
2021-10-05 06:26:17...creating Relationship Meta for Favorites
2021-10-05 06:26:17...processing table aok_knowledge_base_categories
2021-10-05 06:26:17...creating table aok_knowledge_base_categories
2021-10-05 06:26:17...creating Relationship Meta for AOK_Knowledge_Base_Categories
2021-10-05 06:26:17...processing table aok_knowledgebase
2021-10-05 06:26:17...creating table aok_knowledgebase
2021-10-05 06:26:17...creating Relationship Meta for AOK_KnowledgeBase
2021-10-05 06:26:18...processing table reminders
2021-10-05 06:26:18...creating table reminders
2021-10-05 06:26:18...creating Relationship Meta for Reminder
2021-10-05 06:26:18...processing table reminders_invitees
2021-10-05 06:26:18...creating table reminders_invitees
2021-10-05 06:26:18...creating Relationship Meta for Reminder_Invitee
2021-10-05 06:26:18...processing table fp_events
2021-10-05 06:26:18...creating table fp_events
2021-10-05 06:26:18...creating Relationship Meta for FP_events
2021-10-05 06:26:18...processing table fp_event_locations
2021-10-05 06:26:18...creating table fp_event_locations
2021-10-05 06:26:18...creating Relationship Meta for FP_Event_Locations
2021-10-05 06:26:18...processing table aod_indexevent
2021-10-05 06:26:18...creating table aod_indexevent
2021-10-05 06:26:18...creating Relationship Meta for AOD_IndexEvent
2021-10-05 06:26:18...processing table aod_index
2021-10-05 06:26:18...creating table aod_index
2021-10-05 06:26:18...creating Relationship Meta for AOD_Index
2021-10-05 06:26:18...processing table aop_case_events
2021-10-05 06:26:18...creating table aop_case_events
2021-10-05 06:26:18...creating Relationship Meta for AOP_Case_Events
2021-10-05 06:26:18...processing table aop_case_updates
2021-10-05 06:26:18...creating table aop_case_updates
2021-10-05 06:26:18...creating Relationship Meta for AOP_Case_Updates
2021-10-05 06:26:18...processing table aor_reports
2021-10-05 06:26:18...creating table aor_reports
2021-10-05 06:26:18...creating Relationship Meta for AOR_Report
2021-10-05 06:26:18...processing table aor_fields
2021-10-05 06:26:18...creating table aor_fields
2021-10-05 06:26:18...creating Relationship Meta for AOR_Field
2021-10-05 06:26:18...processing table aor_charts
2021-10-05 06:26:18...creating table aor_charts
2021-10-05 06:26:18...creating Relationship Meta for AOR_Chart
2021-10-05 06:26:18...processing table aor_conditions
2021-10-05 06:26:18...creating table aor_conditions
2021-10-05 06:26:18...creating Relationship Meta for AOR_Condition
2021-10-05 06:26:18...processing table aor_scheduled_reports
2021-10-05 06:26:18...creating table aor_scheduled_reports
2021-10-05 06:26:18...creating Relationship Meta for AOR_Scheduled_Reports
2021-10-05 06:26:18...processing table aos_contracts
2021-10-05 06:26:18...creating table aos_contracts
2021-10-05 06:26:18...creating Relationship Meta for AOS_Contracts
2021-10-05 06:26:18...processing table aos_invoices
2021-10-05 06:26:18...creating table aos_invoices
2021-10-05 06:26:18...creating Relationship Meta for AOS_Invoices
2021-10-05 06:26:18...processing table aos_pdf_templates
2021-10-05 06:26:18...creating table aos_pdf_templates
2021-10-05 06:26:18...creating Relationship Meta for AOS_PDF_Templates
2021-10-05 06:26:18...processing table aos_product_categories
2021-10-05 06:26:18...creating table aos_product_categories
2021-10-05 06:26:18...creating Relationship Meta for AOS_Product_Categories
2021-10-05 06:26:18...processing table aos_products
2021-10-05 06:26:19...creating table aos_products
2021-10-05 06:26:19...creating Relationship Meta for AOS_Products
2021-10-05 06:26:19...processing table aos_products_quotes
2021-10-05 06:26:19...creating table aos_products_quotes
2021-10-05 06:26:19...creating Relationship Meta for AOS_Products_Quotes
2021-10-05 06:26:19...processing table aos_line_item_groups
2021-10-05 06:26:19...creating table aos_line_item_groups
2021-10-05 06:26:19...creating Relationship Meta for AOS_Line_Item_Groups
2021-10-05 06:26:19...processing table aos_quotes
2021-10-05 06:26:19...creating table aos_quotes
2021-10-05 06:26:19...creating Relationship Meta for AOS_Quotes
2021-10-05 06:26:19...processing table aow_actions
2021-10-05 06:26:19...creating table aow_actions
2021-10-05 06:26:19...creating Relationship Meta for AOW_Action
2021-10-05 06:26:19...processing table aow_workflow
2021-10-05 06:26:19...creating table aow_workflow
2021-10-05 06:26:19...creating Relationship Meta for AOW_WorkFlow
2021-10-05 06:26:19...processing table aow_processed
2021-10-05 06:26:19...creating table aow_processed
2021-10-05 06:26:19...creating Relationship Meta for AOW_Processed
2021-10-05 06:26:19...processing table aow_conditions
2021-10-05 06:26:19...creating table aow_conditions
2021-10-05 06:26:19...creating Relationship Meta for AOW_Condition
2021-10-05 06:26:19...processing table jjwg_maps
2021-10-05 06:26:19...creating table jjwg_maps
2021-10-05 06:26:19...creating Relationship Meta for jjwg_Maps
2021-10-05 06:26:19...processing table jjwg_markers
2021-10-05 06:26:19...creating table jjwg_markers
2021-10-05 06:26:19...creating Relationship Meta for jjwg_Markers
2021-10-05 06:26:19...processing table jjwg_areas
2021-10-05 06:26:19...creating table jjwg_areas
2021-10-05 06:26:19...creating Relationship Meta for jjwg_Areas
2021-10-05 06:26:19...processing table jjwg_address_cache
2021-10-05 06:26:19...creating table jjwg_address_cache
2021-10-05 06:26:19...creating Relationship Meta for jjwg_Address_Cache
2021-10-05 06:26:19...processing table calls_reschedule
2021-10-05 06:26:19...creating table calls_reschedule
2021-10-05 06:26:19...creating Relationship Meta for Calls_Reschedule
2021-10-05 06:26:19...processing table securitygroups
2021-10-05 06:26:19...creating table securitygroups
2021-10-05 06:26:19...creating Relationship Meta for SecurityGroup
2021-10-05 06:26:19...processing table outbound_email
2021-10-05 06:26:19...creating table outbound_email
2021-10-05 06:26:19...creating Relationship Meta for OutboundEmailAccounts
2021-10-05 06:26:19...processing table templatesectionline
2021-10-05 06:26:19...creating table templatesectionline
2021-10-05 06:26:19...creating Relationship Meta for TemplateSectionLine
2021-10-05 06:26:19...processing table oauth2tokens
2021-10-05 06:26:19...creating table oauth2tokens
2021-10-05 06:26:19...creating Relationship Meta for OAuth2Tokens
2021-10-05 06:26:19...processing table oauth2clients
2021-10-05 06:26:19...creating table oauth2clients
2021-10-05 06:26:19...creating Relationship Meta for OAuth2Clients
2021-10-05 06:26:19...processing table surveyresponses
2021-10-05 06:26:19...creating table surveyresponses
2021-10-05 06:26:19...creating Relationship Meta for SurveyResponses
2021-10-05 06:26:19...processing table surveys
2021-10-05 06:26:19...creating table surveys
2021-10-05 06:26:19...creating Relationship Meta for Surveys
2021-10-05 06:26:19...processing table surveyquestionresponses
2021-10-05 06:26:19...creating table surveyquestionresponses
2021-10-05 06:26:19...creating Relationship Meta for SurveyQuestionResponses
2021-10-05 06:26:19...processing table surveyquestions
2021-10-05 06:26:20...creating table surveyquestions
2021-10-05 06:26:20...creating Relationship Meta for SurveyQuestions
2021-10-05 06:26:20...processing table surveyquestionoptions
2021-10-05 06:26:20...creating table surveyquestionoptions
2021-10-05 06:26:20...creating Relationship Meta for SurveyQuestionOptions
2021-10-05 06:26:21...Begin creating Defaults
2021-10-05 06:26:21...insert defaults into config table
2021-10-05 06:26:21...Creating default users
2021-10-05 06:26:21...Creating default scheduler jobs
2021-10-05 06:26:21...Enable SugarFeeds
2021-10-05 06:26:21...Installation has completed *********
2021-10-05 06:26:24...populating the db with seed data
2021-10-05 06:26:24...Save configuration settings..
2021-10-05 06:26:24...save locale
2021-10-05 06:26:24...new Administration
2021-10-05 06:26:24...retrieveSettings
2021-10-05 06:26:24...AdminWizard OFF
2021-10-05 06:26:24...saveConfig
2021-10-05 06:26:24...new Configurator
2021-10-05 06:26:24...populateFromPost
2021-10-05 06:26:24...handleOverride
2021-10-05 06:26:24...addCronAllowedUser
2021-10-05 06:26:24...saveConfig
2021-10-05 06:26:24...new Currency
2021-10-05 06:26:24...retrieve
2021-10-05 06:26:24...DBG: save currency
2021-10-05 06:26:24...Save user settings..
2021-10-05 06:26:24...DBG: SugarThemeRegistry::getDefault
2021-10-05 06:26:27...installerHook: Info: custom/install/install_hooks.php not present, no custom hooks to execute

end install.log

----------------------<
begin suitecrm.log

The file is empty.

end suitecrm.log

----------------------<
I would really appreciate if somebody can help me solve this problem.

Thank you.

Something is wrong with your configuration on your setup. Is not SuiteCRM.

Please check this guide. It applies to SuiteCRM also:

https://support.sugarcrm.com/Documentation/Sugar_Versions/10.0/Pro/Installation_and_Upgrade_Guide/