Whether plugins supports MultiSite Install
-
Have installed the plugins, created certain user and HRM, but seems issue with the loading of the front page and the dashboard of the subsite.
Pls Note:
1. The Plugins installed on WP and the Main site https://domain.org is working fine.
2. But as we have subsite ‘https://sub.domain.org’ neither the Admin Dashboard nor the error reports and returns”
There has been a critical error on your website. Please check your site admin email inbox for instructions.
3. We deactivated the wperp pluigns and found the subsite dashboard worked fine.
4. We are not sure that no issue aparts from the referred one, bit majorly it be.We checked with the debug error log that reports:
[16-Nov-2020 17:13:58 UTC] WordPress database error Table 'username_wpunorg.wporg_3_erp_hr_depts' doesn't exist for query select
leadfrom
wporg_3_erp_hr_depts` made by require_once(‘wp-admin/admin.php’), require(‘wp-admin/menu.php’), require_once(‘wp-admin/includes/menu.php’), do_action(‘admin_menu’), WP_Hook->do_action, WP_Hook->apply_filters, WeDevs\ERP\HRM\Admin\Admin_Menu->admin_menu, erp_hr_is_current_user_dept_lead, erp_hr_get_department_leads_id, Illuminate\Database\Eloquent\Builder->pluck, Illuminate\Database\Query\Builder->pluck, Illuminate\Database\Query\Builder->get, Illuminate\Database\Query\Builder->runSelect, WeDevs\ORM\Eloquent\Database->select
[16-Nov-2020 17:13:58 UTC] PHP Fatal error: Uncaught Exception: Table ‘username_wpunorg.wporg_3_erp_hr_depts’ doesn’t exist in /home/agestabc/public_html/unitionorg/wp-content/plugins/erp/vendor/tareq1988/wp-eloquent/src/Eloquent/Database.php:150
Stack trace:
#0 /path/to/wp/project/wp-content/plugins/erp/vendor/illuminate/database/Query/Builder.php(1705): WeDevs\ORM\Eloquent\Database->select(‘selectlead
f…’, Array, true)
#1 /path/to/wp/project/wp-content/plugins/erp/vendor/illuminate/database/Query/Builder.php(1690): Illuminate\Database\Query\Builder->runSelect()
#2 /path/to/wp/project/wp-content/plugins/erp/vendor/illuminate/database/Query/Builder.php(1888): Illuminate\Database\Query\Builder->get(Array)
#3 /path/to/wp/project/wp-content/plugins/erp/vendor/illuminate/database/Eloquent/Builder.php(656): Illuminate\Database\Query\Builder->pluck(‘lead’, NULL)
#4 /path/to/wp/project/wp-content/plugins/erp/modules/hrm/includes/functions-leave.php(2855): Illuminate in /path/to/wp/project/wp-content/plugins/erp/vendor/tareq1988/wp-eloquent/src/Eloquent/Database.php on line 150As it is MultiSite the db.table has reported for subsite id=3 which does not creates any subsite db to its subsite id in the PhpMyAdmin (seems Mainsite id=2) was working fine as all the db.table were created in install. This means none of the tabkles has been created in the subsite db.table.
Looking for breathing solutions
- The topic ‘Whether plugins supports MultiSite Install’ is closed to new replies.