Hey,
I am on version 1.3.1 (uninstalled 1.3.0 and installed 1.3.1) and here is what I receive when making a new sale:
Forum Sales Version: 1.3.1
PHP Version: 7.1
MySQL Version: MariaDB 10.1
I am on version 1.3.1 (uninstalled 1.3.0 and installed 1.3.1) and here is what I receive when making a new sale:
Code:
ErrorException: Undefined index: usd - library/XFA/ForumSales/Extends/ControllerPublic/Thread.php:55
Generated By: Omar, 1 minute ago
Code:
#0 /var/www/runenova/forum/library/XFA/ForumSales/Extends/ControllerPublic/Thread.php(55): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/rune...', 55, Array)
#1 /var/www/runenova/forum/library/XenForo/FrontController.php(351): XFA_ForumSales_Extends_ControllerPublic_Thread->actionForumSaleManage()
#2 /var/www/runenova/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /var/www/lrunenova/forum/index.php(13): XenForo_FrontController->run()
#4 {main}
Code:
array(3) {
["url"] => string(80) "https://runenova.com/forum/threads/selling-osrs-gp-1-17-1-25-m.52/forum-sale-manage"
["_GET"] => array(1) {
["uri"] => string(0) ""
}
["_POST"] => array(10) {
["xfa_sell"] => string(1) "1"
["xfa_fss_status"] => string(7) "forsale"
["xfa_fss_quantity"] => string(2) "23"
["xfa_fss_price"] => string(4) "1.25"
["xfa_fss_currency"] => string(3) "usd"
["xfa_fss_paypal_email"] => string(26) "paypal@paragonsoftworks.ru"
["xfa_fss_accept_manual"] => string(1) "1"
["xfa_fss_require_address"] => string(1) "1"
["_xfToken"] => string(8) "********"
["_xfConfirm"] => string(1) "1"
}
}
Forum Sales Version: 1.3.1
PHP Version: 7.1
MySQL Version: MariaDB 10.1
Last edited: