-
Recent Posts
Recent Comments
Archives
- August 2020
- March 2020
- December 2019
- July 2019
- June 2019
- May 2019
- March 2019
- August 2018
- July 2018
- May 2018
- March 2018
- September 2017
- August 2017
- May 2017
- April 2017
- January 2017
- November 2016
- October 2016
- September 2016
- August 2016
- June 2016
- May 2016
- April 2016
- November 2015
- October 2015
- September 2015
- August 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
Categories
Meta
Category Archives: troubleshoot
Prestashop: Stop subdomains from keep redirecting to main domain
Source: https://www.prestashop.com/forums/topic/635858-2nd-store-redirects-to-main-store-multistore-redirection-problem/?tab=comments#comment-2634035 After installing prestashop, created subdomains don’t work properly due to the .htaccess rewrite conditions automatically created by prestashop. Add the following right at the end to solve this issue RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] ////////////////// some … Continue reading
Posted in troubleshoot
Tagged prestashop, prestashop 1.6
Comments Off on Prestashop: Stop subdomains from keep redirecting to main domain
Prestashop: Full-width for CMS pages
Warehouse theme. If the display left column option is disabled in the advanced setting of the theme, the center column does not know it is supposed to be in full width. A blank space is shown on the left. Enable … Continue reading
WordPress: Disable plugins from database for troubleshooting
Source: https://www.templatemonster.com/help/wordpress-disable-plugins-via-database-manual-removal.html UPDATE wp_options SET option_value = ” WHERE option_name = ‘active_plugins’;
Posted in troubleshoot
Comments Off on WordPress: Disable plugins from database for troubleshooting
Prestashop: delete customer’s cookies
Solution: https://www.prestashop.com/forums/topic/364875-how-to-delete-cookies-customers/?tab=comments#comment-2348354 Overriding the method __construct (classes/Cookie.php) changing the commented lines override/classes/Cookie.php class Cookie extends CookieCore { public function __construct($name, $path = ”, $expire = null, $shared_urls = null, $standalone = false, $secure = false) { $this->_content = array(); $this->_standalone … Continue reading
Posted in ecommerce, troubleshoot
Tagged prestashop, prestashop 1.6
Comments Off on Prestashop: delete customer’s cookies
Prestashop: category pages noindex
Due to layered navigation block disabling robots by default… Solution: https://www.prestashop.com/forums/topic/866411-category-pages-noindex/ Hi, the problem comes from the “Layered navigation block” module. After the update to v2.2.1 something has changed. To Fix the problem for Prestashop 1.6 go to Modules and … Continue reading
Posted in modules, troubleshoot
Tagged prestashop, prestashop 1.6
Comments Off on Prestashop: category pages noindex
Prestashop: fake customer registrations spam
Source: https://www.prestashop.com/forums/topic/981159-securite-spam-customer-account-solution-13-15/ within your class classes/Validate.php – either in the native code, or into an override, add this function public static function isCustomerName($name) { if (preg_match(Tools::cleanNonUnicodeSupport(‘/www|http/ui’),$name)) return false; return preg_match(Tools::cleanNonUnicodeSupport(‘/^[^0-9!\[\]<>,;?=+()@#”°{}_$%:\/\\\*\^]*$/u’), $name); } Then modify inside classes/Customer.php ‘lastname’ => array(‘type’ => … Continue reading
Posted in troubleshoot
Tagged prestashop, prestashop 1.6
Comments Off on Prestashop: fake customer registrations spam
Acrobat X Pro: PDF Flattener Preview bug workaround
Tried to outline fonts inside Illustrator and the PDF exported shows random distortions like wider Ls here and there. If we export the file as a PDF with the fonts as is, there are no issues. However, have encountered printers … Continue reading
Posted in Adobe, troubleshoot
Tagged adobe acrobat, illustrator
Comments Off on Acrobat X Pro: PDF Flattener Preview bug workaround
Prestashop: Fix layered navigation block doesn’t keep order position of filters
Solution: https://www.prestashop.com/forums/topic/317265-layered-navigation-block-dont-keep-order-position/?do=findComment&comment=2128180 https://github.com/musicpanda/blocklayered/commit/c53257c6cefcf5551d1f3cd51268fde658c1ad6b?diff=unified Info: It repairs one file: blocklayered_admin.js in the module /modules/blocklayered/blocklayered_admin.js If you’re using other themes look for the corresponding file to make the change e.g. warehouse theme /modules/blocklayered_mod/blocklayered_mod_admin.js look for if (typeof filters !== ‘undefined’) { filters … Continue reading
Posted in troubleshoot
Tagged block layered module, modules, prestashop 1.6
Comments Off on Prestashop: Fix layered navigation block doesn’t keep order position of filters
Prestashop: How to create admin controller to add link of module to backoffice menu
Troubleshoot: PrestaShop Admin Module Controller Not Found https://stackoverflow.com/questions/37984270/prestashop-admin-module-controller-not-found Whenever this happened to me was because I hadn’t created a menu entry for my new controller. What I’d advise you to do is to go to Administration > Menus then created … Continue reading
Posted in troubleshoot
Tagged prestashop 1.6
Comments Off on Prestashop: How to create admin controller to add link of module to backoffice menu
Blacklist Check IP
Question – https://www.quora.com/How-exactly-does-a-domain-name-email-get-blacklisted-Whats-the-trigger-or-what-is-responsible-for-it Check: https://www.dnsbl.info/dnsbl-list.php Email needs to have rDNS and FCrDNS, so that it is not blacklisted. What is rDNS? https://spfbl.net/en/rdns/ What is FCrDNS? https://spfbl.net/en/fcrdns/ Remove from blacklist https://www.ndchost.com/wiki/rbl/yahoo https://spfbl.net/en/delist/ Spam check: https://www.spamhaus.org/lookup/ Domain health check: https://mxtoolbox.com/domain/