Jump to content

(DP43) Groups View Limits


DawPi

Recommended Posts

Posted
On 4/24/2020 at 3:27 PM, DawPi said:

No need to do that. Will be checked once I'll start doing it.

It's been 7 days I reported a bug in this plugin.

Any clue, how long it will take more to fix it?

Posted

I don't have any ETA right now. You're the one with this issue and I need more time to take a look on it (TIER III). I need also your access details - ACP, FTP. Send me PM with them.

  • 2 years later...
Posted

Weird. You're missing one table in SQL. Do you have access to PhpMyAdmin?

If yes, then run that query:

CREATE TABLE IF NOT EXISTS `<PREFIX>dp4groupsviewlimits_members` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `memberid` bigint(10) NOT NULL,
  `dp43gvl_limit_views_cookie` varchar(90) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `memberid` (`memberid`)
);

Don't forget to replace <PREFIX> by your prefix database.

Posted

Thanks @DawPi, Yes I do have PHPMyAdmin access.

May I know how to find the prefix?

Is that the DB name?

Just FYI, I have dp4 one table showing 0 rows. Is that normal or something went wrong while updating?

Could contain: Page, Text, File

Posted
5 minutes ago, Gauravk said:

May I know how to find the prefix?

Open conf_global.php file (it's on your FTP in the same place as index.php) and look for sql_tbl_prefix. What is your prefix there?

Posted

Please advise which one is correct to run

CREATE TABLE IF NOT EXISTS `<''>dp4groupsviewlimits_members` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `memberid` bigint(10) NOT NULL,
  `dp43gvl_limit_views_cookie` varchar(90) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `memberid` (`memberid`)
);

 

OR

 

CREATE TABLE IF NOT EXISTS `<>dp4groupsviewlimits_members` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `memberid` bigint(10) NOT NULL,
  `dp43gvl_limit_views_cookie` varchar(90) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `memberid` (`memberid`)
);

 

OR

 

CREATE TABLE IF NOT EXISTS `dp4groupsviewlimits_members` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `memberid` bigint(10) NOT NULL,
  `dp43gvl_limit_views_cookie` varchar(90) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `memberid` (`memberid`)
);
Posted
9 hours ago, Gauravk said:

CREATE TABLE IF NOT EXISTS `dp4groupsviewlimits_members` ( `id` bigint(10) NOT NULL AUTO_INCREMENT, `memberid` bigint(10) NOT NULL, `dp43gvl_limit_views_cookie` varchar(90) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `memberid` (`memberid`) );

That of course. 😉

  • 7 months later...
Posted

Thank you for being a client!  The Invision Community Marketplace is closing October 30 2023, so I am moving all of my files over to my personal site https://forum.invisionize.pl

 

Bookmark https://forum.invisionize.pl and the new Marketplace Directory www.Invisioneer.org.  

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...