A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type null

Filename: controllers/Posts.php

Line Number: 409

Backtrace:

File: /var/www/html/blog.thedigitalgroup.com/application/modules/posts/controllers/Posts.php
Line: 409
Function: _error_handler

File: /var/www/html/blog.thedigitalgroup.com/index.php
Line: 320
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type null

Filename: controllers/Posts.php

Line Number: 413

Backtrace:

File: /var/www/html/blog.thedigitalgroup.com/application/modules/posts/controllers/Posts.php
Line: 413
Function: _error_handler

File: /var/www/html/blog.thedigitalgroup.com/index.php
Line: 320
Function: require_once

T/DG Blog - Digital Thoughts
Overloading Packages, Functions & Procedures

Overloading Packages, Functions & Procedures

Introduction:

One of the most powerful aspects of the package is the ability to overload program units. When you overload, you define more than one program with the same name.…

Read More

Introduction to Solr Analytics

Introduction to Solr Analytics

Introduction:

The Analytics topic has been so popular these days, that its capabilities are being expected from every other Big Data / Search platforms such as Hadoop, Spark, Cassandra, Elastic, Solr. Solr a…

Read More

Solr LocalParams and Security

Solr LocalParams and Security

Local Parameters are often called as LocalParams. Using this we can “localize” information about an argument that is being sent to Solr through Solr query. its another way of adding…

Read More

Implement Cobit & Infrastructure Security using T/DG Systems

Implement Cobit & Infrastructure Security using T/DG Systems

Most of the companies have multiple applications being managed by various vendors and the MIS CIO / CTO / Department heads over a period of time tend to loose track…

Read More

SolrCloud - 2 Nodes Solr, 1 Node ZK Setup

SolrCloud - 2 Nodes Solr, 1 Node ZK Setup

Here I am going to talk about a basic SolrCloud setup on 2 separate…

Read More

C-value approach to multi-word automatic term recognition (ATR)

C-value approach to multi-word automatic term recognition (ATR)

C-value is a domain-independent method for multi-word ATR which aims to increase the extraction of…

Read More

Introduction to KnockoutJS

Introduction to KnockoutJS

Introduction: Knockout, developed by Steve Sanderson, is free open source JavaScript library available under MIT license. It was first released in 2010 and since its initial release it has caught attention…

Read More

Using Solr and TikaOCR to search text inside an image

Using Solr and TikaOCR to search text inside an image

Tesseract is probably the most accurate open source OCR engine available and with Apache Tika 1.7 you can now use the awesome Tesseract OCR parser within Tika!


Solr 5.x has support…

Read More

Solr vs ElasticSearch

Solr vs ElasticSearch

“Which one should I choose, Solr or ElasticSearch?” The question is quite frequently asked by…

Read More

AngularJS Isolated Scope Directives

AngularJS Isolated Scope Directives

Introduction:

In AngularJS by default directives get the parent scope.This will useful when…

Read More