Digital Point Ad Positioning

Digital Point Ad Positioning 1.3.0b

No permission to download
Hi digitalpoint

any idea what causes this error in xf server log for digital ad positioning?

so087p.jpg


Code:
Server Error Log
Error Info
ErrorException: Undefined index: - library/DigitalPointAdPositioning/ViewPublic/Thread/View.php:34
Generated By: Unknown Account, Thursday at 2:02 AM
Stack Trace
#0 /home/bill/public_html/library/DigitalPointAdPositioning/ViewPublic/Thread/View.php(34): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/bill/publ...', 34, Array)
#1 /home/bill/public_html/library/Tinhte/XenTag/XenForo/ViewPublic/Thread/View.php(5): DigitalPointAdPositioning_ViewPublic_Thread_View->renderHtml()
#2 /home/bill/public_html/library/XenForo/ViewRenderer/Abstract.php(215): Tinhte_XenTag_XenForo_ViewPublic_Thread_View->renderHtml()
#3 /home/bill/public_html/library/XenForo/ViewRenderer/HtmlPublic.php(67): XenForo_ViewRenderer_Abstract->renderViewObject('XenForo_ViewPub...', 'Html', Array, 'thread_view')
#4 /home/bill/public_html/library/XenForo/FrontController.php(533): XenForo_ViewRenderer_HtmlPublic->renderView('XenForo_ViewPub...', Array, 'thread_view', NULL)
#5 /home/bill/public_html/library/XenForo/FrontController.php(156): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array)
#6 /home/bill/public_html/index.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
  ["url"] => string(94) "http://www.domain.com/threads/welcome.62636/page-3"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
Hey DP, I am getting this error as well and yes I do have XENTAG. Can you help me understand this error ? Is this something that needs to be fixed at your end or xentag ?

Thanks
 
An exception occurred: Undefined index: in /home/phcorner/public_html/library/DigitalPointAdPositioning/ViewPublic/Thread/View.php on line 34
  1. XenForo_Application::handlePhpError() in DigitalPointAdPositioning/ViewPublic/Thread/View.php at line 34
  2. DigitalPointAdPositioning_ViewPublic_Thread_View->renderHtml() in Tinhte/XenTag/XenForo/ViewPublic/Thread/View.php at line 5
  3. Tinhte_XenTag_XenForo_ViewPublic_Thread_View->renderHtml() in XenForo/ViewRenderer/Abstract.php at line 215
  4. XenForo_ViewRenderer_Abstract->renderViewObject() in XenForo/ViewRenderer/HtmlPublic.php at line 67
  5. XenForo_ViewRenderer_HtmlPublic->renderView() in XenForo/FrontController.php at line 533
  6. XenForo_FrontController->renderView() in XenForo/FrontController.php at line 156
  7. XenForo_FrontController->run() in /home/phcorner/public_html/index.php at line 21
 
I disabled XenTag, this is the error now:

An exception occurred: Undefined index: in /home/phcorner/public_html/library/DigitalPointAdPositioning/ViewPublic/Thread/View.php on line 34
  1. XenForo_Application::handlePhpError() in DigitalPointAdPositioning/ViewPublic/Thread/View.php at line 34
  2. DigitalPointAdPositioning_ViewPublic_Thread_View->renderHtml() in XenForo/ViewRenderer/Abstract.php at line 215
  3. XenForo_ViewRenderer_Abstract->renderViewObject() in XenForo/ViewRenderer/HtmlPublic.php at line 67
  4. XenForo_ViewRenderer_HtmlPublic->renderView() in XenForo/FrontController.php at line 533
  5. XenForo_FrontController->renderView() in XenForo/FrontController.php at line 156
  6. XenForo_FrontController->run() in /home/phcorner/public_html/index.php at line 21
So, it's not the problem of XenTag.
 
Pagination bug or DP pagination bug when disabled?

Salud2
Looks like DP addon is nothing to do with this pagination bug.
Page 80 which is just blank/no post still can be access even if DP addon is disabled.
 
Do you have moderated posts or anything? Just trying to figure out what would throw pagination off like that internally...
 
I had this installed on my forum, showing ads in the first post for guests only. When I tested it as a unregistered user, I could view the first page of a thread, but when I clicked on the second page, I get an error:

Fatal error: Method XenForo_BbCode_TextWrapper::__toString() must not throw an exception in/home/kal811/public_html/library/DigitalPointAdPositioning/ViewPublic/Thread/View.php on line 62

Can anyone help? I really like the ads in the first post, but can't afford to have errors on every page.
 
If it's something you can replicate always, and have like a dev/test site with it happening on, I could take a look... kind of tough to debug on my end though since I've never once EVER had it happen on my site. The only thing that I can think of that would cause it would be if somehow some internal XF post/thread numbering was incorrect.
 
its happening on my forum as well and i noticed this error is happening on pages where all posts on that page were soft deleted and user is not allowed to view content and this error does not occur when admin browse that page.
 
If the user isn't allowed to view soft deleted posts, how did they end up on a page where everything is soft deleted?
 
this is what a normal user view with the plugin disabled and they see error when i this plugin is enabled.
 

Attachments

  • xenforo DP bug.webp
    xenforo DP bug.webp
    19.7 KB · Views: 24
Top Bottom