[OzzModz] Force Users To Read Threads

[OzzModz] Force Users To Read Threads 2.0.9 Patch Level 1

No permission to download
An error or possible bug.

If we add more than 1 thread to force read, this addon force user to read 2nd thread before reading 1st.

user click to read 1st thread but on page reload user got to read 2dn thread, i think user should read 1st thread before forced to read 2nd one.

Am i right?
 
one other question, does this addon track that a user has read a thread using a database entry or a web browser cookie? i have one user on my forum that can't get past the 'oops' screen.
 
I really like this addon, but I had to disable it because a few users (about three in the first week that I know of) were complaining that they could not proceed even after clicking the link to view the thread (the page reloads the same page with the link to view the thread). How can I go about diagnosing what the problem might be?
 
I really like this addon, but I had to disable it because a few users (about three in the first week that I know of) were complaining that they could not proceed even after clicking the link to view the thread (the page reloads the same page with the link to view the thread). How can I go about diagnosing what the problem might be?
You have a conversation on xenMade.com
 
I have this error

Code:
An exception occurred: [Error] Call to a member function getController() on boolean in src/addons/xenMade/STFRT/Repository/FrtThread.php on line 148

xenMade\STFRT\Repository\FrtThread->blackListController() in src/addons/xenMade/STFRT/Repository/FrtThread.php at line 107
xenMade\STFRT\Repository\FrtThread->getFrtQuery() in src/addons/xenMade/STFRT/Repository/FrtThread.php at line 89
xenMade\STFRT\Repository\FrtThread->getFrtViewThread() in src/addons/xenMade/STFRT/XF/Pub/Controller/Thread.php at line 40
xenMade\STFRT\XF\Pub\Controller\Thread->actionIndex() in src/addons/SV/UserEssentials/XF/Pub/Controller/Thread.php at line 27
SV\UserEssentials\XF\Pub\Controller\Thread->actionIndex() in /var/www/vhosts/***************/httpdocs/wp-content/plugins/wp-xpress-plugin/src/templates/comments.php at line 21
require() in /var/www/vhosts/************/httpdocs/wp-includes/comment-template.php at line 1480
comments_template() in /var/www/vhosts/************/httpdocs/wp-content/themes/wp-xpress-theme/single.php at line 23
include() in /var/www/vhosts/************/httpdocs/wp-includes/template-loader.php at line 74
require_once() in /var/www/vhosts/************/httpdocs/wp-blog-header.php at line 19
require() in /var/www/vhosts/************/httpdocs/index.php at line 17
 
@au lait Getting lot of Server error log after updated to Xenforo 2.1.8, does this Server error log from your add-on?

Code:
ErrorException: [E_WARNING] Invalid argument supplied for foreach() src/addons/XenConcept/RestrictGuestViews/ControllerPlugin/ThreadRestrict.php:75

Generated by: Unknown account Mar 18, 2020 at 5:24 PM

Stack trace

#0 src/addons/XenConcept/RestrictGuestViews/ControllerPlugin/ThreadRestrict.php(75): XF::handlePhpError(2, '[E_WARNING] Inv...', '/home/nadda/pub...', 75, Array)
#1 src/addons/XenConcept/RestrictGuestViews/XF/Pub/Controller/Thread.php(39): XenConcept\RestrictGuestViews\ControllerPlugin\ThreadRestrict->hidePostsForThread(NULL)
#2 src/addons/xenMade/STFRT/XF/Pub/Controller/Thread.php(51): XenConcept\RestrictGuestViews\XF\Pub\Controller\Thread->actionIndex(Object(XF\Mvc\ParameterBag))
#3 src/addons/XFA/TrophiesEnhancement/XF/Pub/Controller/Thread.php(19): xenMade\STFRT\XF\Pub\Controller\Thread->actionIndex(Object(XF\Mvc\ParameterBag))
#4 src/addons/XFMG/XF/Pub/Controller/Thread.php(11): XFA\TrophiesEnhancement\XF\Pub\Controller\Thread->actionIndex(Object(XF\Mvc\ParameterBag))
#5 src/XF/Mvc/Dispatcher.php(350): XFMG\XF\Pub\Controller\Thread->actionIndex(Object(XF\Mvc\ParameterBag))
#6 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass('XF:Thread', 'Index', Object(XF\Mvc\RouteMatch), Object(XFMG\XF\Pub\Controller\Thread), NULL)
#7 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XFMG\XF\Pub\Controller\Thread), NULL)
#8 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#9 src/XF/App.php(2184): XF\Mvc\Dispatcher->run()
#10 src/XF.php(391): XF\App->run()
#11 index.php(20): XF::runApp('XF\\Pub\\App')
#12 {main}

Request state

array(4) {
  ["url"] => string(27) "/threads/2020.69934/page-38"
  ["referrer"] => string(23) "https://www.google.com/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Deactivate it and check again! But I think it comes from the RestrictGuestViews Add-On. This add-on has not changed anything at this point.
 
Top Bottom