Problem with creating tables for Plugin

Artok, your concatenation is incorrect… You forgot to continue the pattern with your $charset_collate variable. If we look at $query1 we see this: PRIMARY KEY (ver_id) ) $charset_collate;”; What we should see is this: PRIMARY KEY (ver_id) )” . $charset_collate . “;”; You should also avoid giving your functions generic names, I recognize you may … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)