Ask a question

Ask a question [Paid] 1.9

No permission to buy ($35.00)

AndyB

Well-known member
AndyB submitted a new resource:

Ask a question - Displays an Ask a question page.

Premium upgrade:

This XF2 add-on along with the entire collection can be purchased for $25.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the Resources area at this URL:

https://www.xf2addons.com/

Note: all my XF1 add-ons are still 100% free and are supported by donations.

Description:

Displays an Ask a question page.

Provides a quick way for visitors to find...

Read more about this resource...
 
got this running and just noticed that I am getting this error in my server logs
[E_NOTICE] Undefined variable: currentThreadId
  • ErrorException: [E_NOTICE] Undefined variable: results5
  • src/addons/Andy/AskAQuestion/Repository/AskAQuestion.php:353
  • Generated by: xxxxx
  • Feb 9, 2018 at 6:56 PM
Stack trace
#0 src/addons/Andy/AskAQuestion/Repository/AskAQuestion.php(353): XF::handlePhpError(8, 'Undefined varia...', '/home/mhpadmin/...', 353, Array)
#1 src/addons/Andy/AskAQuestion/Pub/Controller/AskAQuestion.php(49): Andy\AskAquestion\Repository\AskAquestion->getSimilarThreads('Emails not goin...')
#2 src/XF/Mvc/Dispatcher.php(249): Andy\AskAQuestion\Pub\Controller\AskAQuestion->actionResults(Object(XF\Mvc\ParameterBag))
#3 src/XF/Mvc/Dispatcher.php(89): XF\Mvc\Dispatcher->dispatchClass('Andy\\AskAQuesti...', 'results/', 'html', Object(XF\Mvc\ParameterBag), 'askAQuestion', Object(Andy\AskAQuestion\Pub\Controller\AskAQuestion), NULL)
#4 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#5 src/XF/App.php(1889): XF\Mvc\Dispatcher->run()
#6 src/XF.php(328): XF\App->run()
#7 index.php(13): XF::runApp('XF\\Pub\\App')
#8 {main}



Request state


array(4) {
["url"] => string(22) "/askaquestion/results/"
["referrer"] => string(43) "https://www.motorhomehelp.com/askaquestion/"
["_GET"] => array(0) {
}
["_POST"] => array(2) {
["title"] => string(41) "Emails not going to thread when you click"
["_xfToken"] => string(8) "********"
}
}
 
When I create route filter "askaquestion" as "sorusor" , it doesn't work, it can't search, no result in page.
How can we fix it?
thanks AndyB
 
Top Bottom