XenForo
Administrative
- Thread starter
- Admin
- #1
I have a finder; when i use:
Code:
I get a result.
Now I do the same with mya table:
Code:
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
ادامه مطلب...
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
ادامه مطلب...