Monday, January 8, 2018

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes

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... thumbnail 1 summary
  • The issue was solved by the following way -  Add the...
    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 ... thumbnail 1 summary
  • In laravel, it is a security permission problem to write data...

    Monday, 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 ... thumbnail 1 summary
  • You can try this code:  CREATE EVENT event_add_interest ON SCHEDULE EVERY...

    Monday, November 23, 2015

    How 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 ... thumbnail 1 summary
  • Now a days you used to listen that there has many...

    Saturday, 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... thumbnail 1 summary
  • User Roles User roles determine the access level or permissions of...

    Monday, 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... thumbnail 1 summary
  • Working With the Header Logo The responsive theme enables you to...

    Sunday, 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... thumbnail 1 summary
  • In this post i have discussed about why we should use...
    Pages 61234 Next