Just enable all module first which you have disable.
`Remove var folder from root.`
Run below command
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
php bin/magento setup:di:compile
If site working well then now disable one by one module and check site status.
If issue solved Click Kudos/accept as solutions.