CTXMedia
Well-known member
Please fix "Buy Now" link...
![]()
It's not broken - you need to send a PM to get the purchase link.

Please fix "Buy Now" link...
![]()
they need to hurry up and check that inbox then, lolIt's not broken - you need to send a PM to get the purchase link.![]()
Still not working...Sorry for the late reply but we are on different time zones (8 hours difference I believe).
Please try re-uploading all the files. It sounds like they did not all upload correctly.
I received this error when trying to access a (redirect) link (link to a thread that was moved to another forum)
Code:Error Info ErrorException: Undefined index: isThreadBanned - library/ThreadBan/ControllerPublic/Thread.php:300 Generated By: user, xxx Stack Trace #0 /var/www/html/community/library/ThreadBan/ControllerPublic/Thread.php(300): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/html/c...', 300, Array) #1 /var/www/html/community/library/ThreadBan/ControllerPublic/Thread.php(24): ThreadBan_ControllerPublic_Thread->_getBanNotice(Array, 'extended', false) #2 /var/www/html/community/library/XenForo/FrontController.php(310): ThreadBan_ControllerPublic_Thread->actionIndex() #3 /var/www/html/community/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch)) #4 /var/www/html/community/index.php(13): XenForo_FrontController->run() #5 {main} Request State array(3) { ["url"] => string(46) "http://site.com/community/threads/44221/" ["_GET"] => array(0) { } ["_POST"] => array(0) { } }
I am unable to replicate this error at all.
My guess is that you are having some kind of conflict with another add-on you have installed.
You are right. After disabling XenPorta, the error disappeared.
$fetchOptions['join'] += self::FETCH_THREAD;
if (!empty($fetchOptions['join']))
{
$fetchOptions['join'] |= self::FETCH_THREAD;
}
else
{
$fetchOptions['join'] = self::FETCH_THREAD;
}
$response = parent::actionIndex();
$response = parent::actionIndex();
if (!empty($response->params))
{
return $response;
}
return $response;
Thanks!Yes, its a known EWRporta issue.
Please apply the following fix to function getPostsInThread (EWRporta/Model/Post.php)
Replace:
With:PHP:$fetchOptions['join'] += self::FETCH_THREAD;
PHP:if (!empty($fetchOptions['join'])) { $fetchOptions['join'] |= self::FETCH_THREAD; } else { $fetchOptions['join'] = self::FETCH_THREAD; }
And you will also need to add a couple of line of code to function actionIndex() in file EWRporta/ControllerPublic/Thread.php:
Replace:
With:PHP:$response = parent::actionIndex();
And Replace:PHP:$response = parent::actionIndex(); if (!empty($response->params)) {
With:PHP:return $response;
PHP:} return $response;
That should solve it unless there is something else going on.
It should only show to moderators and admins.May we somehow prevent the "banned" stamp from appearing on thread-banned users?
Ah, ha. Thanks--we'll check.It should only show to moderators and admins.
By clicking the Thread Ban link in the post or via the Admin Control Panel.
Alright thank you.ACP will show you all bans and allow you to sort them by name, date, duration, thread title, and so on.
Clicking on the link in the post of a banned user will allow you to view, edit, or lift the ban.
It will also show you all other threads that user is currently banned from.
ACP will show you all bans and allow you to sort them by name, date, duration, thread title, and so on.
Clicking on the link in the post of a banned user will allow you to view, edit, or lift the ban.
It will also show you all other threads that user is currently banned from.
XenForo_Application::handlePhpError() in ThreadBan/ControllerPublic/Thread.php at line 22
ThreadBan_ControllerPublic_Thread->actionIndex() in DBTech/UsersViewingThread/Controller/UsersViewingThread.php at line 17
DBTech_UsersViewingThread_Controller_UsersViewingThread->actionIndex() in ForumWatch/Extend/ControllerPublic/Thread.php at line 5
ForumWatch_Extend_ControllerPublic_Thread->actionIndex() in EWRporta/ControllerPublic/Thread.php at line 9
EWRporta_ControllerPublic_Thread->actionIndex() in XenForo/FrontController.php at line 310
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
XenForo_FrontController->run() in /home/rpdom/public_html/index.php at line 13
I have installed DBTech's add-on to test and all redirects and thread bans work as they should.It's back and I don't know why, we haven't touched or changed anything since last you helped us fix it a few posts up.
We use essential cookies to make this site work, and optional cookies to enhance your experience.