You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
Therefore I cannot add any site to the project. @ammmze is there a fix available for this problem?
Running on PHP 7,0 and from error_log I could extract this (sorry for the localization issue)
[25-Jun-2018 07:13:19 UTC] Eroare bază de date WordPress Unknown column 'wp_blogs.blog_name' in 'field list' pentru interogarea SELECT wp_blogs.blog_id AS blog_id, wp_blogs.domain AS domain, wp_blogs.path AS path, wp_blogs.blog_name AS name FROM dep_members, wp_blogs WHERE dep_members.deleted=0 AND dep_members.project_id=2 AND dep_members.blog_id = wp_blogs.blog_id efectuată de do_action('wp_ajax_deploymint_reloadProjects'), WP_Hook->do_action, WP_Hook->apply_filters, DeployMintAbstract->actionReloadProjects, DeployMintAbstract->getBlogsNotInProject, DeployMintAbstract->getProjectBlogs
The text was updated successfully, but these errors were encountered:
I added the missing column and some text inside it. Still the blogs are not listed and the error_log now shows this
[25-Jun-2018 07:23:58 UTC] PHP Warning: Missing argument 1 for DeployMintMultiSite::getTablePrefix(), called in /home/dentfix/public_html/wp-content/plugins/DeployMint/DeployMintAbstract.php on line 1665 and defined in /home/dentfix/public_html/wp-content/plugins/DeployMint/DeployMintMultiSite.php on line 62
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Therefore I cannot add any site to the project. @ammmze is there a fix available for this problem?
Running on PHP 7,0 and from error_log I could extract this (sorry for the localization issue)
[25-Jun-2018 07:13:19 UTC] Eroare bază de date WordPress Unknown column 'wp_blogs.blog_name' in 'field list' pentru interogarea SELECT wp_blogs.blog_id AS blog_id, wp_blogs.domain AS domain, wp_blogs.path AS path, wp_blogs.blog_name AS name FROM dep_members, wp_blogs WHERE dep_members.deleted=0 AND dep_members.project_id=2 AND dep_members.blog_id = wp_blogs.blog_id efectuată de do_action('wp_ajax_deploymint_reloadProjects'), WP_Hook->do_action, WP_Hook->apply_filters, DeployMintAbstract->actionReloadProjects, DeployMintAbstract->getBlogsNotInProject, DeployMintAbstract->getProjectBlogs
The text was updated successfully, but these errors were encountered: