ylama Posted November 17, 2016 Share Posted November 17, 2016 So i installed PrestaShop 1.7 on my local (keep in mind my local works perfectly find) moved it over to live staging (had no database import or exporting errors or installation errors),but for some reason everything works but if i open the CMS logged in, and i click on the tab "Modules & Services" i get the following message with a "try again" call to action button underneath the message. "Cannot get catalog data, please try again later. Reason: Data from PrestaShop Addons is invalid, and cannot fallback on cache" So i tried clearing cache, tried searching for answers , but found unsecured replies which i cant rely on. Also when i click on the "Installed modules" i get an "RequestException in RequestException.php line 51" saying SSL CA bundle not found, so my modules is broken , i did see im not the only one with this problem but havent seen any fix on this? So any idea how to fix? Link to comment Share on other sites More sharing options...
v_banda Posted December 7, 2016 Share Posted December 7, 2016 So i installed PrestaShop 1.7 on my local (keep in mind my local works perfectly find) moved it over to live staging (had no database import or exporting errors or installation errors),but for some reason everything works but if i open the CMS logged in, and i click on the tab "Modules & Services" i get the following message with a "try again" call to action button underneath the message. "Cannot get catalog data, please try again later. Reason: Data from PrestaShop Addons is invalid, and cannot fallback on cache" So i tried clearing cache, tried searching for answers , but found unsecured replies which i cant rely on. Also when i click on the "Installed modules" i get an "RequestException in RequestException.php line 51" saying SSL CA bundle not found, so my modules is broken , i did see im not the only one with this problem but havent seen any fix on this? So any idea how to fix? Tengo el mismo problema, alguien podria ayudarme..... Cannot get catalog data, please try again later. Reason: Data from PrestaShop Addons is invalid, and cannot fallback on cache ??????????????????? help help Link to comment Share on other sites More sharing options...
djcookie88 Posted December 8, 2016 Share Posted December 8, 2016 I just went on that link, and copied everything - opened notepad, and saved the file to cacert.pem.Using Filezilla I uploaded the file to /app/cache/devUse debug mode and click on modules & services - you will see there is missing file "cacert.pem" in that directory.Hope that helps you guys! that solved my Problem, thanks I had the same issue twice, my solution was download the file https://curl.haxx.se/ca/cacert.pem and save into /app/cache/prod/. The problem exist because if the production cache is deleted then the file cacert.pem is deleted too. I check in https://github.com/PrestaShop/PrestaShop/pull/6848/files and in my offline copy that file classes/Tools.php have the constant declaration: const CACERT_LOCATION = 'https://curl.haxx.se/ca/cacert.pem'; and that file must exist in: _PS_CACHE_DIR_.'cacert.pem' as you can see in this global definition: define('_PS_CACHE_CA_CERT_FILE_', _PS_CACHE_DIR_.'cacert.pem') so, I chek if the file cacert.pem exist in production cache and it was deleted... I hope this help. 1 Link to comment Share on other sites More sharing options...
dacct Posted December 24, 2016 Share Posted December 24, 2016 Ran into the same issue with 1.7.0.3. Copying the file from https://curl.haxx.se/ca/cacert.pem seems to have fix the issue. Link to comment Share on other sites More sharing options...
meyer2005 Posted February 13, 2017 Share Posted February 13, 2017 Hello, in wich file i must check if exist _PS_CACHE_DIR.'cacert.pem' and define(_PS_CACHE_CA_CERT_FILE_', _PS_CACHE_DIR_.'cacert.pem') !? Thanks in advance. Chafai Link to comment Share on other sites More sharing options...
ylama Posted February 21, 2017 Author Share Posted February 21, 2017 Check this link out, might work might not. http://stackoverflow.com/questions/40722169/prestashop-1-7-modules-catalog-data-not-found Link to comment Share on other sites More sharing options...
John Bures Posted March 8, 2017 Share Posted March 8, 2017 Hi, I had the same problems version 1.7.0.3 and 1.7.0.5 and I think that caused by Localhost DB. If DB is not Localhost, everything works good! So maybe try different hosting. Link to comment Share on other sites More sharing options...
dhamanij Posted April 24, 2017 Share Posted April 24, 2017 allow_url_fopen Enable this your problem solved. Link to comment Share on other sites More sharing options...
intandem Posted April 28, 2017 Share Posted April 28, 2017 Had the same problem. However, downloading the cacert.pem file into /app/cache/prod/ did not solve it. I had to copy it into /app/cache/dev to get things working. But al good now - thanks!!! Link to comment Share on other sites More sharing options...
web-design-milano Posted May 4, 2017 Share Posted May 4, 2017 Same problem partly solved, with solutions above, but cannot configure some of my addon modules that I uploaded. Click configure and I end up back on the general modules screen. Frustrating. Link to comment Share on other sites More sharing options...
GPETIPRE Posted June 2, 2017 Share Posted June 2, 2017 good job. Thanks Link to comment Share on other sites More sharing options...
marcoskm Posted November 29, 2017 Share Posted November 29, 2017 Hi,i had a similar problem. In my case what happened is that i had uploaded an 1.6 module on prestashop 1.7. Modules page stopped to work and i was not able upload the modules nor could see the uploaded module or delete it. I had to restore an backup of a day before and it start to work again. Link to comment Share on other sites More sharing options...
metalines Posted June 5, 2020 Share Posted June 5, 2020 I think my problem is related, hope someone could point me in the right direction, i copied live site to subdomain to act as a test site, copied db and changed settings, works perfect, until i tried to enable debug from back office it throws an error: Warning: Use of undefined constant _PS_VENDOR_DIR_ - assumed '_PS_VENDOR_DIR_' (this will throw an Error in a future version of PHP) in /home/xxx/staging.xxx.com/config/smarty.config.inc.php on line 26 Whoops, looks like something went wrong. (1/1) ContextErrorException Warning: Use of undefined constant _PS_CACHE_CA_CERT_FILE_ - assumed '_PS_CACHE_CA_CERT_FILE_' (this will throw an Error in a future version of PHP) in AddOnsConfiguration.php line 84 at AddOnsConfiguration->getConfigTreeBuilder()in Processor.php line 50 at Processor->processConfiguration(object(AddOnsConfiguration), array(array('addons' => array('categories' => array(array('id_category' => 440, 'order' => 10, 'name' => 'Administration', 'link' => '/en/440-administration', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '435', 'name' => 'Legal', 'id_parent' => '440', 'link_rewrite' => 'legal', 'link' => '/en/435-legal', 'tab' => 'administration'), array('id_category' => '527', 'name' => 'Registration & Ordering Process', 'id_parent' => '440', 'link_rewrite' => 'registration-ordering-process', 'link' => '/en/527-registration-ordering-process', 'tab' => 'checkout'), array('id_category' => '437', 'name' => 'Notifications & Automatic Emails', 'id_parent' => '440', 'link_rewrite' => 'emails-notifications', 'link' => '/en/437-emails-notifications', 'tab' => 'emailing'), array('id_category' => '448', 'name' => 'Price Management', 'id_parent' => '440', 'link_rewrite' => 'price-management', 'link' => '/en/448-price-management', 'tab' => 'administration'), array('id_category' => '441', 'name' => 'Order Management', 'id_parent' => '440', 'link_rewrite' => 'order-management', 'link' => '/en/441-order-management', 'tab' => 'administration'), array('id_category' => '446', 'name' => 'Accounting & Invoicing', 'id_parent' => '440', 'link_rewrite' => 'accounting-invoicing', 'link' => '/en/446-accounting-invoicing', 'tab' => 'billing_invoicing'), array('id_category' => '433', 'name' => 'Fast & Mass Update', 'id_parent' => '440', 'link_rewrite' => 'fast-mass-updates', 'link' => '/en/433-fast-mass-updates', 'tab' => 'quick_bulk_update'), array('id_category' => '451', 'name' => 'Data Import & Export', 'id_parent' => '440', 'link_rewrite' => 'data-import-export', 'link' => '/en/451-data-import-export', 'tab' => 'export'), array('id_category' => '452', 'name' => 'Third-party Data Integration (CRM, ERP...)', 'id_parent' => '440', 'link_rewrite' => 'third-party-data-integrations-crm-erp', 'link' => '/en/452-third-party-data-integrations-crm-erp', 'tab' => 'export'), array('id_category' => '453', 'name' => 'Analytics & Statistics', 'id_parent' => '440', 'link_rewrite' => 'analytics-statistics', 'link' => '/en/453-analytics-statistics', 'tab' => 'analytics_stats'), array('id_category' => '209', 'name' => 'Dashboards', 'id_parent' => '440', 'link_rewrite' => 'dashboards', 'link' => '/en/209-dashboards', 'tab' => 'administration'), array('id_category' => '432', 'name' => 'Website Performance', 'id_parent' => '440', 'link_rewrite' => 'website-performance', 'link' => '/en/432-website-performance', 'tab' => 'administration'), array('id_category' => '436', 'name' => 'International & Localization', 'id_parent' => '440', 'link_rewrite' => 'international-localization', 'link' => '/en/436-international-localization', 'tab' => 'i18n_localization'), array('id_category' => '431', 'name' => 'Data migration & Backup', 'id_parent' => '440', 'link_rewrite' => 'data-migration-backup', 'link' => '/en/431-data-migration-backup', 'tab' => 'migration_tools'), array('id_category' => '543', 'name' => 'Administrative Tools', 'id_parent' => '440', 'link_rewrite' => 'administrative-tools', 'link' => '/en/543-administrative-tools', 'tab' => 'administration'), array('id_category' => '429', 'name' => 'Security & Access', 'id_parent' => '440', 'link_rewrite' => 'website-security-access', 'link' => '/en/429-website-security-access', 'tab' => 'administration')), 'tab' => 'administration'), array('id_category' => 455, 'order' => 90, 'name' => 'Facebook & Social Networks', 'link' => '/en/455-facebook-social-networks', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '456', 'name' => 'Share Buttons & Comments', 'id_parent' => '455', 'link_rewrite' => 'share-buttons-comments', 'link' => '/en/456-share-buttons-comments', 'tab' => 'social_networks'), array('id_category' => '457', 'name' => 'Social Login & Connect', 'id_parent' => '455', 'link_rewrite' => 'social-login-connect', 'link' => '/en/457-social-login-connect', 'tab' => 'social_networks'), array('id_category' => '458', 'name' => 'Social Rewards & Coupons', 'id_parent' => '455', 'link_rewrite' => 'social-rewards-coupons', 'link' => '/en/458-social-rewards-coupons', 'tab' => 'social_networks'), array('id_category' => '459', 'name' => 'Products on Facebook & Social Networks', 'id_parent' => '455', 'link_rewrite' => 'products-on-facebook-social-networks', 'link' => '/en/459-products-on-facebook-social-networks', 'tab' => 'social_networks'), array('id_category' => '539', 'name' => 'Social Widgets', 'id_parent' => '455', 'link_rewrite' => 'social-widgets', 'link' => '/en/539-social-widgets', 'tab' => 'social_networks')), 'tab' => 'advertising_marketing'), array('id_category' => 460, 'order' => 40, 'name' => 'Product Page', 'link' => '/en/460-product-page', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '462', 'name' => 'Visual Products', 'id_parent' => '460', 'link_rewrite' => 'visual-products', 'link' => '/en/462-visual-products', 'tab' => 'front_office_features'), array('id_category' => '463', 'name' => 'Videos & Music', 'id_parent' => '460', 'link_rewrite' => 'videos-music', 'link' => '/en/463-videos-music', 'tab' => 'front_office_features'), array('id_category' => '467', 'name' => 'Combinations & Product Customization', 'id_parent' => '460', 'link_rewrite' => 'combinaisons-customization', 'link' => '/en/467-combinaisons-customization', 'tab' => 'front_office_features'), array('id_category' => '465', 'name' => 'Badges & Logos', 'id_parent' => '460', 'link_rewrite' => 'labels-logos', 'link' => '/en/465-labels-logos', 'tab' => 'front_office_features'), array('id_category' => '466', 'name' => 'Sizes & Units', 'id_parent' => '460', 'link_rewrite' => 'sizes-units', 'link' => '/en/466-sizes-units', 'tab' => 'front_office_features'), array('id_category' => '545', 'name' => 'Additional Information & Product Tab', 'id_parent' => '460', 'link_rewrite' => 'additional-information-product-tab', 'link' => '/en/545-additional-information-product-tab', 'tab' => 'front_office_features')), 'tab' => 'administration'), array('id_category' => 469, 'order' => 100, 'name' => 'Specialized Platforms', 'link' => '/en/469-specialized-platforms', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '434', 'name' => 'B2B', 'id_parent' => '469', 'link_rewrite' => 'b2b', 'link' => '/en/434-b2b', 'tab' => 'administration'), array('id_category' => '443', 'name' => 'Dropshipping', 'id_parent' => '469', 'link_rewrite' => 'dropshipping', 'link' => '/en/443-dropshipping', 'tab' => 'shipping_logistics'), array('id_category' => '474', 'name' => 'Virtual Products', 'id_parent' => '469', 'link_rewrite' => 'virtual-products', 'link' => '/en/474-virtual-products', 'tab' => 'administration'), array('id_category' => '529', 'name' => 'Subscription Products (box)', 'id_parent' => '469', 'link_rewrite' => 'subscription-products', 'link' => '/en/529-subscription-products', 'tab' => 'pricing_promotion'), array('id_category' => '472', 'name' => 'Marketplace Creation', 'id_parent' => '469', 'link_rewrite' => 'marketplace-creation', 'link' => '/en/472-marketplace-creation', 'tab' => 'administration'), array('id_category' => '473', 'name' => 'Reservation & Rental System', 'id_parent' => '469', 'link_rewrite' => 'reservation-rental-system', 'link' => '/en/473-reservation-rental-system', 'tab' => 'administration'), array('id_category' => '470', 'name' => 'Auction Site', 'id_parent' => '469', 'link_rewrite' => 'build-auction-site', 'link' => '/en/470-build-auction-site', 'tab' => 'pricing_promotion'), array('id_category' => '623', 'name' => 'Food & Restaurants', 'id_parent' => '469', 'link_rewrite' => 'food-restaurants', 'link' => '/en/623-food-restaurants')), 'tab' => 'others'), array('id_category' => 475, 'order' => 80, 'name' => 'Customers', 'link' => '/en/475-customers', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '480', 'name' => 'Customer Reviews', 'id_parent' => '475', 'link_rewrite' => 'customer-reviews', 'link' => '/en/480-customer-reviews', 'tab' => 'front_office_features'), array('id_category' => '537', 'name' => 'Customer Administration', 'id_parent' => '475', 'link_rewrite' => 'customer-administration', 'link' => '/en/537-customer-administration', 'tab' => 'administration'), array('id_category' => '438', 'name' => 'Quotes', 'id_parent' => '475', 'link_rewrite' => 'quotes', 'link' => '/en/438-quotes', 'tab' => 'front_office_features'), array('id_category' => '442', 'name' => 'Customer Service', 'id_parent' => '475', 'link_rewrite' => 'customer-service', 'link' => '/en/442-customer-service', 'tab' => 'administration'), array('id_category' => '476', 'name' => 'Contact Forms & Surveys', 'id_parent' => '475', 'link_rewrite' => 'contact-forms-surveys', 'link' => '/en/476-contact-forms-surveys', 'tab' => 'front_office_features'), array('id_category' => '479', 'name' => 'FAQ (Frequently Asked Questions)', 'id_parent' => '475', 'link_rewrite' => 'faq-frequently-asked-questions', 'link' => '/en/479-faq-frequently-asked-questions', 'tab' => 'front_office_features'), array('id_category' => '477', 'name' => 'Support & Online Chat', 'id_parent' => '475', 'link_rewrite' => 'support-online-chat', 'link' => '/en/477-support-online-chat', 'tab' => 'front_office_features')), 'tab' => 'administration'), array('id_category' => 481, 'order' => 50, 'name' => 'Payment', 'link' => '/en/481-payment', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '482', 'name' => 'Payment by Card or Wallet', 'id_parent' => '481', 'link_rewrite' => 'payment-card-wallet', 'link' => '/en/482-payment-card-wallet', 'tab' => 'payments_gateways'), array('id_category' => '534', 'name' => 'Bank Transfer Payment', 'id_parent' => '481', 'link_rewrite' => 'bank-transfer-payment', 'link' => '/en/534-bank-transfer-payment', 'tab' => 'payments_gateways'), array('id_category' => '483', 'name' => 'Payment by Invoice', 'id_parent' => '481', 'link_rewrite' => 'payment-invoice', 'link' => '/en/483-payment-invoice', 'tab' => 'payments_gateways'), array('id_category' => '486', 'name' => 'Prepayment', 'id_parent' => '481', 'link_rewrite' => 'prepayment', 'link' => '/en/486-prepayment', 'tab' => 'payments_gateways'), array('id_category' => '485', 'name' => 'Cash On Delivery (COD)', 'id_parent' => '481', 'link_rewrite' => 'cash-on-delivery-cod', 'link' => '/en/485-cash-on-delivery-cod', 'tab' => 'payments_gateways'), array('id_category' => '484', 'name' => 'Payment in Physical Stores', 'id_parent' => '481', 'link_rewrite' => 'payment-physical-stores', 'link' => '/en/484-payment-physical-stores', 'tab' => 'payments_gateways'), array('id_category' => '487', 'name' => 'Point of Sale (POS)', 'id_parent' => '481', 'link_rewrite' => 'point-of-sale-pos', 'link' => '/en/487-point-of-sale-pos', 'tab' => 'payments_gateways'), array('id_category' => '530', 'name' => 'Other Payment Methods', 'id_parent' => '481', 'link_rewrite' => 'other-payment-methods', 'link' => '/en/530-other-payment-methods', 'tab' => 'payments_gateways'), array('id_category' => '627', 'name' => 'Recurring payment (subscription)', 'id_parent' => '481', 'link_rewrite' => 'recurring-payment-subscription', 'link' => '/en/627-recurring-payment-subscription')), 'tab' => 'payments_gateways'), array('id_category' => 488, 'order' => 70, 'name' => 'Traffic & Marketplaces', 'link' => '/en/488-traffic-marketplaces', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '489', 'name' => 'Marketplaces', 'id_parent' => '488', 'link_rewrite' => 'marketplaces', 'link' => '/en/489-marketplaces', 'tab' => 'market_place'), array('id_category' => '490', 'name' => 'Price Comparison', 'id_parent' => '488', 'link_rewrite' => 'price-comparison', 'link' => '/en/490-price-comparison', 'tab' => 'smart_shopping'), array('id_category' => '491', 'name' => 'SEO', 'id_parent' => '488', 'link_rewrite' => 'seo-natural-search-engine-optimization', 'link' => '/en/491-seo-natural-search-engine-optimization', 'tab' => 'seo'), array('id_category' => '531', 'name' => 'URL & Redirects', 'id_parent' => '488', 'link_rewrite' => 'url-redirects', 'link' => '/en/531-url-redirects', 'tab' => 'seo'), array('id_category' => '495', 'name' => 'Blog, Forum & News', 'id_parent' => '488', 'link_rewrite' => 'blog-forum-new', 'link' => '/en/495-blog-forum-new', 'tab' => 'content_management'), array('id_category' => '493', 'name' => 'SEA SEM (paid advertising) & Affiliation Platforms', 'id_parent' => '488', 'link_rewrite' => 'sea-paid-advertising-affiliation-platforms', 'link' => '/en/493-sea-paid-advertising-affiliation-platforms', 'tab' => 'advertising_marketing')), 'tab' => 'checkout'), array('id_category' => 496, 'order' => 30, 'name' => 'Promotions & Marketing', 'link' => '/en/496-promotions-marketing', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '500', 'name' => 'Newsletter & SMS', 'id_parent' => '496', 'link_rewrite' => 'newsletter-sms', 'link' => '/en/500-newsletter-sms', 'tab' => 'emailing'), array('id_category' => '497', 'name' => 'Promotions & Gifts', 'id_parent' => '496', 'link_rewrite' => 'promotions-gifts', 'link' => '/en/497-promotions-gifts', 'tab' => 'pricing_promotion'), array('id_category' => '503', 'name' => 'Referral & Loyalty Programs', 'id_parent' => '496', 'link_rewrite' => 'referral-loyalty-programs', 'link' => '/en/503-referral-loyalty-programs', 'tab' => 'advertising_marketing'), array('id_category' => '499', 'name' => 'Flash & Private Sales', 'id_parent' => '496', 'link_rewrite' => 'private-sales-flash-sales', 'link' => '/en/499-private-sales-flash-sales', 'tab' => 'pricing_promotion'), array('id_category' => '501', 'name' => 'Remarketing & Shopping Cart Abandonment', 'id_parent' => '496', 'link_rewrite' => 'remarketing-shopping-cart-abandonment', 'link' => '/en/501-remarketing-shopping-cart-abandonment', 'tab' => 'advertising_marketing'), array('id_category' => '505', 'name' => 'Cross-selling & Product Bundles', 'id_parent' => '496', 'link_rewrite' => 'cross-selling-product-bundles', 'link' => '/en/505-cross-selling-product-bundles', 'tab' => 'merchandizing'), array('id_category' => '502', 'name' => 'Pop-up', 'id_parent' => '496', 'link_rewrite' => 'pop-up', 'link' => '/en/502-pop-up', 'tab' => 'front_office_features'), array('id_category' => '533', 'name' => 'Contests', 'id_parent' => '496', 'link_rewrite' => 'contests', 'link' => '/en/533-contests', 'tab' => 'advertising_marketing'), array('id_category' => '504', 'name' => 'Wishlist & Gift Card ', 'id_parent' => '496', 'link_rewrite' => 'wishlist-gift-card', 'link' => '/en/504-wishlist-gift-card', 'tab' => 'front_office_features')), 'tab' => 'pricing_promotion'), array('id_category' => 507, 'order' => 20, 'name' => 'Design & Navigation', 'link' => '/en/507-design-navigation', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '513', 'name' => 'Menu', 'id_parent' => '507', 'link_rewrite' => 'menu', 'link' => '/en/513-menu', 'tab' => 'front_office_features'), array('id_category' => '517', 'name' => 'Blocks, Tabs & Banners', 'id_parent' => '507', 'link_rewrite' => 'blocks-tabs-banners', 'link' => '/en/517-blocks-tabs-banners', 'tab' => 'front_office_features'), array('id_category' => '461', 'name' => 'Sliders & Galleries', 'id_parent' => '507', 'link_rewrite' => 'sliders-galleries', 'link' => '/en/461-sliders-galleries', 'tab' => 'slideshows'), array('id_category' => '510', 'name' => 'Search & Filters', 'id_parent' => '507', 'link_rewrite' => 'search-filters', 'link' => '/en/510-search-filters', 'tab' => 'search_filter'), array('id_category' => '516', 'name' => 'Page Customization', 'id_parent' => '507', 'link_rewrite' => 'page-customization', 'link' => '/en/516-page-customization', 'tab' => 'front_office_features'), array('id_category' => '511', 'name' => 'Navigation Tools', 'id_parent' => '507', 'link_rewrite' => 'navigation-tools', 'link' => '/en/511-navigation-tools', 'tab' => 'front_office_features'), array('id_category' => '538', 'name' => 'Products on Homepage', 'id_parent' => '507', 'link_rewrite' => 'products-homepage', 'link' => '/en/538-products-homepage', 'tab' => 'front_office_features'), array('id_category' => '512', 'name' => 'Brands & Manufacturers', 'id_parent' => '507', 'link_rewrite' => 'brands-manufacturers', 'link' => '/en/512-brands-manufacturers', 'tab' => 'front_office_features'), array('id_category' => '509', 'name' => 'Express Checkout Process', 'id_parent' => '507', 'link_rewrite' => 'express-checkout-process', 'link' => '/en/509-express-checkout-process', 'tab' => 'checkout'), array('id_category' => '508', 'name' => 'Mobile', 'id_parent' => '507', 'link_rewrite' => 'mobile', 'link' => '/en/508-mobile', 'tab' => 'mobile')), 'tab' => 'front_office_features'), array('id_category' => 518, 'order' => 60, 'name' => 'Shipping & Logistics', 'link' => '/en/518-shipping-logistics', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '444', 'name' => 'Stock & Supplier Management', 'id_parent' => '518', 'link_rewrite' => 'stock-supplier-management', 'link' => '/en/444-stock-supplier-management', 'tab' => 'administration'), array('id_category' => '519', 'name' => 'Preparation & Shipping', 'id_parent' => '518', 'link_rewrite' => 'preparation-shipping', 'link' => '/en/519-preparation-shipping', 'tab' => 'shipping_logistics'), array('id_category' => '520', 'name' => 'Shipping Carriers', 'id_parent' => '518', 'link_rewrite' => 'shipping-carriers', 'link' => '/en/520-shipping-carriers', 'tab' => 'shipping_logistics'), array('id_category' => '523', 'name' => 'Shipping Costs', 'id_parent' => '518', 'link_rewrite' => 'shipping-costs', 'link' => '/en/523-shipping-costs', 'tab' => 'shipping_logistics'), array('id_category' => '521', 'name' => 'Collection Points & In-Store Pick Up', 'id_parent' => '518', 'link_rewrite' => 'collection-points-in-store-pick-up', 'link' => '/en/521-collection-points-in-store-pick-up', 'tab' => 'shipping_logistics'), array('id_category' => '522', 'name' => 'Delivery Date', 'id_parent' => '518', 'link_rewrite' => 'delivery-date', 'link' => '/en/522-delivery-date', 'tab' => 'shipping_logistics'), array('id_category' => '524', 'name' => 'Delivery Tracking', 'id_parent' => '518', 'link_rewrite' => 'delivery-tracking', 'link' => '/en/524-delivery-tracking', 'tab' => 'shipping_logistics')), 'tab' => 'shipping_logistics')))), array('addons' => array('prestatrust' => array('enabled' => true), 'api_client' => array('ttl' => 7200))), array('addons' => array('api_client' => array('ttl' => 300)))))in Extension.php line 96 at Extension->processConfiguration(object(AddOnsConfiguration), array(array('addons' => array('categories' => array(array('id_category' => 440, 'order' => 10, 'name' => 'Administration', 'link' => '/en/440-administration', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '435', 'name' => 'Legal', 'id_parent' => '440', 'link_rewrite' => 'legal', 'link' => '/en/435-legal', 'tab' => 'administration'), array('id_category' => '527', 'name' => 'Registration & Ordering Process', 'id_parent' => '440', 'link_rewrite' => 'registration-ordering-process', 'link' => '/en/527-registration-ordering-process', 'tab' => 'checkout'), array('id_category' => '437', 'name' => 'Notifications & Automatic Emails', 'id_parent' => '440', 'link_rewrite' => 'emails-notifications', 'link' => '/en/437-emails-notifications', 'tab' => 'emailing'), array('id_category' => '448', 'name' => 'Price Management', 'id_parent' => '440', 'link_rewrite' => 'price-management', 'link' => '/en/448-price-management', 'tab' => 'administration'), array('id_category' => '441', 'name' => 'Order Management', 'id_parent' => '440', 'link_rewrite' => 'order-management', 'link' => '/en/441-order-management', 'tab' => 'administration'), array('id_category' => '446', 'name' => 'Accounting & Invoicing', 'id_parent' => '440', 'link_rewrite' => 'accounting-invoicing', 'link' => '/en/446-accounting-invoicing', 'tab' => 'billing_invoicing'), array('id_category' => '433', 'name' => 'Fast & Mass Update', 'id_parent' => '440', 'link_rewrite' => 'fast-mass-updates', 'link' => '/en/433-fast-mass-updates', 'tab' => 'quick_bulk_update'), array('id_category' => '451', 'name' => 'Data Import & Export', 'id_parent' => '440', 'link_rewrite' => 'data-import-export', 'link' => '/en/451-data-import-export', 'tab' => 'export'), array('id_category' => '452', 'name' => 'Third-party Data Integration (CRM, ERP...)', 'id_parent' => '440', 'link_rewrite' => 'third-party-data-integrations-crm-erp', 'link' => '/en/452-third-party-data-integrations-crm-erp', 'tab' => 'export'), array('id_category' => '453', 'name' => 'Analytics & Statistics', 'id_parent' => '440', 'link_rewrite' => 'analytics-statistics', 'link' => '/en/453-analytics-statistics', 'tab' => 'analytics_stats'), array('id_category' => '209', 'name' => 'Dashboards', 'id_parent' => '440', 'link_rewrite' => 'dashboards', 'link' => '/en/209-dashboards', 'tab' => 'administration'), array('id_category' => '432', 'name' => 'Website Performance', 'id_parent' => '440', 'link_rewrite' => 'website-performance', 'link' => '/en/432-website-performance', 'tab' => 'administration'), array('id_category' => '436', 'name' => 'International & Localization', 'id_parent' => '440', 'link_rewrite' => 'international-localization', 'link' => '/en/436-international-localization', 'tab' => 'i18n_localization'), array('id_category' => '431', 'name' => 'Data migration & Backup', 'id_parent' => '440', 'link_rewrite' => 'data-migration-backup', 'link' => '/en/431-data-migration-backup', 'tab' => 'migration_tools'), array('id_category' => '543', 'name' => 'Administrative Tools', 'id_parent' => '440', 'link_rewrite' => 'administrative-tools', 'link' => '/en/543-administrative-tools', 'tab' => 'administration'), array('id_category' => '429', 'name' => 'Security & Access', 'id_parent' => '440', 'link_rewrite' => 'website-security-access', 'link' => '/en/429-website-security-access', 'tab' => 'administration')), 'tab' => 'administration'), array('id_category' => 455, 'order' => 90, 'name' => 'Facebook & Social Networks', 'link' => '/en/455-facebook-social-networks', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '456', 'name' => 'Share Buttons & Comments', 'id_parent' => '455', 'link_rewrite' => 'share-buttons-comments', 'link' => '/en/456-share-buttons-comments', 'tab' => 'social_networks'), array('id_category' => '457', 'name' => 'Social Login & Connect', 'id_parent' => '455', 'link_rewrite' => 'social-login-connect', 'link' => '/en/457-social-login-connect', 'tab' => 'social_networks'), array('id_category' => '458', 'name' => 'Social Rewards & Coupons', 'id_parent' => '455', 'link_rewrite' => 'social-rewards-coupons', 'link' => '/en/458-social-rewards-coupons', 'tab' => 'social_networks'), array('id_category' => '459', 'name' => 'Products on Facebook & Social Networks', 'id_parent' => '455', 'link_rewrite' => 'products-on-facebook-social-networks', 'link' => '/en/459-products-on-facebook-social-networks', 'tab' => 'social_networks'), array('id_category' => '539', 'name' => 'Social Widgets', 'id_parent' => '455', 'link_rewrite' => 'social-widgets', 'link' => '/en/539-social-widgets', 'tab' => 'social_networks')), 'tab' => 'advertising_marketing'), array('id_category' => 460, 'order' => 40, 'name' => 'Product Page', 'link' => '/en/460-product-page', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '462', 'name' => 'Visual Products', 'id_parent' => '460', 'link_rewrite' => 'visual-products', 'link' => '/en/462-visual-products', 'tab' => 'front_office_features'), array('id_category' => '463', 'name' => 'Videos & Music', 'id_parent' => '460', 'link_rewrite' => 'videos-music', 'link' => '/en/463-videos-music', 'tab' => 'front_office_features'), array('id_category' => '467', 'name' => 'Combinations & Product Customization', 'id_parent' => '460', 'link_rewrite' => 'combinaisons-customization', 'link' => '/en/467-combinaisons-customization', 'tab' => 'front_office_features'), array('id_category' => '465', 'name' => 'Badges & Logos', 'id_parent' => '460', 'link_rewrite' => 'labels-logos', 'link' => '/en/465-labels-logos', 'tab' => 'front_office_features'), array('id_category' => '466', 'name' => 'Sizes & Units', 'id_parent' => '460', 'link_rewrite' => 'sizes-units', 'link' => '/en/466-sizes-units', 'tab' => 'front_office_features'), array('id_category' => '545', 'name' => 'Additional Information & Product Tab', 'id_parent' => '460', 'link_rewrite' => 'additional-information-product-tab', 'link' => '/en/545-additional-information-product-tab', 'tab' => 'front_office_features')), 'tab' => 'administration'), array('id_category' => 469, 'order' => 100, 'name' => 'Specialized Platforms', 'link' => '/en/469-specialized-platforms', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '434', 'name' => 'B2B', 'id_parent' => '469', 'link_rewrite' => 'b2b', 'link' => '/en/434-b2b', 'tab' => 'administration'), array('id_category' => '443', 'name' => 'Dropshipping', 'id_parent' => '469', 'link_rewrite' => 'dropshipping', 'link' => '/en/443-dropshipping', 'tab' => 'shipping_logistics'), array('id_category' => '474', 'name' => 'Virtual Products', 'id_parent' => '469', 'link_rewrite' => 'virtual-products', 'link' => '/en/474-virtual-products', 'tab' => 'administration'), array('id_category' => '529', 'name' => 'Subscription Products (box)', 'id_parent' => '469', 'link_rewrite' => 'subscription-products', 'link' => '/en/529-subscription-products', 'tab' => 'pricing_promotion'), array('id_category' => '472', 'name' => 'Marketplace Creation', 'id_parent' => '469', 'link_rewrite' => 'marketplace-creation', 'link' => '/en/472-marketplace-creation', 'tab' => 'administration'), array('id_category' => '473', 'name' => 'Reservation & Rental System', 'id_parent' => '469', 'link_rewrite' => 'reservation-rental-system', 'link' => '/en/473-reservation-rental-system', 'tab' => 'administration'), array('id_category' => '470', 'name' => 'Auction Site', 'id_parent' => '469', 'link_rewrite' => 'build-auction-site', 'link' => '/en/470-build-auction-site', 'tab' => 'pricing_promotion'), array('id_category' => '623', 'name' => 'Food & Restaurants', 'id_parent' => '469', 'link_rewrite' => 'food-restaurants', 'link' => '/en/623-food-restaurants')), 'tab' => 'others'), array('id_category' => 475, 'order' => 80, 'name' => 'Customers', 'link' => '/en/475-customers', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '480', 'name' => 'Customer Reviews', 'id_parent' => '475', 'link_rewrite' => 'customer-reviews', 'link' => '/en/480-customer-reviews', 'tab' => 'front_office_features'), array('id_category' => '537', 'name' => 'Customer Administration', 'id_parent' => '475', 'link_rewrite' => 'customer-administration', 'link' => '/en/537-customer-administration', 'tab' => 'administration'), array('id_category' => '438', 'name' => 'Quotes', 'id_parent' => '475', 'link_rewrite' => 'quotes', 'link' => '/en/438-quotes', 'tab' => 'front_office_features'), array('id_category' => '442', 'name' => 'Customer Service', 'id_parent' => '475', 'link_rewrite' => 'customer-service', 'link' => '/en/442-customer-service', 'tab' => 'administration'), array('id_category' => '476', 'name' => 'Contact Forms & Surveys', 'id_parent' => '475', 'link_rewrite' => 'contact-forms-surveys', 'link' => '/en/476-contact-forms-surveys', 'tab' => 'front_office_features'), array('id_category' => '479', 'name' => 'FAQ (Frequently Asked Questions)', 'id_parent' => '475', 'link_rewrite' => 'faq-frequently-asked-questions', 'link' => '/en/479-faq-frequently-asked-questions', 'tab' => 'front_office_features'), array('id_category' => '477', 'name' => 'Support & Online Chat', 'id_parent' => '475', 'link_rewrite' => 'support-online-chat', 'link' => '/en/477-support-online-chat', 'tab' => 'front_office_features')), 'tab' => 'administration'), array('id_category' => 481, 'order' => 50, 'name' => 'Payment', 'link' => '/en/481-payment', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '482', 'name' => 'Payment by Card or Wallet', 'id_parent' => '481', 'link_rewrite' => 'payment-card-wallet', 'link' => '/en/482-payment-card-wallet', 'tab' => 'payments_gateways'), array('id_category' => '534', 'name' => 'Bank Transfer Payment', 'id_parent' => '481', 'link_rewrite' => 'bank-transfer-payment', 'link' => '/en/534-bank-transfer-payment', 'tab' => 'payments_gateways'), array('id_category' => '483', 'name' => 'Payment by Invoice', 'id_parent' => '481', 'link_rewrite' => 'payment-invoice', 'link' => '/en/483-payment-invoice', 'tab' => 'payments_gateways'), array('id_category' => '486', 'name' => 'Prepayment', 'id_parent' => '481', 'link_rewrite' => 'prepayment', 'link' => '/en/486-prepayment', 'tab' => 'payments_gateways'), array('id_category' => '485', 'name' => 'Cash On Delivery (COD)', 'id_parent' => '481', 'link_rewrite' => 'cash-on-delivery-cod', 'link' => '/en/485-cash-on-delivery-cod', 'tab' => 'payments_gateways'), array('id_category' => '484', 'name' => 'Payment in Physical Stores', 'id_parent' => '481', 'link_rewrite' => 'payment-physical-stores', 'link' => '/en/484-payment-physical-stores', 'tab' => 'payments_gateways'), array('id_category' => '487', 'name' => 'Point of Sale (POS)', 'id_parent' => '481', 'link_rewrite' => 'point-of-sale-pos', 'link' => '/en/487-point-of-sale-pos', 'tab' => 'payments_gateways'), array('id_category' => '530', 'name' => 'Other Payment Methods', 'id_parent' => '481', 'link_rewrite' => 'other-payment-methods', 'link' => '/en/530-other-payment-methods', 'tab' => 'payments_gateways'), array('id_category' => '627', 'name' => 'Recurring payment (subscription)', 'id_parent' => '481', 'link_rewrite' => 'recurring-payment-subscription', 'link' => '/en/627-recurring-payment-subscription')), 'tab' => 'payments_gateways'), array('id_category' => 488, 'order' => 70, 'name' => 'Traffic & Marketplaces', 'link' => '/en/488-traffic-marketplaces', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '489', 'name' => 'Marketplaces', 'id_parent' => '488', 'link_rewrite' => 'marketplaces', 'link' => '/en/489-marketplaces', 'tab' => 'market_place'), array('id_category' => '490', 'name' => 'Price Comparison', 'id_parent' => '488', 'link_rewrite' => 'price-comparison', 'link' => '/en/490-price-comparison', 'tab' => 'smart_shopping'), array('id_category' => '491', 'name' => 'SEO', 'id_parent' => '488', 'link_rewrite' => 'seo-natural-search-engine-optimization', 'link' => '/en/491-seo-natural-search-engine-optimization', 'tab' => 'seo'), array('id_category' => '531', 'name' => 'URL & Redirects', 'id_parent' => '488', 'link_rewrite' => 'url-redirects', 'link' => '/en/531-url-redirects', 'tab' => 'seo'), array('id_category' => '495', 'name' => 'Blog, Forum & News', 'id_parent' => '488', 'link_rewrite' => 'blog-forum-new', 'link' => '/en/495-blog-forum-new', 'tab' => 'content_management'), array('id_category' => '493', 'name' => 'SEA SEM (paid advertising) & Affiliation Platforms', 'id_parent' => '488', 'link_rewrite' => 'sea-paid-advertising-affiliation-platforms', 'link' => '/en/493-sea-paid-advertising-affiliation-platforms', 'tab' => 'advertising_marketing')), 'tab' => 'checkout'), array('id_category' => 496, 'order' => 30, 'name' => 'Promotions & Marketing', 'link' => '/en/496-promotions-marketing', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '500', 'name' => 'Newsletter & SMS', 'id_parent' => '496', 'link_rewrite' => 'newsletter-sms', 'link' => '/en/500-newsletter-sms', 'tab' => 'emailing'), array('id_category' => '497', 'name' => 'Promotions & Gifts', 'id_parent' => '496', 'link_rewrite' => 'promotions-gifts', 'link' => '/en/497-promotions-gifts', 'tab' => 'pricing_promotion'), array('id_category' => '503', 'name' => 'Referral & Loyalty Programs', 'id_parent' => '496', 'link_rewrite' => 'referral-loyalty-programs', 'link' => '/en/503-referral-loyalty-programs', 'tab' => 'advertising_marketing'), array('id_category' => '499', 'name' => 'Flash & Private Sales', 'id_parent' => '496', 'link_rewrite' => 'private-sales-flash-sales', 'link' => '/en/499-private-sales-flash-sales', 'tab' => 'pricing_promotion'), array('id_category' => '501', 'name' => 'Remarketing & Shopping Cart Abandonment', 'id_parent' => '496', 'link_rewrite' => 'remarketing-shopping-cart-abandonment', 'link' => '/en/501-remarketing-shopping-cart-abandonment', 'tab' => 'advertising_marketing'), array('id_category' => '505', 'name' => 'Cross-selling & Product Bundles', 'id_parent' => '496', 'link_rewrite' => 'cross-selling-product-bundles', 'link' => '/en/505-cross-selling-product-bundles', 'tab' => 'merchandizing'), array('id_category' => '502', 'name' => 'Pop-up', 'id_parent' => '496', 'link_rewrite' => 'pop-up', 'link' => '/en/502-pop-up', 'tab' => 'front_office_features'), array('id_category' => '533', 'name' => 'Contests', 'id_parent' => '496', 'link_rewrite' => 'contests', 'link' => '/en/533-contests', 'tab' => 'advertising_marketing'), array('id_category' => '504', 'name' => 'Wishlist & Gift Card ', 'id_parent' => '496', 'link_rewrite' => 'wishlist-gift-card', 'link' => '/en/504-wishlist-gift-card', 'tab' => 'front_office_features')), 'tab' => 'pricing_promotion'), array('id_category' => 507, 'order' => 20, 'name' => 'Design & Navigation', 'link' => '/en/507-design-navigation', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '513', 'name' => 'Menu', 'id_parent' => '507', 'link_rewrite' => 'menu', 'link' => '/en/513-menu', 'tab' => 'front_office_features'), array('id_category' => '517', 'name' => 'Blocks, Tabs & Banners', 'id_parent' => '507', 'link_rewrite' => 'blocks-tabs-banners', 'link' => '/en/517-blocks-tabs-banners', 'tab' => 'front_office_features'), array('id_category' => '461', 'name' => 'Sliders & Galleries', 'id_parent' => '507', 'link_rewrite' => 'sliders-galleries', 'link' => '/en/461-sliders-galleries', 'tab' => 'slideshows'), array('id_category' => '510', 'name' => 'Search & Filters', 'id_parent' => '507', 'link_rewrite' => 'search-filters', 'link' => '/en/510-search-filters', 'tab' => 'search_filter'), array('id_category' => '516', 'name' => 'Page Customization', 'id_parent' => '507', 'link_rewrite' => 'page-customization', 'link' => '/en/516-page-customization', 'tab' => 'front_office_features'), array('id_category' => '511', 'name' => 'Navigation Tools', 'id_parent' => '507', 'link_rewrite' => 'navigation-tools', 'link' => '/en/511-navigation-tools', 'tab' => 'front_office_features'), array('id_category' => '538', 'name' => 'Products on Homepage', 'id_parent' => '507', 'link_rewrite' => 'products-homepage', 'link' => '/en/538-products-homepage', 'tab' => 'front_office_features'), array('id_category' => '512', 'name' => 'Brands & Manufacturers', 'id_parent' => '507', 'link_rewrite' => 'brands-manufacturers', 'link' => '/en/512-brands-manufacturers', 'tab' => 'front_office_features'), array('id_category' => '509', 'name' => 'Express Checkout Process', 'id_parent' => '507', 'link_rewrite' => 'express-checkout-process', 'link' => '/en/509-express-checkout-process', 'tab' => 'checkout'), array('id_category' => '508', 'name' => 'Mobile', 'id_parent' => '507', 'link_rewrite' => 'mobile', 'link' => '/en/508-mobile', 'tab' => 'mobile')), 'tab' => 'front_office_features'), array('id_category' => 518, 'order' => 60, 'name' => 'Shipping & Logistics', 'link' => '/en/518-shipping-logistics', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '444', 'name' => 'Stock & Supplier Management', 'id_parent' => '518', 'link_rewrite' => 'stock-supplier-management', 'link' => '/en/444-stock-supplier-management', 'tab' => 'administration'), array('id_category' => '519', 'name' => 'Preparation & Shipping', 'id_parent' => '518', 'link_rewrite' => 'preparation-shipping', 'link' => '/en/519-preparation-shipping', 'tab' => 'shipping_logistics'), array('id_category' => '520', 'name' => 'Shipping Carriers', 'id_parent' => '518', 'link_rewrite' => 'shipping-carriers', 'link' => '/en/520-shipping-carriers', 'tab' => 'shipping_logistics'), array('id_category' => '523', 'name' => 'Shipping Costs', 'id_parent' => '518', 'link_rewrite' => 'shipping-costs', 'link' => '/en/523-shipping-costs', 'tab' => 'shipping_logistics'), array('id_category' => '521', 'name' => 'Collection Points & In-Store Pick Up', 'id_parent' => '518', 'link_rewrite' => 'collection-points-in-store-pick-up', 'link' => '/en/521-collection-points-in-store-pick-up', 'tab' => 'shipping_logistics'), array('id_category' => '522', 'name' => 'Delivery Date', 'id_parent' => '518', 'link_rewrite' => 'delivery-date', 'link' => '/en/522-delivery-date', 'tab' => 'shipping_logistics'), array('id_category' => '524', 'name' => 'Delivery Tracking', 'id_parent' => '518', 'link_rewrite' => 'delivery-tracking', 'link' => '/en/524-delivery-tracking', 'tab' => 'shipping_logistics')), 'tab' => 'shipping_logistics')))), array('addons' => array('prestatrust' => array('enabled' => true), 'api_client' => array('ttl' => 7200))), array('addons' => array('api_client' => array('ttl' => 300)))))in PrestaShopExtension.php line 45 at PrestaShopExtension->load(array(array('addons' => array('categories' => array(array('id_category' => 440, 'order' => 10, 'name' => 'Administration', 'link' => '/en/440-administration', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '435', 'name' => 'Legal', 'id_parent' => '440', 'link_rewrite' => 'legal', 'link' => '/en/435-legal', 'tab' => 'administration'), array('id_category' => '527', 'name' => 'Registration & Ordering Process', 'id_parent' => '440', 'link_rewrite' => 'registration-ordering-process', 'link' => '/en/527-registration-ordering-process', 'tab' => 'checkout'), array('id_category' => '437', 'name' => 'Notifications & Automatic Emails', 'id_parent' => '440', 'link_rewrite' => 'emails-notifications', 'link' => '/en/437-emails-notifications', 'tab' => 'emailing'), array('id_category' => '448', 'name' => 'Price Management', 'id_parent' => '440', 'link_rewrite' => 'price-management', 'link' => '/en/448-price-management', 'tab' => 'administration'), array('id_category' => '441', 'name' => 'Order Management', 'id_parent' => '440', 'link_rewrite' => 'order-management', 'link' => '/en/441-order-management', 'tab' => 'administration'), array('id_category' => '446', 'name' => 'Accounting & Invoicing', 'id_parent' => '440', 'link_rewrite' => 'accounting-invoicing', 'link' => '/en/446-accounting-invoicing', 'tab' => 'billing_invoicing'), array('id_category' => '433', 'name' => 'Fast & Mass Update', 'id_parent' => '440', 'link_rewrite' => 'fast-mass-updates', 'link' => '/en/433-fast-mass-updates', 'tab' => 'quick_bulk_update'), array('id_category' => '451', 'name' => 'Data Import & Export', 'id_parent' => '440', 'link_rewrite' => 'data-import-export', 'link' => '/en/451-data-import-export', 'tab' => 'export'), array('id_category' => '452', 'name' => 'Third-party Data Integration (CRM, ERP...)', 'id_parent' => '440', 'link_rewrite' => 'third-party-data-integrations-crm-erp', 'link' => '/en/452-third-party-data-integrations-crm-erp', 'tab' => 'export'), array('id_category' => '453', 'name' => 'Analytics & Statistics', 'id_parent' => '440', 'link_rewrite' => 'analytics-statistics', 'link' => '/en/453-analytics-statistics', 'tab' => 'analytics_stats'), array('id_category' => '209', 'name' => 'Dashboards', 'id_parent' => '440', 'link_rewrite' => 'dashboards', 'link' => '/en/209-dashboards', 'tab' => 'administration'), array('id_category' => '432', 'name' => 'Website Performance', 'id_parent' => '440', 'link_rewrite' => 'website-performance', 'link' => '/en/432-website-performance', 'tab' => 'administration'), array('id_category' => '436', 'name' => 'International & Localization', 'id_parent' => '440', 'link_rewrite' => 'international-localization', 'link' => '/en/436-international-localization', 'tab' => 'i18n_localization'), array('id_category' => '431', 'name' => 'Data migration & Backup', 'id_parent' => '440', 'link_rewrite' => 'data-migration-backup', 'link' => '/en/431-data-migration-backup', 'tab' => 'migration_tools'), array('id_category' => '543', 'name' => 'Administrative Tools', 'id_parent' => '440', 'link_rewrite' => 'administrative-tools', 'link' => '/en/543-administrative-tools', 'tab' => 'administration'), array('id_category' => '429', 'name' => 'Security & Access', 'id_parent' => '440', 'link_rewrite' => 'website-security-access', 'link' => '/en/429-website-security-access', 'tab' => 'administration')), 'tab' => 'administration'), array('id_category' => 455, 'order' => 90, 'name' => 'Facebook & Social Networks', 'link' => '/en/455-facebook-social-networks', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '456', 'name' => 'Share Buttons & Comments', 'id_parent' => '455', 'link_rewrite' => 'share-buttons-comments', 'link' => '/en/456-share-buttons-comments', 'tab' => 'social_networks'), array('id_category' => '457', 'name' => 'Social Login & Connect', 'id_parent' => '455', 'link_rewrite' => 'social-login-connect', 'link' => '/en/457-social-login-connect', 'tab' => 'social_networks'), array('id_category' => '458', 'name' => 'Social Rewards & Coupons', 'id_parent' => '455', 'link_rewrite' => 'social-rewards-coupons', 'link' => '/en/458-social-rewards-coupons', 'tab' => 'social_networks'), array('id_category' => '459', 'name' => 'Products on Facebook & Social Networks', 'id_parent' => '455', 'link_rewrite' => 'products-on-facebook-social-networks', 'link' => '/en/459-products-on-facebook-social-networks', 'tab' => 'social_networks'), array('id_category' => '539', 'name' => 'Social Widgets', 'id_parent' => '455', 'link_rewrite' => 'social-widgets', 'link' => '/en/539-social-widgets', 'tab' => 'social_networks')), 'tab' => 'advertising_marketing'), array('id_category' => 460, 'order' => 40, 'name' => 'Product Page', 'link' => '/en/460-product-page', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '462', 'name' => 'Visual Products', 'id_parent' => '460', 'link_rewrite' => 'visual-products', 'link' => '/en/462-visual-products', 'tab' => 'front_office_features'), array('id_category' => '463', 'name' => 'Videos & Music', 'id_parent' => '460', 'link_rewrite' => 'videos-music', 'link' => '/en/463-videos-music', 'tab' => 'front_office_features'), array('id_category' => '467', 'name' => 'Combinations & Product Customization', 'id_parent' => '460', 'link_rewrite' => 'combinaisons-customization', 'link' => '/en/467-combinaisons-customization', 'tab' => 'front_office_features'), array('id_category' => '465', 'name' => 'Badges & Logos', 'id_parent' => '460', 'link_rewrite' => 'labels-logos', 'link' => '/en/465-labels-logos', 'tab' => 'front_office_features'), array('id_category' => '466', 'name' => 'Sizes & Units', 'id_parent' => '460', 'link_rewrite' => 'sizes-units', 'link' => '/en/466-sizes-units', 'tab' => 'front_office_features'), array('id_category' => '545', 'name' => 'Additional Information & Product Tab', 'id_parent' => '460', 'link_rewrite' => 'additional-information-product-tab', 'link' => '/en/545-additional-information-product-tab', 'tab' => 'front_office_features')), 'tab' => 'administration'), array('id_category' => 469, 'order' => 100, 'name' => 'Specialized Platforms', 'link' => '/en/469-specialized-platforms', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '434', 'name' => 'B2B', 'id_parent' => '469', 'link_rewrite' => 'b2b', 'link' => '/en/434-b2b', 'tab' => 'administration'), array('id_category' => '443', 'name' => 'Dropshipping', 'id_parent' => '469', 'link_rewrite' => 'dropshipping', 'link' => '/en/443-dropshipping', 'tab' => 'shipping_logistics'), array('id_category' => '474', 'name' => 'Virtual Products', 'id_parent' => '469', 'link_rewrite' => 'virtual-products', 'link' => '/en/474-virtual-products', 'tab' => 'administration'), array('id_category' => '529', 'name' => 'Subscription Products (box)', 'id_parent' => '469', 'link_rewrite' => 'subscription-products', 'link' => '/en/529-subscription-products', 'tab' => 'pricing_promotion'), array('id_category' => '472', 'name' => 'Marketplace Creation', 'id_parent' => '469', 'link_rewrite' => 'marketplace-creation', 'link' => '/en/472-marketplace-creation', 'tab' => 'administration'), array('id_category' => '473', 'name' => 'Reservation & Rental System', 'id_parent' => '469', 'link_rewrite' => 'reservation-rental-system', 'link' => '/en/473-reservation-rental-system', 'tab' => 'administration'), array('id_category' => '470', 'name' => 'Auction Site', 'id_parent' => '469', 'link_rewrite' => 'build-auction-site', 'link' => '/en/470-build-auction-site', 'tab' => 'pricing_promotion'), array('id_category' => '623', 'name' => 'Food & Restaurants', 'id_parent' => '469', 'link_rewrite' => 'food-restaurants', 'link' => '/en/623-food-restaurants')), 'tab' => 'others'), array('id_category' => 475, 'order' => 80, 'name' => 'Customers', 'link' => '/en/475-customers', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '480', 'name' => 'Customer Reviews', 'id_parent' => '475', 'link_rewrite' => 'customer-reviews', 'link' => '/en/480-customer-reviews', 'tab' => 'front_office_features'), array('id_category' => '537', 'name' => 'Customer Administration', 'id_parent' => '475', 'link_rewrite' => 'customer-administration', 'link' => '/en/537-customer-administration', 'tab' => 'administration'), array('id_category' => '438', 'name' => 'Quotes', 'id_parent' => '475', 'link_rewrite' => 'quotes', 'link' => '/en/438-quotes', 'tab' => 'front_office_features'), array('id_category' => '442', 'name' => 'Customer Service', 'id_parent' => '475', 'link_rewrite' => 'customer-service', 'link' => '/en/442-customer-service', 'tab' => 'administration'), array('id_category' => '476', 'name' => 'Contact Forms & Surveys', 'id_parent' => '475', 'link_rewrite' => 'contact-forms-surveys', 'link' => '/en/476-contact-forms-surveys', 'tab' => 'front_office_features'), array('id_category' => '479', 'name' => 'FAQ (Frequently Asked Questions)', 'id_parent' => '475', 'link_rewrite' => 'faq-frequently-asked-questions', 'link' => '/en/479-faq-frequently-asked-questions', 'tab' => 'front_office_features'), array('id_category' => '477', 'name' => 'Support & Online Chat', 'id_parent' => '475', 'link_rewrite' => 'support-online-chat', 'link' => '/en/477-support-online-chat', 'tab' => 'front_office_features')), 'tab' => 'administration'), array('id_category' => 481, 'order' => 50, 'name' => 'Payment', 'link' => '/en/481-payment', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '482', 'name' => 'Payment by Card or Wallet', 'id_parent' => '481', 'link_rewrite' => 'payment-card-wallet', 'link' => '/en/482-payment-card-wallet', 'tab' => 'payments_gateways'), array('id_category' => '534', 'name' => 'Bank Transfer Payment', 'id_parent' => '481', 'link_rewrite' => 'bank-transfer-payment', 'link' => '/en/534-bank-transfer-payment', 'tab' => 'payments_gateways'), array('id_category' => '483', 'name' => 'Payment by Invoice', 'id_parent' => '481', 'link_rewrite' => 'payment-invoice', 'link' => '/en/483-payment-invoice', 'tab' => 'payments_gateways'), array('id_category' => '486', 'name' => 'Prepayment', 'id_parent' => '481', 'link_rewrite' => 'prepayment', 'link' => '/en/486-prepayment', 'tab' => 'payments_gateways'), array('id_category' => '485', 'name' => 'Cash On Delivery (COD)', 'id_parent' => '481', 'link_rewrite' => 'cash-on-delivery-cod', 'link' => '/en/485-cash-on-delivery-cod', 'tab' => 'payments_gateways'), array('id_category' => '484', 'name' => 'Payment in Physical Stores', 'id_parent' => '481', 'link_rewrite' => 'payment-physical-stores', 'link' => '/en/484-payment-physical-stores', 'tab' => 'payments_gateways'), array('id_category' => '487', 'name' => 'Point of Sale (POS)', 'id_parent' => '481', 'link_rewrite' => 'point-of-sale-pos', 'link' => '/en/487-point-of-sale-pos', 'tab' => 'payments_gateways'), array('id_category' => '530', 'name' => 'Other Payment Methods', 'id_parent' => '481', 'link_rewrite' => 'other-payment-methods', 'link' => '/en/530-other-payment-methods', 'tab' => 'payments_gateways'), array('id_category' => '627', 'name' => 'Recurring payment (subscription)', 'id_parent' => '481', 'link_rewrite' => 'recurring-payment-subscription', 'link' => '/en/627-recurring-payment-subscription')), 'tab' => 'payments_gateways'), array('id_category' => 488, 'order' => 70, 'name' => 'Traffic & Marketplaces', 'link' => '/en/488-traffic-marketplaces', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '489', 'name' => 'Marketplaces', 'id_parent' => '488', 'link_rewrite' => 'marketplaces', 'link' => '/en/489-marketplaces', 'tab' => 'market_place'), array('id_category' => '490', 'name' => 'Price Comparison', 'id_parent' => '488', 'link_rewrite' => 'price-comparison', 'link' => '/en/490-price-comparison', 'tab' => 'smart_shopping'), array('id_category' => '491', 'name' => 'SEO', 'id_parent' => '488', 'link_rewrite' => 'seo-natural-search-engine-optimization', 'link' => '/en/491-seo-natural-search-engine-optimization', 'tab' => 'seo'), array('id_category' => '531', 'name' => 'URL & Redirects', 'id_parent' => '488', 'link_rewrite' => 'url-redirects', 'link' => '/en/531-url-redirects', 'tab' => 'seo'), array('id_category' => '495', 'name' => 'Blog, Forum & News', 'id_parent' => '488', 'link_rewrite' => 'blog-forum-new', 'link' => '/en/495-blog-forum-new', 'tab' => 'content_management'), array('id_category' => '493', 'name' => 'SEA SEM (paid advertising) & Affiliation Platforms', 'id_parent' => '488', 'link_rewrite' => 'sea-paid-advertising-affiliation-platforms', 'link' => '/en/493-sea-paid-advertising-affiliation-platforms', 'tab' => 'advertising_marketing')), 'tab' => 'checkout'), array('id_category' => 496, 'order' => 30, 'name' => 'Promotions & Marketing', 'link' => '/en/496-promotions-marketing', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '500', 'name' => 'Newsletter & SMS', 'id_parent' => '496', 'link_rewrite' => 'newsletter-sms', 'link' => '/en/500-newsletter-sms', 'tab' => 'emailing'), array('id_category' => '497', 'name' => 'Promotions & Gifts', 'id_parent' => '496', 'link_rewrite' => 'promotions-gifts', 'link' => '/en/497-promotions-gifts', 'tab' => 'pricing_promotion'), array('id_category' => '503', 'name' => 'Referral & Loyalty Programs', 'id_parent' => '496', 'link_rewrite' => 'referral-loyalty-programs', 'link' => '/en/503-referral-loyalty-programs', 'tab' => 'advertising_marketing'), array('id_category' => '499', 'name' => 'Flash & Private Sales', 'id_parent' => '496', 'link_rewrite' => 'private-sales-flash-sales', 'link' => '/en/499-private-sales-flash-sales', 'tab' => 'pricing_promotion'), array('id_category' => '501', 'name' => 'Remarketing & Shopping Cart Abandonment', 'id_parent' => '496', 'link_rewrite' => 'remarketing-shopping-cart-abandonment', 'link' => '/en/501-remarketing-shopping-cart-abandonment', 'tab' => 'advertising_marketing'), array('id_category' => '505', 'name' => 'Cross-selling & Product Bundles', 'id_parent' => '496', 'link_rewrite' => 'cross-selling-product-bundles', 'link' => '/en/505-cross-selling-product-bundles', 'tab' => 'merchandizing'), array('id_category' => '502', 'name' => 'Pop-up', 'id_parent' => '496', 'link_rewrite' => 'pop-up', 'link' => '/en/502-pop-up', 'tab' => 'front_office_features'), array('id_category' => '533', 'name' => 'Contests', 'id_parent' => '496', 'link_rewrite' => 'contests', 'link' => '/en/533-contests', 'tab' => 'advertising_marketing'), array('id_category' => '504', 'name' => 'Wishlist & Gift Card ', 'id_parent' => '496', 'link_rewrite' => 'wishlist-gift-card', 'link' => '/en/504-wishlist-gift-card', 'tab' => 'front_office_features')), 'tab' => 'pricing_promotion'), array('id_category' => 507, 'order' => 20, 'name' => 'Design & Navigation', 'link' => '/en/507-design-navigation', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '513', 'name' => 'Menu', 'id_parent' => '507', 'link_rewrite' => 'menu', 'link' => '/en/513-menu', 'tab' => 'front_office_features'), array('id_category' => '517', 'name' => 'Blocks, Tabs & Banners', 'id_parent' => '507', 'link_rewrite' => 'blocks-tabs-banners', 'link' => '/en/517-blocks-tabs-banners', 'tab' => 'front_office_features'), array('id_category' => '461', 'name' => 'Sliders & Galleries', 'id_parent' => '507', 'link_rewrite' => 'sliders-galleries', 'link' => '/en/461-sliders-galleries', 'tab' => 'slideshows'), array('id_category' => '510', 'name' => 'Search & Filters', 'id_parent' => '507', 'link_rewrite' => 'search-filters', 'link' => '/en/510-search-filters', 'tab' => 'search_filter'), array('id_category' => '516', 'name' => 'Page Customization', 'id_parent' => '507', 'link_rewrite' => 'page-customization', 'link' => '/en/516-page-customization', 'tab' => 'front_office_features'), array('id_category' => '511', 'name' => 'Navigation Tools', 'id_parent' => '507', 'link_rewrite' => 'navigation-tools', 'link' => '/en/511-navigation-tools', 'tab' => 'front_office_features'), array('id_category' => '538', 'name' => 'Products on Homepage', 'id_parent' => '507', 'link_rewrite' => 'products-homepage', 'link' => '/en/538-products-homepage', 'tab' => 'front_office_features'), array('id_category' => '512', 'name' => 'Brands & Manufacturers', 'id_parent' => '507', 'link_rewrite' => 'brands-manufacturers', 'link' => '/en/512-brands-manufacturers', 'tab' => 'front_office_features'), array('id_category' => '509', 'name' => 'Express Checkout Process', 'id_parent' => '507', 'link_rewrite' => 'express-checkout-process', 'link' => '/en/509-express-checkout-process', 'tab' => 'checkout'), array('id_category' => '508', 'name' => 'Mobile', 'id_parent' => '507', 'link_rewrite' => 'mobile', 'link' => '/en/508-mobile', 'tab' => 'mobile')), 'tab' => 'front_office_features'), array('id_category' => 518, 'order' => 60, 'name' => 'Shipping & Logistics', 'link' => '/en/518-shipping-logistics', 'parent_link' => '/en/2-prestashop-modules', 'id_parent' => 2, 'categories' => array(array('id_category' => '444', 'name' => 'Stock & Supplier Management', 'id_parent' => '518', 'link_rewrite' => 'stock-supplier-management', 'link' => '/en/444-stock-supplier-management', 'tab' => 'administration'), array('id_category' => '519', 'name' => 'Preparation & Shipping', 'id_parent' => '518', 'link_rewrite' => 'preparation-shipping', 'link' => '/en/519-preparation-shipping', 'tab' => 'shipping_logistics'), array('id_category' => '520', 'name' => 'Shipping Carriers', 'id_parent' => '518', 'link_rewrite' => 'shipping-carriers', 'link' => '/en/520-shipping-carriers', 'tab' => 'shipping_logistics'), array('id_category' => '523', 'name' => 'Shipping Costs', 'id_parent' => '518', 'link_rewrite' => 'shipping-costs', 'link' => '/en/523-shipping-costs', 'tab' => 'shipping_logistics'), array('id_category' => '521', 'name' => 'Collection Points & In-Store Pick Up', 'id_parent' => '518', 'link_rewrite' => 'collection-points-in-store-pick-up', 'link' => '/en/521-collection-points-in-store-pick-up', 'tab' => 'shipping_logistics'), array('id_category' => '522', 'name' => 'Delivery Date', 'id_parent' => '518', 'link_rewrite' => 'delivery-date', 'link' => '/en/522-delivery-date', 'tab' => 'shipping_logistics'), array('id_category' => '524', 'name' => 'Delivery Tracking', 'id_parent' => '518', 'link_rewrite' => 'delivery-tracking', 'link' => '/en/524-delivery-tracking', 'tab' => 'shipping_logistics')), 'tab' => 'shipping_logistics')))), array('addons' => array('prestatrust' => array('enabled' => true), 'api_client' => array('ttl' => 7200))), array('addons' => array('api_client' => array('ttl' => 300)))), object(MergeExtensionConfigurationContainerBuilder))in MergeExtensionConfigurationPass.php line 71 at MergeExtensionConfigurationPass->process(object(ContainerBuilder))in MergeExtensionConfigurationPass.php line 39 at MergeExtensionConfigurationPass->process(object(ContainerBuilder))in Compiler.php line 141 at Compiler->compile(object(ContainerBuilder))in ContainerBuilder.php line 790 at ContainerBuilder->compile()in Kernel.php line 637 at Kernel->initializeContainer()in Kernel.php line 135 at Kernel->boot()in Kernel.php line 195 at Kernel->handle(object(Request), 1, false)in index.php line 86 Link to comment Share on other sites More sharing options...
GPETIPRE Posted February 2, 2021 Share Posted February 2, 2021 Le 05/06/2020 à 12:13 PM, metalines a dit : I think my problem is related, hope someone could point me in the right direction, i copied live site to subdomain to act as a test site, copied db and changed settings, works perfect, until i tried to enable debug from back office it throws an error: Warning: Use of undefined constant _PS_VENDOR_DIR_ - assumed '_PS_VENDOR_DIR_' (this will throw an Error in a future version of PHP) in /home/xxx/staging.xxx.com/config/smarty.config.inc.php on line 26 Whoops, looks like something went wrong. (1/1) ContextErrorException Warning: Use of undefined constant _PS_CACHE_CA_CERT_FILE_ - assumed '_PS_CACHE_CA_CERT_FILE_' (this will throw an Error in a future version of PHP) in AddOnsConfiguration.php line 84 ....... at Kernel->handle(object(Request), 1, false)in index.php line 86 Hi @metalines I have the same error message since yesterday. With another message: Warning: file_put_contents(/home/inmotionbv/www/inmov2/var/cache/dev/appDevDebugProjectContainerDeprecations.log): failed to open stream: Permission denied Did you find a solution ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now