To post a new support question, click the Post New Topic button below.
Current Version: 4.9.2 | Sytist Manual | Common  Issues | Feature Requests

Please log in or Create an account to post or reply to topics.
You will still receive notifications of replies to topics you are part of even if you do not subscribe to new topic emails.

Cookie Warning Again

M
5 posts
Fri May 13, 16 7:04 PM CST
I was trying to update my site and now I have the cookie warning on every page. I changed the fonts, changed them back, and I still have the warning. How can I fix this?
16,247 posts (admin)
Sun May 15, 16 8:56 AM CST
That error means the ms_cookie_warn table is not missing or corrupted. I have seen this happen when someone's host had a database issue and messed up the table.

Who do you host with?

It will need to be created by going into your hosting control panel and going into PHPMyAdmin, selecting your Sytist database and run this code in the SQL tab: If it by chance doesn't create, then you should have your host look into it because the last time the host had to actually fix it.

CREATE TABLE IF NOT EXISTS `ms_cookie_warn` (
`id` int(11) NOT NULL,
`message` text NOT NULL,
`reject_url` varchar(255) NOT NULL,
`approve_button` varchar(255) NOT NULL,
`reject_link` varchar(255) NOT NULL,
`cookie_status` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;


INSERT INTO `ms_cookie_warn` (`id`, `message`, `reject_url`, `approve_button`, `reject_link`, `cookie_status`) VALUES
(1, 'This website uses cookies to improve your experience. We''ll assume you''re ok with that, but you can opt-out if you wish.', 'http://www.google.com', 'Accept', 'Leave', 0);

Tim Grissett, DIA - PicturesPro.com
My Email Address: info@picturespro.com
M
296 posts
Tue Feb 20, 18 4:36 AM CST
With the advent of GDPR which has an explicit opt in clause for personal data we will as of May probably be better to have an opt in system and that would also help with retargetting / remarketing

Mike
3 total messages
Please log in or Create an account to post or reply to topics.
This post has been viewed 680 times
Category: Error
 
Loading more pages
Loading more pages

Sign up for email promotions.

Your information is safe with us and won't be shared.

Thank you for signing up!

 
©2003 - 2021 Grissett, LLC. All Rights Reserved.

By continuing to browse or by clicking Accept Cookies, you agree to the storing of cookies on your device necessary to provide you with the services available through our website.

    Accept   Privacy & Cookie Policy
Loading More Photos
Scroll To Top
Close Window
Loading
Close