I've narrowed it down and I suspect that Admin Tools might be at the source of it.
Let me explain...
We are trying to retreive values from K2 Extra Fields in the Category_Item.php view.
We can normally retreive the value with the following string, but it doesn't seem to work on one site which has Admin Tools installed:
<?php echo $this->item->extraFields->EXTRAFIELDNAME->value; ?>
I was wondering if this could be the result of a Web Application Firewall from Admin Tools or a php-file-scanner-reports?
I am not too familiar with your component Admin Tools, I think the settings are still factory default.
Extrafields always show NULL even if I know it's there. It has to be some kind of a bug.
object(stdClass)#1007 (8) {
["id"]=>
string(2) "21"
["name"]=>
string(5) "Price"
["value"]=>
NULL
["type"]=>
string(9) "textfield"
["group"]=>
string(1) "3"
["published"]=>
string(1) "1"
["ordering"]=>
string(1) "1"
["alias"]=>
string(5) "price"
}
Ref.: http://www.quebecguitare.ca/professeurs
Any clues?
Thank you
Best Regards