[Liam W.] Title Permission Strings

[Liam W.] Title Permission Strings 2.1.1 Fix 2

No permission to download
Hi,

In analyze permissions: admin.php?permissions/analyze

~~Thread title permission strings~~

Content is empty and if I put nickname user and push analyze this gets me error:

Code:
InvalidArgumentException: Accessed unknown getter 'title' on LiamW\TitlePermissionStrings:ThreadTitlePermissionString[2]

vc/Entity/Entity.php:194

Thanks in advance.
 
Hi,

In analyze permissions: admin.php?permissions/analyze

~~Thread title permission strings~~

Content is empty and if I put nickname user and push analyze this gets me error:

Code:
InvalidArgumentException: Accessed unknown getter 'title' on LiamW\TitlePermissionStrings:ThreadTitlePermissionString[2]

vc/Entity/Entity.php:194

Thanks in advance.
Hello, this is the whole error ?
 
Hello,

You get this error when you do what?

Regards, CRUEL-MODZ
Hi @CRUEL-MODZ.

I have created 2 words for titles. This seem works properly.

But when I go to analyze permissions, into:

admin.php?permissions/analyze

I see this:

~~Thread title permission strings~~

Inside there:

Content box is empty and I can't select nothing there and if I put nickname user and push analyze this gets me this error.
 
Hello,

This error :

Code:
ErrorException: [E_USER_WARNING] Accessed unknown getter 'title' on LiamW\TitlePermissionStrings:ThreadTitlePermissionString[1] in src\XF\Mvc\Entity\Entity.php at line 190
XF::handlePhpError()
trigger_error() in src\XF\Mvc\Entity\Entity.php at line 190
XF\Mvc\Entity\Entity->get() in src\XF\Mvc\Entity\Entity.php at line 101
XF\Mvc\Entity\Entity->__get() in src\XF\Permission\FlatContentPermissions.php at line 124
XF\Permission\FlatContentPermissions->getContentTitle() in src\XF\Permission\FlatContentPermissions.php at line 111
XF\Permission\FlatContentPermissions->getAnalysisContentPairs() in src\XF\Permission\Builder.php at line 463
XF\Permission\Builder->getAnalysisTypeData() in src\XF\Admin\Controller\Permission.php at line 244
XF\Admin\Controller\Permission->actionAnalyze() in src\XF\Mvc\Dispatcher.php at line 350
XF\Mvc\Dispatcher->dispatchClass() in src\XF\Mvc\Dispatcher.php at line 257
XF\Mvc\Dispatcher->dispatchFromMatch() in src\XF\Mvc\Dispatcher.php at line 113
XF\Mvc\Dispatcher->dispatchLoop() in src\XF\Mvc\Dispatcher.php at line 55
XF\Mvc\Dispatcher->run() in src\XF\App.php at line 2190
XF\App->run() in src\XF.php at line 391
XF::runApp() in admin.php at line 13

Regards, CRUEL-MODZ
 
Hello,

This error :

Code:
ErrorException: [E_USER_WARNING] Accessed unknown getter 'title' on LiamW\TitlePermissionStrings:ThreadTitlePermissionString[1] in src\XF\Mvc\Entity\Entity.php at line 190
XF::handlePhpError()
trigger_error() in src\XF\Mvc\Entity\Entity.php at line 190
XF\Mvc\Entity\Entity->get() in src\XF\Mvc\Entity\Entity.php at line 101
XF\Mvc\Entity\Entity->__get() in src\XF\Permission\FlatContentPermissions.php at line 124
XF\Permission\FlatContentPermissions->getContentTitle() in src\XF\Permission\FlatContentPermissions.php at line 111
XF\Permission\FlatContentPermissions->getAnalysisContentPairs() in src\XF\Permission\Builder.php at line 463
XF\Permission\Builder->getAnalysisTypeData() in src\XF\Admin\Controller\Permission.php at line 244
XF\Admin\Controller\Permission->actionAnalyze() in src\XF\Mvc\Dispatcher.php at line 350
XF\Mvc\Dispatcher->dispatchClass() in src\XF\Mvc\Dispatcher.php at line 257
XF\Mvc\Dispatcher->dispatchFromMatch() in src\XF\Mvc\Dispatcher.php at line 113
XF\Mvc\Dispatcher->dispatchLoop() in src\XF\Mvc\Dispatcher.php at line 55
XF\Mvc\Dispatcher->run() in src\XF\App.php at line 2190
XF\App->run() in src\XF.php at line 391
XF::runApp() in admin.php at line 13

Regards, CRUEL-MODZ
Hi,

No, I don't see that error, I only see this another:

Code:
InvalidArgumentException: Accessed unknown getter 'title' on LiamW\TitlePermissionStrings:ThreadTitlePermissionString[2]

vc/Entity/Entity.php:194
 
Hello,

to your mistake there's a lot of information missing.

Look in the server log

Regards, CRUEL-MODZ
Hi,

I only see that what you can see in the screenshots I have attached. Is there a way to see more information?
 

Attachments

  • Screenshot_20200715_180357.webp
    Screenshot_20200715_180357.webp
    59.6 KB · Views: 5
  • Screenshot_20200715_180335.webp
    Screenshot_20200715_180335.webp
    33.9 KB · Views: 5
Top Bottom