Category Archives: PrestaShop

E-Commerce, open source software; prestashop.

Missing Files After PrestaShop Upgrade 1.5.6.2

Missing Files After PrestaShop Upgrade 1.5.6.2 from v.1.4.4.1 BO Advanced Parameters > Configuration Information List of changed files Changed/missing files have been detected. Missing files (18) admin/autoupgrade/index.php override/classes/cache/index.php override/classes/controller/index.php override/classes/db/index.php override/classes/exception/index.php override/classes/helper/index.php override/classes/log/index.php override/classes/module/index.php override/classes/order/index.php override/classes/pdf/index.php override/classes/range/index.php override/classes/shop/index.php override/classes/stock/index.php override/classes/tax/index.php override/classes/webservice/index.php override/controllers/admin/index.php override/controllers/admin/templates/index.php override/controllers/front/index.php Steps to correct missing files from being detected.. Step 1.) Include… Read More »

PrestaShop Images Missing After Upgrade

Upgrading PrestaShop v.1.4.4.2 over to v1.5+ or v1.6+ results in missing images for categories & products. Steps taken to resolve PrestaShop images missing after upgrade. SOLVED I have performed the following steps to display some of PS missing product images. Step 1.) Confirm that your images do indeed exist on the server. Step 2.)  Edit the… Read More »

1-Click Upgrade PrestaShop Auto Upgrade Module

Upgrade documentation for PrestaShop (PS) v.1.4.4.1 over to PS v.1.5.6.2 using Auto Upgrade Module, also known as the 1-Click Upgrade Module offered on addons.prestashop.com. Step 1.) Download and install the autoupgrade module onto your PS. Step 2.) Place your store under maintenance mode. Step 3.) Go to: Modules > Administration; and configure 1-click Upgrade. Step 4.)… Read More »

password change phpMyAdmin for user in PrestaShop

Need to change password for PrestaShop user with phpMyAdmin? After a successful data migration onto WAMP, in attempts to log into the Back Office (BO) resulted with error ’employee does not exist or incorrect password’.  To resolve this error, follow two simple steps for password change phpMyAdmin. Step 1.) You will need to copy your _COOKIE_KEY_ located… Read More »

PrestaShop ‘Bad Size’ Deleting Product Accessory

PrestaShop V.1.4.4.1 adm/tabs/AdminProducts.php BO > Catalog > Add & Delete Product Accessory When you attempt to delete product accessory, an error prompt “Bad Size” is generated and you have to manually delete the accessory from the database. Bug Fix found on github: https://github.com/PrestaShop/PrestaShop-1.4/commit/38c46b70f4cef35f67a9ce55d5a5cde0e22008f4 Easy solution was to copy the entire file from GitHub and replace with… Read More »