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.

The mcrypt extension is missing. Please check your PHP configuration.
#34
RE: The mcrypt extension is missing. Please check your PHP configuration.
(11-01-2017, 04:15 AM)TGates Wrote: Did you check the database to make sure that table already exists? (postfix_vacation_notification)
If it does, than no worries, the installer may be trying to add it a second time (Was a bug fix from a while back.)


DB: sentora > sentora_postfix > vacation_notification

Under that I cud see a table name vacation but not vacation_notification. So something is wrong over here or its normal.

when I searched online, one of the page mentioned to run the below sql manually. Should I run this or the vacation table is ok ?

Postfix notification table
 
Code:
CREATE TABLE `vacation_notification` (`on_vacation` varchar(255) NOT NULL, notified` varchar(255) CHARACTER SET latin1 NOT NULL, `notified_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`on_vacation`,`notified`), CONSTRAINT `vacation_notification_pkey` FOREIGN KEY (`on_vacation`) REFERENCES `vacation` (`email`) ON DELETE CASCADE) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Postfix Admin - Virtual Vacation Notifications';


Attached Files Thumbnail(s)
   
Reply
Thanks given by:


Messages In This Thread
RE: The mcrypt extension is missing. Please check your PHP configuration. - by CJsent - 11-01-2017, 04:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Cannot Create 2nd 'Addon' Domain In Sentora? Error: Invalid backend configuration. Re BattlinThrough 2 5 ,478 07-07-2020, 01:22 PM
Last Post: TGates
SPF Check cfreire 2 6 ,352 01-25-2019, 03:52 AM
Last Post: cfreire
Wordpress "Temp Folder Missing" Issue NickNeverSleeps 5 12 ,578 12-13-2018, 09:20 PM
Last Post: ngeluis@gmail.com

Forum Jump:


Users browsing this thread: 2 Guest(s)