A PHP Error was encountered

Severity: Notice

Message: Trying to get property 'report_cat' of non-object

Filename: controllers/User.php

Line Number: 550

Backtrace:

File: /var/www/atlantaresearchreports.com/application/controllers/User.php
Line: 550
Function: _error_handler

File: /var/www/atlantaresearchreports.com/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Notice

Message: Trying to get property 'report_id' of non-object

Filename: user/report_list.php

Line Number: 601

Backtrace:

File: /var/www/atlantaresearchreports.com/application/views/user/report_list.php
Line: 601
Function: _error_handler

File: /var/www/atlantaresearchreports.com/application/views/user/user_layout.php
Line: 11
Function: view

File: /var/www/atlantaresearchreports.com/application/controllers/User.php
Line: 637
Function: view

File: /var/www/atlantaresearchreports.com/index.php
Line: 315
Function: require_once

">

A PHP Error was encountered

Severity: Notice

Message: Trying to get property 'report_url' of non-object

Filename: user/report_list.php

Line Number: 602

Backtrace:

File: /var/www/atlantaresearchreports.com/application/views/user/report_list.php
Line: 602
Function: _error_handler

File: /var/www/atlantaresearchreports.com/application/views/user/user_layout.php
Line: 11
Function: view

File: /var/www/atlantaresearchreports.com/application/controllers/User.php
Line: 637
Function: view

File: /var/www/atlantaresearchreports.com/index.php
Line: 315
Function: require_once

">
Select a license type
https://atlantaresearchreports.com/auto_suggestion', method: "POST", data: { search_item: Q }, success: function (data) { $('.autosuggestion').empty(); if (data.length) { var arr = $.parseJSON(data); if (arr.length) { $('.autosuggestion_div').css('display', 'block'); arr.forEach(function (object) { $('.autosuggestion').append('' + object.report_name + ''); }); } else { $('.autosuggestion_div').css('display', 'none'); } } else { $('.autosuggestion_div').css('display', 'none'); } } }); } $('.search_item').on('keyup change paste', function () { clearTimeout(suggestion_timeout); suggestion_timeout = setTimeout(get_suggestions, 400); });