Mendalla
Well-known member
Error when clicking edit on non XenPorta Article (normal post):
Stack trace
- ErrorException: [E_NOTICE] Trying to get property 'PortaArticle' of non-object
- src/addons/EWR/Porta/Pub/Controller/Post.php:50
- Generated by: Unknown account
- Aug 16, 2018 at 3:53 PM
Code:#0 src/addons/EWR/Porta/Pub/Controller/Post.php(50): XF::handlePhpError(8, '[E_NOTICE] Tryi...', '/home/dvcinfo1/...', 50, Array) #1 src/addons/Andy/InsertAttachment/XF/Pub/Controller/Post.php(17): EWR\Porta\Pub\Controller\Post->actionEdit(Object(XF\Mvc\ParameterBag)) #2 src/XF/Mvc/Dispatcher.php(249): Andy\InsertAttachment\XF\Pub\Controller\Post->actionEdit(Object(XF\Mvc\ParameterBag)) #3 src/XF/Mvc/Dispatcher.php(88): XF\Mvc\Dispatcher->dispatchClass('XF:post', 'Edit', 'json', Object(XF\Mvc\ParameterBag), 'forums', Object(Andy\ConvertToJpg\XF\Pub\Controller\Post), NULL) #4 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch)) #5 src/XF/App.php(1931): XF\Mvc\Dispatcher->run() #6 src/XF.php(328): XF\App->run() #7 index.php(13): XF::runApp('XF\\Pub\\App') #8 {main}
Any ideas?
I've had this a couple times recently on my board. First time was on 2.1.1. second on 2.1.2 so I don't think Xenforo version is a factor. The strange thing is that when I look at the info in request state, it's referencing threads that haven't even been promoted. Xenporta is the only add-on I am using at the moment so can't be an add-on conflict. I do have a custom style if that's at all relevant. Hard to reproduce since I haven't quite figured out what triggered the couple incidents I have. Did you ever figure out anything more about this @rfc0001?