Admin_only value changes at modules table
Posted: Wed Nov 12, 2014 10:06 am
Hi!
I have a wierd problem with site. My website worked well about a week and now there came problems.
There is screenshot about my changelog about things what have done before crash and the error message.
I had backup about database and I made comparing with tables.
Website started working again after I replaced mywebsite_modules table with old mywebsite_modules table. I compared table content next to each others and found out that there was happened one change.
******THIS IS WORKING VERSION******
INSERT INTO `mywebsite_modules` (`module_name`, `status`, `version`, `admin_only`, `active`, `allow_fe_lazyload`, `allow_admin_lazyload`) VALUES
('CMSMailer', 'installed', '5.2.2', 1, 1, 1, 0),
('CMSPrinting', 'installed', '1.0.5', 1, 1, 0, 1),
('FileManager', 'installed', '1.4.5', 1, 1, 1, 0),
('MenuManager', 'installed', '1.8.6', 1, 1, 0, 0),
('MicroTiny', 'installed', '1.2.7', 1, 1, 1, 1),
('ModuleManager', 'installed', '1.5.8', 1, 1, 0, 1),
('News', 'installed', '2.14.4', 1, 1, 1, 1),
('Search', 'installed', '1.7.11', 1, 1, 1, 1),
('ThemeManager', 'installed', '1.1.8', 1, 1, 0, 1),
('Gallery', 'installed', '2.0.1', 0, 1, 0, 0),
('FormBuilder', 'installed', '0.8', 1, 1, 0, 0),
('TinyMCE', 'installed', '2.9.12', 1, 1, 0, 0),
('Showtime', 'installed', '3.4', 0, 1, 0, 0),
('JQueryTools', 'installed', '1.2.6', 1, 1, 0, 0),
('CGSimpleSmarty', 'installed', '1.7.4', 1, 1, 0, 0),
('CGExtensions', 'installed', '1.42.2', 1, 1, 0, 0),
('CGBlog', 'installed', '1.12.6', 1, 1, 0, 1);
-- --------------------------------------------------------
*******THIS IS BROKEN VERSION*******
INSERT INTO `mywebsite_modules` (`module_name`, `status`, `version`, `admin_only`, `active`, `allow_fe_lazyload`, `allow_admin_lazyload`) VALUES
('CMSMailer', 'installed', '5.2.2', 1, 1, 1, 0),
('CMSPrinting', 'installed', '1.0.5', 1, 1, 0, 1),
('FileManager', 'installed', '1.4.5', 1, 1, 1, 0),
('MenuManager', 'installed', '1.8.6', 1, 1, 0, 0),
('MicroTiny', 'installed', '1.2.7', 1, 1, 1, 1),
('ModuleManager', 'installed', '1.5.8', 1, 1, 0, 1),
('News', 'installed', '2.14.4', 1, 1, 1, 1),
('Search', 'installed', '1.7.11', 1, 1, 1, 1),
('ThemeManager', 'installed', '1.1.8', 1, 1, 0, 1),
('Gallery', 'installed', '2.0.1', 0, 1, 0, 0),
('FormBuilder', 'installed', '0.8', 1, 1, 0, 0),
('TinyMCE', 'installed', '2.9.12', 1, 1, 0, 0),
('Showtime', 'installed', '3.4', 1, 1, 0, 0),
('JQueryTools', 'installed', '1.2.6', 1, 1, 0, 0),
('CGSimpleSmarty', 'installed', '1.7.4', 1, 1, 0, 0),
('CGExtensions', 'installed', '1.42.2', 1, 1, 0, 0),
('CGBlog', 'installed', '1.12.6', 1, 1, 0, 1);
-- --------------------------------------------------------
What causes that change?
Now I created new admin and there came no problems. Is problem causer that CMSMS version tester?
Best regards
Aleksi Mustonen
I have a wierd problem with site. My website worked well about a week and now there came problems.
There is screenshot about my changelog about things what have done before crash and the error message.
I had backup about database and I made comparing with tables.
Website started working again after I replaced mywebsite_modules table with old mywebsite_modules table. I compared table content next to each others and found out that there was happened one change.
******THIS IS WORKING VERSION******
INSERT INTO `mywebsite_modules` (`module_name`, `status`, `version`, `admin_only`, `active`, `allow_fe_lazyload`, `allow_admin_lazyload`) VALUES
('CMSMailer', 'installed', '5.2.2', 1, 1, 1, 0),
('CMSPrinting', 'installed', '1.0.5', 1, 1, 0, 1),
('FileManager', 'installed', '1.4.5', 1, 1, 1, 0),
('MenuManager', 'installed', '1.8.6', 1, 1, 0, 0),
('MicroTiny', 'installed', '1.2.7', 1, 1, 1, 1),
('ModuleManager', 'installed', '1.5.8', 1, 1, 0, 1),
('News', 'installed', '2.14.4', 1, 1, 1, 1),
('Search', 'installed', '1.7.11', 1, 1, 1, 1),
('ThemeManager', 'installed', '1.1.8', 1, 1, 0, 1),
('Gallery', 'installed', '2.0.1', 0, 1, 0, 0),
('FormBuilder', 'installed', '0.8', 1, 1, 0, 0),
('TinyMCE', 'installed', '2.9.12', 1, 1, 0, 0),
('Showtime', 'installed', '3.4', 0, 1, 0, 0),
('JQueryTools', 'installed', '1.2.6', 1, 1, 0, 0),
('CGSimpleSmarty', 'installed', '1.7.4', 1, 1, 0, 0),
('CGExtensions', 'installed', '1.42.2', 1, 1, 0, 0),
('CGBlog', 'installed', '1.12.6', 1, 1, 0, 1);
-- --------------------------------------------------------
*******THIS IS BROKEN VERSION*******
INSERT INTO `mywebsite_modules` (`module_name`, `status`, `version`, `admin_only`, `active`, `allow_fe_lazyload`, `allow_admin_lazyload`) VALUES
('CMSMailer', 'installed', '5.2.2', 1, 1, 1, 0),
('CMSPrinting', 'installed', '1.0.5', 1, 1, 0, 1),
('FileManager', 'installed', '1.4.5', 1, 1, 1, 0),
('MenuManager', 'installed', '1.8.6', 1, 1, 0, 0),
('MicroTiny', 'installed', '1.2.7', 1, 1, 1, 1),
('ModuleManager', 'installed', '1.5.8', 1, 1, 0, 1),
('News', 'installed', '2.14.4', 1, 1, 1, 1),
('Search', 'installed', '1.7.11', 1, 1, 1, 1),
('ThemeManager', 'installed', '1.1.8', 1, 1, 0, 1),
('Gallery', 'installed', '2.0.1', 0, 1, 0, 0),
('FormBuilder', 'installed', '0.8', 1, 1, 0, 0),
('TinyMCE', 'installed', '2.9.12', 1, 1, 0, 0),
('Showtime', 'installed', '3.4', 1, 1, 0, 0),
('JQueryTools', 'installed', '1.2.6', 1, 1, 0, 0),
('CGSimpleSmarty', 'installed', '1.7.4', 1, 1, 0, 0),
('CGExtensions', 'installed', '1.42.2', 1, 1, 0, 0),
('CGBlog', 'installed', '1.12.6', 1, 1, 0, 1);
-- --------------------------------------------------------
What causes that change?
Now I created new admin and there came no problems. Is problem causer that CMSMS version tester?
Best regards
Aleksi Mustonen