-
-
htaccess remove .html from web page urls
htaccess code snippet to remove .html from web page urls. -
-
Laravel 5.3 seed “Array to string conversion”
Problem: Trying to seed PHP array data into a JSON field (created through database table migration and specifying the JSON field type provided my Laravel 5.3 and MySQL 5.7.14) The error The seed array Solution?… -
1
Laravel 5.3 migration create relationship table
How to create a migration create relationship table in Laravel 5.3 Run CMD This creates the relationship migrations file: This is the migration script for the relationship table. To build database tables run: Your… -
Magento 1.9+ wordpress sitemap
How do you generate a sitemap for your blog which is hooked onto a Magento 1.9 installation?? I checked to see if the blog posts were being added to the Magento sitemap.xml – they were… -
1
Howto Setup Magento 1.9 CRON job in Plesk
Howto Setup Magento 1.98 CRON job in Plesk Select the following: Run a commend /bin.sh /var/www/vhosts/domain.com/httpdocs/ Cron Style: */5 * * * * Description Magento Cron Job Errors Only Other Users : enter your email… -
[FIXED] Magento Order Emails Going into Spam Folder
“magento 1.9 order emails not being sent” and To fix this add the Magento cron job. Magento Order Emails Going into Spam Folder Fix Instructions 1. Download magento mailgun module: https://www.magentocommerce.com/magento-connect/mailgun-for-email-delivery.html 2. Get download zip file from… -
-
Magento 1.9 fix category images different sizes
Problem Magento 1.9 has category images which are different sizes, and it looks really bad so you’d want to line those image thumbs up so it looks crisp. Solution To fix this comment out these… -
How to setup ClickMagick in CloudFlare
What is ClickMagick? ClickMagick is an online tool you can use for tracking links, masking links, forwarding links and rotating links. How to setup ClickMagick in CloudFlare Use cloudflare page rules for click magick setup… -
Laravel 5 blade show if localhost
Problem I want to show my google analytics UA code based on localhost (local development) or live server. I think there are a few options such as storing the UA code in the .env file… -
Cloudflare redirect to www
This is the settings i used to redirect my domain to www version permanently 301 redirect. It makes use of the Cloudflare wildcard syntax. note: doesn’t support https. -
WordPress blog speed test PHP5 vs PHP7
Speed tests I ran on my blog before and after i upgraded from PHP5 to PHP7. I also downgraded the instance from small to micro. results – page load time dropped by 1.4 seconds –… -
How to flush mod_pagespeed cache on EC2 Bitnami Stack
FLUSH MOD PAGESPEED CACHE / BITNAMI Edit vim /opt/bitnami/apache2/conf/pagespeed.conf Then set ModPageSpeed Off Then restart Apache /opt/bitnami/ctlscript.sh restart apache That’s the only way it works fully 100%. Also don’t forget to flush your Cloudflare cache… -
paypal automatic capture from your online shop
I’ve hooked up Paypal to Magento recently and noticed the payments were coming through but only as authorization and not payment complete. Strange. problem: Paypal payments through magento online store showing up as authorisation… -
Stripe no longer supports API requests made with TLS 1.0
Stripe no longer supports API requests made with TLS 1.0. Please initiate HTTPS connections with TLS 1.2 or later. You can learn more about this at https://stripe.com/blog/upgrading-tls. No way! :/ THAT FEELING WHEN YOU… -
prestashop 1.6 HTTPS not working
prestashop 1.6 HTTPS not working I need SSL to get the Stripe payment gateway module working. So I’m clicking on this text ” Please click here to use HTTPS protocol before enabling SSL.” and it’s not doing anything just refreshes the page. Hmm…. FOR… -
-
20+ Exciting Progress Loading Bars in React JS
20+ Exciting Progress Loading Bars in React JS 1. React Redux Loading Bar Simple Loading Bar for Redux and React. View Code View Demo 2. React Progress Bar Plus Progress bar component for ReactJS. View…