From b6d994735e9e5901bafcc53eebf2f123eac9359d Mon Sep 17 00:00:00 2001 From: mattamon Date: Fri, 13 Jan 2023 08:53:31 +0100 Subject: [PATCH] Enable PimcoreSeoBundle in config/bundles.php Mark bundle as installed Add http_error_log table --- config/bundles.php | 2 ++ dump/data-0-bootstrap.sql | 22 +++++++++++++++++++++- dump/data-1-settings_store.sql | 1 + 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/config/bundles.php b/config/bundles.php index 450d245e..1966951b 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -7,6 +7,7 @@ use Pimcore\Bundle\EcommerceFrameworkBundle\PimcorePaymentProviderPayPalSmartPaymentButtonBundle; use Pimcore\Bundle\GlossaryBundle\PimcoreGlossaryBundle; use Pimcore\Bundle\ObjectMergerBundle\ObjectMergerBundle; +use Pimcore\Bundle\SeoBundle\PimcoreSeoBundle; use Web2PrintToolsBundle\Web2PrintToolsBundle; return [ @@ -14,6 +15,7 @@ PimcoreEcommerceFrameworkBundle::class => ['all' => true], PimcoreCustomerManagementFrameworkBundle::class => ['all' => true], PimcoreGlossaryBundle::class => ['all' => true], + PimcoreSeoBundle::class => ['all' => true], PimcorePaymentProviderPayPalSmartPaymentButtonBundle::class => ['all' => true], PimcoreDataHubBundle::class => ['all' => true], OutputDataConfigToolkitBundle::class => ['all' => true], diff --git a/dump/data-0-bootstrap.sql b/dump/data-0-bootstrap.sql index e112edc7..2d39819d 100644 --- a/dump/data-0-bootstrap.sql +++ b/dump/data-0-bootstrap.sql @@ -3164,4 +3164,24 @@ CREATE TABLE IF NOT EXISTS `glossary` ( PRIMARY KEY (`id`), KEY `language` (`language`), KEY `site` (`site`) -) DEFAULT CHARSET=utf8mb4; \ No newline at end of file +) DEFAULT CHARSET=utf8mb4; + + + +DROP TABLE IF EXISTS `http_error_log`; +CREATE TABLE IF NOT EXISTS `http_error_log` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT, + `uri` varchar(1024) CHARACTER SET utf8 COLLATE utf8_bin DEFAULT NULL, + `code` int(3) DEFAULT NULL, + `parametersGet` longtext, + `parametersPost` longtext, + `cookies` longtext, + `serverVars` longtext, + `date` int(11) unsigned DEFAULT NULL, + `count` bigint(20) unsigned DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `uri` (`uri`), + KEY `code` (`code`), + KEY `date` (`date`), + KEY `count` (`count`) +) DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; \ No newline at end of file diff --git a/dump/data-1-settings_store.sql b/dump/data-1-settings_store.sql index f0b73a19..4738b200 100644 --- a/dump/data-1-settings_store.sql +++ b/dump/data-1-settings_store.sql @@ -35,6 +35,7 @@ INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('BUNDLE_INSTALLE INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('BUNDLE_INSTALLED__Pimcore\\Bundle\\DataHubBundle\\PimcoreDataHubBundle','pimcore','1','bool'); INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('BUNDLE_INSTALLED__Web2PrintToolsBundle\\Web2PrintToolsBundle','pimcore','1','bool'); INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('BUNDLE_INSTALLED__Pimcore\\Bundle\\GlossaryBundle\\PimcoreGlossaryBundle','pimcore','1','bool'); +INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('BUNDLE_INSTALLED__Pimcore\\Bundle\\SeoBundle\\PimcoreSeoBundle','pimcore','1','bool'); INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('cart','pimcore_image_thumbnails','{\"items\":[{\"method\":\"scaleByWidth\",\"arguments\":{\"width\":90,\"forceResize\":false}}],\"medias\":[],\"name\":\"cart\",\"description\":\"\",\"group\":\"E-Commerce\",\"format\":\"SOURCE\",\"quality\":85,\"highResolution\":0,\"preserveColor\":false,\"preserveMetaData\":false,\"rasterizeSVG\":false,\"downloadable\":false,\"modificationDate\":1643107933,\"creationDate\":1562252277,\"preserveAnimation\":false}','string'); INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('Catalog','pimcore_perspectives','{\"elementTree\":[{\"type\":\"customview\",\"id\":6,\"position\":\"left\",\"expanded\":false,\"hidden\":false,\"sort\":0},{\"type\":\"assets\",\"position\":\"right\",\"expanded\":false,\"hidden\":false,\"sort\":0},{\"type\":\"customview\",\"id\":1,\"position\":\"right\",\"expanded\":false,\"hidden\":false,\"sort\":1}],\"iconCls\":null,\"icon\":\"\\/bundles\\/pimcoreadmin\\/img\\/flat-white-icons\\/book.svg\",\"toolbar\":{\"file\":true,\"extras\":false,\"marketing\":false,\"settings\":false,\"search\":true,\"ecommerce\":false}}','string'); INSERT INTO settings_store (`id`,`scope`,`data`,`type`) VALUES ('CDP','pimcore_perspectives','{\"elementTree\":[{\"type\":\"customview\",\"position\":\"left\",\"sort\":0,\"id\":7},{\"type\":\"customview\",\"position\":\"right\",\"sort\":0,\"treeContextMenu\":[],\"id\":8},{\"type\":\"customview\",\"position\":\"right\",\"sort\":1,\"treeContextMenu\":[],\"id\":3}],\"iconCls\":null,\"icon\":\"\\/bundles\\/pimcoreadmin\\/img\\/flat-white-icons\\/conference_call.svg\",\"toolbar\":{\"file\":{\"hidden\":false,\"items\":{\"perspectives\":true,\"dashboards\":true,\"openDocument\":false,\"openAsset\":false,\"openObject\":true,\"searchReplace\":true,\"schedule\":true,\"seemode\":false,\"closeAll\":true,\"help\":true,\"about\":true}},\"marketing\":{\"hidden\":true,\"items\":{\"reports\":true,\"tagmanagement\":true,\"targeting\":true,\"seo\":{\"hidden\":false,\"items\":{\"documents\":true,\"robots\":true,\"httperrors\":true}}}},\"extras\":{\"hidden\":true,\"items\":{\"glossary\":false,\"redirects\":false,\"translations\":true,\"recyclebin\":false,\"plugins\":false,\"notesEvents\":false,\"applicationlog\":false,\"gdpr_data_extractor\":false,\"emails\":false,\"maintenance\":false,\"systemtools\":{\"hidden\":false,\"items\":{\"phpinfo\":true,\"opcache\":true,\"requirements\":true,\"serverinfo\":true,\"database\":true,\"fileexplorer\":true}}}},\"settings\":{\"hidden\":true,\"items\":{\"customReports\":true,\"marketingReports\":true,\"documentTypes\":true,\"predefinedProperties\":true,\"predefinedMetadata\":true,\"system\":true,\"website\":true,\"web2print\":true,\"users\":{\"hidden\":false,\"items\":{\"users\":true,\"roles\":true}},\"thumbnails\":true,\"objects\":{\"hidden\":false,\"items\":{\"classes\":true,\"fieldcollections\":true,\"objectbricks\":true,\"quantityValue\":true,\"classificationstore\":true,\"bulkExport\":true,\"bulkImport\":true}},\"routes\":true,\"cache\":{\"hidden\":false,\"items\":{\"clearAll\":true,\"clearData\":true,\"clearSymfony\":true,\"clearOutput\":true,\"clearTemp\":true}},\"adminTranslations\":true,\"tagConfiguration\":true,\"perspectiveEditor\":true}},\"search\":{\"hidden\":false,\"items\":{\"quickSearch\":true,\"documents\":false,\"assets\":false,\"objects\":true,\"advancedObjectSearch\":true}}}}','string');