This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[MODULE] Deleted Records Manager [ALL-OS]
#24
RE: [Module] Deleted Records Manager [ALL-OS]
The error tells you what is wrong and it is not the module.

Quote:Table 'sentora_core.x_distlist` doesn't exist.
You have issues with your installation.

This is the table missing:

Code:
/*Table structure for table `x_distlists` */

DROP TABLE IF EXISTS `x_distlists`;

CREATE TABLE `x_distlists` (
`dl_id_pk` int(6) unsigned NOT NULL AUTO_INCREMENT,
`dl_acc_fk` int(6) DEFAULT NULL,
`dl_address_vc` varchar(255) DEFAULT NULL,
`dl_created_ts` int(30) DEFAULT NULL,
`dl_deleted_ts` int(30) DEFAULT NULL,
PRIMARY KEY (`dl_id_pk`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Use phpmyadmin and import the above into your sentora_core DB.

You may also be missing other tables too.
Full default SQL: https://github.com/sentora/sentora-insta...a_core.sql
Do NOT import the entire file! Just the parts that are missing!
Make a backup first!
-TGates - Project Council

SEARCH the Forums or read theĀ DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
Thanks given by:


Messages In This Thread
RE: Deleted Records Manager [ALL-OS] - by Me.B - 05-30-2015, 08:28 PM
RE: Deleted Records Manager [ALL-OS] - by TGates - 07-24-2015, 09:07 AM
RE: [Module] Deleted Records Manager [ALL-OS] - by TGates - 02-05-2016, 02:20 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
[MODULE] phpMyAdmin-AU (Auto-Update) TGates 14 40 ,552 06-15-2021, 06:54 AM
Last Post: TGates
[MODULE] SenBrand - Basic Branding module for Sentora TGates 20 43 ,267 06-04-2021, 11:47 AM
Last Post: ccr1969
[MODULE] CoinCorner BitCoin Module Xversion 4 13 ,029 06-03-2021, 05:02 AM
Last Post: zHostingSolutions

Forum Jump:


Users browsing this thread: 1 Guest(s)