Some of my members get server errors when Editing Threads

faeronsayn

Well-known member
Well some of my members have having trouble editing their threads as some type of error pops up.

here is the error

Zend_Uri_Exception: Invalid URI supplied - library/Zend/Uri/Http.php:156

Code:
#0 /home2/username/public_html/library/Zend/Uri.php(143): Zend_Uri_Http->__construct('https', '//asdfff.com...')
#1 /home2/username/public_html/library/Zend/Http/Client.php(270): Zend_Uri::factory('https://asdf...')
#2 /home2/username/public_html/library/Zend/Http/Client.php(253): Zend_Http_Client->setUri('https://asdf...')
#3 /home2/username/public_html/library/XenForo/Helper/Http.php(34): Zend_Http_Client->__construct('https://asdf...', Array)
#4 /home2/username/public_html/library/XenForo/Helper/Url.php(13): XenForo_Helper_Http::getClient('https://asdf...', Array)
#5 /home2/username/public_html/library/Ragtek/PLEL/Formatter/BbCodeAutolink.php(52): XenForo_Helper_Url::getTitle('https://asdf...', 'https://asdf...')
#6 /home2/username/public_html/library/Ragtek/PLEL/Formatter/BbCodeAutolink.php(32): Ragtek_PLEL_Formatter_BbCodeAutolink->_getPageTitle('https://asdf...')
#7 /home2/username/public_html/library/XenForo/BbCode/Formatter/BbCode/AutoLink.php(156): Ragtek_PLEL_Formatter_BbCodeAutolink->_autoLinkUrl('https://asdf...')
#8 [internal function]: XenForo_BbCode_Formatter_BbCode_AutoLink->_autoLinkUrlCallback(Array)
#9 /home2/username/public_html/library/XenForo/BbCode/Formatter/BbCode/AutoLink.php(131): preg_replace_callback('#(?<=[^a-z0-9@-...', Array, '?https://asdf...')
#10 /home2/username/public_html/library/XenForo/BbCode/Formatter/Base.php(488): XenForo_BbCode_Formatter_BbCode_AutoLink->filterString('?https://asdf...', Array)
#11 /home2/username/public_html/library/XenForo/BbCode/Formatter/Base.php(467): XenForo_BbCode_Formatter_Base->renderString('?https://asdf...', Array, 0)
#12 /home2/username/public_html/library/XenForo/BbCode/Formatter/Base.php(444): XenForo_BbCode_Formatter_Base->renderTreeElement('?https://asdf...', Array, 0)
#13 /home2/username/public_html/library/XenForo/BbCode/Formatter/Base.php(424): XenForo_BbCode_Formatter_Base->renderSubTree(Array, Array)
#14 /home2/username/public_html/library/XenForo/BbCode/Formatter/BbCode/AutoLink.php(53): XenForo_BbCode_Formatter_Base->renderTree(Array, Array)
#15 /home2/username/public_html/library/XenForo/BbCode/Parser.php(503): XenForo_BbCode_Formatter_BbCode_AutoLink->renderTree(Array, Array)
#16 /home2/username/public_html/library/XenForo/Helper/String.php(218): XenForo_BbCode_Parser->render('Added (or will ...')
#17 /home2/username/public_html/library/sonnbPreventDoublePost/ControllerPublic/Thread.php(27): XenForo_Helper_String::autoLinkBbCode('Added (or will ...')
#18 /home2/username/public_html/library/XfRu/MergeDoubleUserPost/ControllerPublic/Thread.php(49): sonnbPreventDoublePost_ControllerPublic_Thread->actionAddReply()
#19 /home2/username/public_html/library/XenForo/FrontController.php(310): XfRu_MergeDoubleUserPost_ControllerPublic_Thread->actionAddReply()
#20 /home2/username/public_html/library/XenForo/FrontController.php(132): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#21 /home2/username/public_html/index.php(13): XenForo_FrontController->run()
#22 {main}
 
Top Bottom