// Database schema
// Database schema
$schemas = array(
"canpostmync" => array(
"table" => "usergroups",
"schema" => "int(1) NOT NULL default '0'"
),
"caneditmync" => array(
"table" => "usergroups",
"schema" => "int(1) NOT NULL default '0'"
),
"candeletemync" => array(
"table" => "usergroups",
"schema" => "int(1) NOT NULL default '0'"
),
"myncnotify" => array(
"table" => "users",
"schema" => "int(1) NOT NULL default '1'"
),
"myncnotice" => array(
"table" => "users",
"schema" => "int(1) NOT NULL default '0'"
),
"myncprivacy" => array(
"table" => "users",
"schema" => "int(1) NOT NULL default '2'"
)
);
(26 Nov, 2011, 9:26 am)Cluster escribió: desinstalas el ADDON del comments unicamente (desde el panel del mynetwork) editas install_comments.php
y buscas// Database schema
y editas dejandolo mas o menos asi
// Database schema $schemas = array( "canpostmync" => array( "table" => "usergroups", "schema" => "int(1) NOT NULL default '0'" ), "caneditmync" => array( "table" => "usergroups", "schema" => "int(1) NOT NULL default '0'" ), "candeletemync" => array( "table" => "usergroups", "schema" => "int(1) NOT NULL default '0'" ), "myncnotify" => array( "table" => "users", "schema" => "int(1) NOT NULL default '1'" ), "myncnotice" => array( "table" => "users", "schema" => "int(1) NOT NULL default '0'" ), "myncprivacy" => array( "table" => "users", "schema" => "int(1) NOT NULL default '2'" ) );
saludos
PD: pierdes los comentarios anteriores a esto