| |
| | |

CodersClub

 Forgot password?
 Register
Search
View: 5344|Reply: 9
Collapse the left

[Solved] Database table missing error: common_member_archive

[Copy link]
Post time: 2017-11-18 18:50
| Show all posts |Read mode
Since yesterday, I'm getting this error.Even getting while clearing the cache.


This post contains more resources

You have to Login for download or view attachment(s). No Account? Register

x

 Russia

Post time: 2017-11-19 18:05
| Show all posts
Go to your hosting panel and check your database status.
You can use PhpMyAdmin for checking...
 Author| Post time: 2017-11-19 18:25 From the mobile phone
| Show all posts
vot 2017-11-19 18:05
Go to your hosting panel and check your database status.
You can use PhpMyAdmin for checking...

Everything is giving OK status.
 Author| Post time: 2017-11-20 10:33
| Show all posts
vot 2017-11-19 18:05
Go to your hosting panel and check your database status.
You can use PhpMyAdmin for checking...

While looking for solution, I found this link but couldn't able to understand http://bbs.verydz.com/thread-1370-1-1.html

 Russia

Post time: 2017-11-20 20:13
| Show all posts
What the Dzx version? release? revision?

 Russia

Post time: 2017-11-20 20:31
| Show all posts
Solution:
1) From PhpMyAdmin:
DELETE FROM `pre_common_setting` WHERE `skey` = 'membersplit';

2) From PhpMyAdmin:
DELETE FROM `pre_common_cron` WHERE `filename` = 'cron_member_optimize_daily.php';

3) From file system:
Delete the file: source/include/cron/cron_member_optimize_daily.php

4) From Admin.php:
Clean the Cache
 Author| Post time: 2017-11-21 05:46 From the mobile phone
| Show all posts
vot 2017-11-20 20:13
What the Dzx version? release? revision?

Discuz x3.0 .
Website: craxme.com
 Author| Post time: 2017-11-21 06:00 From the mobile phone
| Show all posts
vot 2017-11-20 20:13
What the Dzx version? release? revision?

The thing is that this error appeared all of sudden. We didn't upgraded or removed anything.

 Russia

Post time: 2017-11-21 08:09
| Show all posts
Try to create that table in PhpMyAdmin:
(Do not remember to change the table prefix "pre_"!)
(And set a correct charset!)
  1. CREATE TABLE IF NOT EXISTS `pre_common_member_archive` (
  2.   `uid` int(11) unsigned NOT NULL AUTO_INCREMENT,
  3.   `email` varchar(255) NOT NULL DEFAULT '',
  4.   `username` varchar(255) NOT NULL DEFAULT '',
  5.   `password` varchar(255) NOT NULL DEFAULT '',
  6.   `status` tinyint(1) NOT NULL DEFAULT '0',
  7.   `emailstatus` tinyint(1) NOT NULL DEFAULT '0',
  8.   `avatarstatus` tinyint(1) NOT NULL DEFAULT '0',
  9.   `videophotostatus` tinyint(1) NOT NULL DEFAULT '0',
  10.   `adminid` tinyint(1) NOT NULL DEFAULT '0',
  11.   `groupid` int(11) unsigned NOT NULL DEFAULT '0',
  12.   `groupexpiry` int(11) unsigned NOT NULL DEFAULT '0',
  13.   `extgroupids` varchar(255) NOT NULL DEFAULT '',
  14.   `regdate` int(11) unsigned NOT NULL DEFAULT '0',
  15.   `credits` int(11) NOT NULL DEFAULT '0',
  16.   `notifysound` tinyint(1) NOT NULL DEFAULT '0',
  17.   `timeoffset` varchar(255) NOT NULL DEFAULT '',
  18.   `newpm` int(11) unsigned NOT NULL DEFAULT '0',
  19.   `newprompt` int(11) unsigned NOT NULL DEFAULT '0',
  20.   `accessmasks` tinyint(1) NOT NULL DEFAULT '0',
  21.   `allowadmincp` tinyint(1) NOT NULL DEFAULT '0',
  22.   `onlyacceptfriendpm` tinyint(1) NOT NULL DEFAULT '0',
  23.   `conisbind` tinyint(1) unsigned NOT NULL DEFAULT '0',
  24.   `freeze` tinyint(1) NOT NULL DEFAULT '0',
  25.   PRIMARY KEY (`uid`),
  26.   UNIQUE KEY `username` (`username`),
  27.   KEY `email` (`email`),
  28.   KEY `groupid` (`groupid`),
  29.   KEY `conisbind` (`conisbind`),
  30.   KEY `regdate` (`regdate`)
  31. ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
Copy the Code
 Author| Post time: 2017-11-21 08:58 From the mobile phone
| Show all posts
SOLVED.

Thank you so much.
You have to log in before you can reply Login | Register

Points Rules

Archive|Mobile|Dark room|CodersClub

Top.Mail.Ru
Top.Mail.Ru

2024-04-24 11:20 GMT+3 , Processed in 0.097811 sec., 8 queries .

Powered by Discuz! X3.4 Release 20230520

© 2001-2024 Discuz! Team.

MultiLingual version, Rev. 4301, © codersclub.org

Quick Reply To Top Return to the list