XF 1.1 Error on post

Adam Howard

Well-known member
Code:
Zend_Uri_Exception: Invalid URI supplied - library/Zend/Uri/Http.php:156
Generated By: TheSource, 14 minutes ago

~~~ SNIP ~~~

The error seems to be to big to post here


I've NEVER seen such an error. This is only happening to 1 single member, so I have no idea what the hell is going on or what he is doing?!?!
 
Quick sume up of the error.

This part repeats like crazy over and over

Code:
#13 /home/sociall1/public_html/forums/library/XenForo/BbCode/Formatter/BbCode/AutoLink.php(99): XenForo_BbCode_Formatter_Base->renderSubTree(Array, Array)
#14 [internal function]: XenForo_BbCode_Formatter_BbCode_AutoLink->autoLinkTag(Array, Array, Object(Ragtek_PLEL_Formatter_BbCodeAutolink))
#15 /home/sociall1/public_html/forums/library/XenForo/BbCode/Formatter/Base.php(624): call_user_func(Array, Array, Array, Object(Ragtek_PLEL_Formatter_BbCodeAutolink))
#16 /home/sociall1/public_html/forums/library/XenForo/BbCode/Formatter/Base.php(539): XenForo_BbCode_Formatter_Base->renderValidTag(Array, Array, Array)
#17 /home/sociall1/public_html/forums/library/XenForo/BbCode/Formatter/Base.php(463): XenForo_BbCode_Formatter_Base->renderTag(Array, Array, 0)
#18 /home/sociall1/public_html/forums/library/XenForo/BbCode/Formatter/Base.php(444): XenForo_BbCode_Formatter_Base->renderTreeElement(Array, Array, 0)
#19 /home/sociall1/public_html/forums/library/XenForo/BbCode/Formatter/BbCode/AutoLink.php(99): XenForo_BbCode_Formatter_Base->renderSubTree(Array, Array)
#20 [internal function]: XenForo_BbCode_Formatter_BbCode_AutoLink->autoLinkTag(Array, Array, Object(Ragtek_PLEL_Formatter_BbCodeAutolink))

And finally at the end (53 lines down).....

Code:
#38 [internal function]: XenForo_BbCode_Formatter_BbCode_AutoLink->autoLinkTag(Array, Array, Object(Ragtek_PLEL_Formatter_BbCodeAutolink))
#39 /home/sociall1/public_html/forums/library/XenForo/BbCode/Formatter/Base.php(624): call_user_func(Array, Array, Array, Object(Ragtek_PLEL_Formatter_BbCodeAutolink))
#40 /home/sociall1/public_html/forums/library/XenForo/BbCode/Formatter/Base.php(539): XenForo_BbCode_Formatter_Base->renderValidTag(Array, Array, Array)
#41 /home/sociall1/public_html/forums/library/XenForo/BbCode/Formatter/Base.php(463): XenForo_BbCode_Formatter_Base->renderTag(Array, Array, 0)
#42 /home/sociall1/public_html/forums/library/XenForo/BbCode/Formatter/Base.php(444): XenForo_BbCode_Formatter_Base->renderTreeElement(Array, Array, 0)
#43 /home/sociall1/public_html/forums/library/XenForo/BbCode/Formatter/Base.php(424): XenForo_BbCode_Formatter_Base->renderSubTree(Array, Array)
#44 /home/sociall1/public_html/forums/library/XenForo/BbCode/Formatter/BbCode/AutoLink.php(53): XenForo_BbCode_Formatter_Base->renderTree(Array, Array)
#45 /home/sociall1/public_html/forums/library/XenForo/BbCode/Parser.php(503): XenForo_BbCode_Formatter_BbCode_AutoLink->renderTree(Array, Array)
#46 /home/sociall1/public_html/forums/library/XenForo/Helper/String.php(218): XenForo_BbCode_Parser->render('[SIZE=6][B][LEF...')
#47 /home/sociall1/public_html/forums/library/XenForo/ControllerPublic/Forum.php(392): XenForo_Helper_String::autoLinkBbCode('[SIZE=6][B][LEF...')
#48 /home/sociall1/public_html/forums/library/Tinhte/XenTag/XenForo/ControllerPublic/Forum.php(23): XenForo_ControllerPublic_Forum->actionAddThread()
#49 /home/sociall1/public_html/forums/library/Waindigo/CustomFields/ControllerPublic/Forum.php(81): Tinhte_XenTag_XenForo_ControllerPublic_Forum->actionAddThread()
#50 /home/sociall1/public_html/forums/library/sonnbPreventDoublePost/ControllerPublic/Forum.php(30): Waindigo_CustomFields_ControllerPublic_Forum->actionAddThread()
#51 /home/sociall1/public_html/forums/library/XenForo/FrontController.php(310): sonnbPreventDoublePost_ControllerPublic_Forum->actionAddThread()
#52 /home/sociall1/public_html/forums/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#53 /home/sociall1/public_html/forums/index.php(13): XenForo_FrontController->run()
#54 {main}

Basic sume up of it.
 
Top Bottom