Monday, January 8, 2018
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes
The issue was solved by the following way - Add the following code in AppServiceProvider.php under App/Providers folder and don't...
Disk [admin] not configured, please add a disk config in `config/filesystems.php`
Disk [admin] not configured, please add a disk config in `config/filesystems.php`
In laravel, it is a security permission problem to write data into disk. Disk is not configured for admin, You need to add a disk config ... 1:32 AMMonday, May 8, 2017
Automatically insert row in mysql every month
Automatically insert row in mysql every month
You can try this code: CREATE EVENT event_add_interest ON SCHEDULE EVERY 1 MONTH STARTS LAST_DAY ( CURDATE ()) DO INSERT INTO ... 12:05 AMThursday, December 17, 2015
How to configure Magento to work with a new domain
How to configure Magento to work with a new domain
There are two things you should do to configure Magento with a domain: By editing the Magento database - Open your cPanel > phpM... 9:03 PMWednesday, December 2, 2015
How to change Magento base URLs
How to change Magento base URLs
This article gives three methods to change Magento Base URLs through PHPMyAdmin and the command line. Method 1: Change Magento ba... 6:30 AMHow to change you database or mysql settings for Magento?
How to change you database or mysql settings for Magento?
First you will need to open your FTP or SHELL client and navigate to the following folder. Open the folder and edit the code. /app/... 6:27 AMMonday, November 23, 2015
How to add related post link in blogger
How to add related post link in blogger
When you are reading any post from a blog, you can follow one thing just down of the post there has some more related post link is shown.... 10:37 AMHow to earn money from internet
How to earn money from internet
Now a days you used to listen that there has many people became rich or earn more money using internet. Well here I will discuss about ... 10:31 AMHow to check domain name suggestion tools
How to check domain name suggestion tools
In my experience there has one website is very good to check domain name idea suggestion tools. By this site you will get a lot of domain ... 8:25 AMDownload school management software free
Download school management software free
We are offering free to download school management software. It is a open source software, which was made on raw php. It is a demo ... 8:01 AMHow to change database or mysql connection settings for Magento?
How to change database or mysql connection settings for Magento?
Just browse this file - /app/etc/local.xml Here you see very similar to the following. Simply modify the connection settings and sav... 7:07 AMSunday, November 22, 2015
How to add custom fields into onepage checkout in magento
How to add custom fields into onepage checkout in magento
To add custom fields into onepage checkout option than you have to follow these 5 steps - 1. Create your module 2. Make your sql install ... 3:33 AMTuesday, October 20, 2015
How to set attr/attribute in JQuery
How to set attr/attribute in JQuery
Try this code in JQuery: $("button").click(function(){ $("#w3s").attr("href", "http://www.w3schoo... 10:46 PMHow to set/got Focus in JQuery
How to set/got Focus in JQuery
Try this code, to set the focus to the input field: $("#text_id").focus(); 10:35 PMSaturday, October 17, 2015
Users role system in wordpress
Users role system in wordpress
User Roles User roles determine the access level or permissions of a person authorized (invited by an Administrator) to use a WordP... 1:40 AMMonday, October 12, 2015
How to change logo in magento
How to change logo in magento
Working With the Header Logo The responsive theme enables you to set two different logos: one is for small screens (smaller than 770px) a... 1:05 AMHow to change default welcome msg in magento
How to change default welcome msg in magento
1. From your Magento Dashboard go to – System – Configuration tab. 2. Then open Design option. 3. Click on Header tab and find the Welc... 12:24 AMSunday, October 11, 2015
What is cloud hosting and How to use cloud hosting
What is cloud hosting and How to use cloud hosting
In this post i have discussed about why we should use cloud hosting. When we are going to use server based hosting service then we a... 1:19 AMThursday, October 8, 2015
How to add country wise hit counter with flag on my blog or website
How to add country wise hit counter with flag on my blog or website
In my experience there has one website. which offers free hit counter option with country flag and it shows the traffic source by country w... 2:42 AMWednesday, October 7, 2015
How to use domain name suggestion tools
How to use domain name suggestion tools
In my experience this website is best to check domain name suggestion tools. Here will get more than 200 domain name suggestion in one clic... 11:26 PM
Subscribe to:
Posts (Atom)