doublespaces
Member
Okay, so here is the error:
I had to disable the addon because it appears broken for me. Initially, I noticed that I could create a thread without entering a price or quantity. I could also submit a post which shows the minimum quantity next to the currency, but left at 0.
Code:
ErrorException: Undefined index: usd - library/XFA/ForumSales/Extends/ControllerPublic/Forum.php:37
Generated By: doublespaces, 6 minutes ago
Stack Trace
#0 /home/spoolstr/domains/spoolstreet.com/public_html/forums/library/XFA/ForumSales/Extends/ControllerPublic/Forum.php(37): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/spoolstr/...', 37, Array)
#1 /home/spoolstr/domains/spoolstreet.com/public_html/forums/library/XenForo/FrontController.php(351): XFA_ForumSales_Extends_ControllerPublic_Forum->actionAddThread()
#2 /home/spoolstr/domains/spoolstreet.com/public_html/forums/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home/spoolstr/domains/spoolstreet.com/public_html/forums/index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
["url"] => string(62) "https://bmw.spoolstreet.com/forums/buy-sell-trade.7/add-thread"
["_GET"] => array(0) {
}
["_POST"] => array(21) {
["prefix_id"] => string(1) "0"
["title"] => string(4) "Test"
["message_html"] => string(11) "<p>test</p>"
["_xfRelativeResolver"] => string(65) "https://bmw.spoolstreet.com/forums/buy-sell-trade.7/create-thread"
["xfa_sell"] => string(1) "1"
["xfa_fss_quantity"] => string(0) ""
["xfa_fss_price"] => string(0) ""
["xfa_fss_currency"] => string(3) "usd"
["xfa_fss_paypal_email"] => string(22) "doublespaces@gmail.com"
["tags"] => string(0) ""
["attachment_hash"] => string(32) "b1b1278157aa2778ed3e0a1e93efd586"
["watch_thread"] => string(1) "1"
["watch_thread_email"] => string(1) "1"
["watch_thread_state"] => string(1) "1"
["discussion_open"] => string(1) "1"
["_set"] => array(2) {
["discussion_open"] => string(1) "1"
["sticky"] => string(1) "1"
}
["poll"] => array(5) {
["question"] => string(0) ""
["responses"] => array(2) {
[0] => string(0) ""
[1] => string(0) ""
}
["max_votes_type"] => string(6) "single"
["change_vote"] => string(1) "1"
["view_results_unvoted"] => string(1) "1"
}
["_xfToken"] => string(8) "********"
["_xfRequestUri"] => string(38) "/forums/buy-sell-trade.7/create-thread"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
I had to disable the addon because it appears broken for me. Initially, I noticed that I could create a thread without entering a price or quantity. I could also submit a post which shows the minimum quantity next to the currency, but left at 0.