20 11, 2018

Jquery | DataTables warning: table id – Cannot reinitialise DataTable

2020-01-20T12:16:08+00:00November 20, 2018|Mobile, Salesforce, Web Development, Zoho|2 Comments

|
| ByWebner

If you try to set properties of Jquery datatable 2 times as below, it will give an error: table = $('#product-data-table').DataTable({stateSave: true}) ; table = $('#product-data-table').DataTable ({"aoColumns": [ { "bSortable": false },null,null,null ] }); "DataTables warning: table id=product-data-table - Cannot [...]

23 02, 2018

Upgrade to php 5.6 and apache 2.2 to apache 2.4.17 in ubuntu 12.04

2019-01-17T13:19:56+00:00February 23, 2018|Linux, Windows, Mac, Mobile, PHP Frameworks, Salesforce, Web Development, Zoho|1 Comment

|
| ByWebner

These are the steps to upgrade to PHP 5.6: Add the PPA containing version 5.6 of php for Ubuntu 12.04: sudo apt-add-repository ppa:ondrej/php5-5.6 sudo apt-add-repository ppa:ondrej/php5 Run these command in terminal to upgrade php : sudo apt-get update If everything [...]

Go to Top