| |
| | |

CodersClub

 Forgot password?
 Register
Search
View: 7054|Reply: 2
Collapse the left

Error in Update Cache

[Copy link]
Post time: 2012-12-18 21:55
| Show all posts |Read mode
Edited by vinicius.edson at 2012-12-19 01:36

When I try to update the cache, the follow error message appears:

Discuz! Database Error(1146) Table 'mydbo.common_member_archive' doesn't existSELECT COUNT(*) FROM common_member_archive

PHP Debug
No.FileLineCode
1admin.php57require(%s)
2source/admincp/admincp_tools.php36updatecache()
3source/function/function_cache.php26build_cache_userstats()
4source/function/cache/cache_userstats.php16table_common_member->count()
5source/class/table/table_common_member.php172table_common_member_archive->count(%d)
6source/class/table/table_common_member_archive.php48discuz_database::result_first(%s, Array)
7source/class/discuz/discuz_database.php117discuz_database::query(%s, Array, false, false)
8source/class/discuz/discuz_database.php136db_driver_mysql->query(%s, false, false)
9source/class/db/db_driver_mysql.php151db_driver_mysql->halt(%s, %d, %s)
10source/class/db/db_driver_mysql.php218break()

I see in the clean ML database that no exists any table called "common_member_archive".

What is happening and how to solve it? The cache will not to be auto cleaned anymore?


 Author| Post time: 2012-12-19 00:35
| Show all posts
To solve:
  1. DELETE FROM  `yourdb`.`pre_common_setting` WHERE  `pre_common_setting`.`skey` = 'membersplit';
Copy the Code

 Russia

Post time: 2012-12-19 16:01
| Show all posts
That table created only when you split the users data table...
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-05-08 09:15 GMT+3 , Processed in 0.037832 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