[RSS Feed/News] Attempt to assign property "shortName" on null

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I have a finder; when i use:

Code:

Code:
$topicFinder = $this->finder('XFRM:Category');
$topicFinder
            ->where('resource_category_id', '1')
            ->fetch();

I get a result.

Now I do the same with mya table:

Code:

Code:
$topicFinder = $this->finder('Xencafe\News:News');
$topicFinder
            ->where('news_id', '1')
            ->fetch();

I get the error message:

Attempt to assign property "shortName" on null

I have checked everything ten and more times.
I have a table, I have...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom