-
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: Fix pagination error on Attributes and Features in Backoffice
https://github.com/PrestaShop/PrestaShop/pull/8638/files https://www.prestashop.com/forums/topic/554037-possible-bug-on-product-attributes-list-pagination-in-1616/ https://www.prestashop.com/forums/topic/507337-backoffice-pagination-error-in-products-attribute-section/ Hi, i fixed this by adding a short code to ‘AdminAttributesGroupsController.php’ in /controllers/admin/ public function setRedirectAfter($url) { $addUrl = ”; if(Tools::isSubmit(‘viewattribute_group’) && Tools::getValue(‘id_attribute_group’)) { $addUrl = ‘&viewattribute_group&id_attribute_group=’ . Tools::getValue(‘id_attribute_group’); } $this->redirect_after = $url . $addUrl; } Function … Continue reading
Posted in troubleshoot
Tagged prestashop, prestashop 1.6
Comments Off on Prestashop: Fix pagination error on Attributes and Features in Backoffice
Troubleshoot: Solve Windows ink Wacom pen scrolling instead of selecting issue
Pen tablet scrolling instead of behaving as normal. Issue happened after routine Windows update. Open Wacom Tablet Properties, selecting Mapping, uncheck Windows Ink option. As a safe-guard, open Pen & Windows Ink Settings Disable related items as well.
Posted in troubleshoot
Comments Off on Troubleshoot: Solve Windows ink Wacom pen scrolling instead of selecting issue
Prestashop 1.7: Smarty error blank page on front end if adding new language manually
http://forge.prestashop.com/browse/BOOM-3486 Error: When adding a new language in the backend (localization->languages), there is no option to enter the locale, resulting in an empty locale field in the table ps_lang. This results in a smarty error on frontend when selecting the … Continue reading
Posted in troubleshoot
Tagged prestashop, prestashop 1.7
Comments Off on Prestashop 1.7: Smarty error blank page on front end if adding new language manually
Prestaship 1.6 Fix for Contact form invulnerable to spam bots
Contact form is vulnerable to spam bot. Captcha does not help in this case. Fix here – https://github.com/PrestaShop/PrestaShop/pull/8168/files Useful information on how to build an anti spam bot contact form without captcha http://www.nfriedly.com/techblog/2009/11/how-to-build-a-spam-free-contact-forms-without-captchas/ Update: Doesn’t work well against some automated … Continue reading
Posted in troubleshoot
Tagged prestashop, prestashop 1.6
Comments Off on Prestaship 1.6 Fix for Contact form invulnerable to spam bots
How to fix Sony Vegas Black Screen rendering error
Source: https://www.youtube.com/watch?v=7QVPSOBj3sQ In timeline Right click affected video, propeties > Switches > Disable Resample File menu Options> Preferences > uncheck close media files when not the active application Restart the application and try. Should work.
Posted in troubleshoot
Tagged font
Comments Off on How to fix Sony Vegas Black Screen rendering error
Troubleshoot: Reclaim Disk Space from Drive C By Clearing iTunes Backups and Data
Drive C disk space went critically low to almost 0 Gig! Uninstalled many programs which didn’t help much. Initially I thought Adobe software cache was the culprit based on this link… but mine was only taking up around 200MB http://marcschultz.com/blog/adobes-abuse-of-hard-drive-storage-space/ … Continue reading
Posted in Adobe, troubleshoot
Tagged Apple, itunes
Comments Off on Troubleshoot: Reclaim Disk Space from Drive C By Clearing iTunes Backups and Data
Troubleshoot: Fix Internet Explorer 8 mess up WordPress themes
Use this service to test the pages https://netrenderer.com https://developer.microsoft.com/en-us/microsoft-edge/ https://ckon.wordpress.com/2009/03/19/how-to-fix-internet-explorer-8/ Download virtual machines Test Microsoft Edge and versions of IE8 through IE11 using free virtual machines you download and manage locally. https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ https://developer.microsoft.com/en-us/microsoft-edge/tools/screenshots/
Posted in troubleshoot
Tagged browser, ie, internet explorer, themes, wordpress
Comments Off on Troubleshoot: Fix Internet Explorer 8 mess up WordPress themes
Easy Fancybox: Solution for Iframe no-scroll issue in mobile
Source: https://alucard-blog.blogspot.sg/2016/06/how-to-fix-fancy-boxeasy-fancybox.html How to fix fancy box scroll not working in mobile. Using wordpress plugin https://wordpress.org/plugins/easy-fancybox/ In Easy Fancybox, you will see these 2 lines in the jquery.fancybox-1.3.7.js: (do a folder search for id=”fancybox-content” to get better idea of how … Continue reading
Posted in CMS, CSS, troubleshoot
Tagged easy fancybox, mobile, plugin, wordpress
Comments Off on Easy Fancybox: Solution for Iframe no-scroll issue in mobile
WAMP: Troubleshooting tips
After fresh install wampserver, some configurations need to be changed, or you’ll get 403 Forbidden error for setting up virtual directories (url links for local machine) C:\wamp64\bin\apache\apache2.4.17\conf\httpd.conf <Directory /> AllowOverride none Require all denied </Directory> change to: <Directory /> # … Continue reading
Posted in servers, troubleshoot
Comments Off on WAMP: Troubleshooting tips
Prestashop: Editing orders from customers or after delivered status
Source: https://www.prestashop.com/forums/topic/276384-solvedunable-to-modify-customer-order-from-backoffice/?tab=comments#comment-1388383 Back Office—->Orders—>Statuses—>Preparation in Progress(Or any status which is set as default), I unchecked “Show Delivery PDF.” Status should not have “delivered” option. In table ps_order_history remove this order’s “Delivered” state https://www.prestashop.com/forums/topic/276384-solvedunable-to-modify-customer-order-from-backoffice/#entry1388383 (Not sure if necessary, should test) In … Continue reading
Posted in ecommerce, troubleshoot
Tagged prestashop
Comments Off on Prestashop: Editing orders from customers or after delivered status