XenCentral Feedback System

XenCentral Feedback System [Paid] 1.15.0

No permission to buy (€49.99)
Hi, After upgrading to 1.5.0 I'm seeing this error on my error log:

ErrorException: Undefined index: review - library/XenCentral/Trade/ReportHandler/Feedback.php:78
Generated By: Sadeuz, 5 minutes ago
Stack Trace
#0 /home/site/public_html/library/XenCentral/Trade/ReportHandler/Feedback.php(78): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/site/p...', 78, Array)
#1 /home/site/public_html/library/XenForo/ReportHandler/Abstract.php(111): XenCentral_Trade_ReportHandler_Feedback->getContentTitle(Array, Array)
#2 /home/site/public_html/library/XenForo/ReportHandler/Abstract.php(149): XenForo_ReportHandler_Abstract->prepareReport(Array)
#3 /home/site/public_html/library/XenForo/Model/Report.php(185): XenForo_ReportHandler_Abstract->prepareReports(Array)
#4 /home/site/public_html/library/XenForo/Model/Report.php(273): XenForo_Model_Report->getVisibleReportsForUser(Array, Array)
#5 /home/site/public_html/library/XenForo/ControllerPublic/Abstract.php(389): XenForo_Model_Report->getActiveReportsCountsForUser()
#6 /home/site/public_html/library/XenForo/ControllerPublic/Abstract.php(357): XenForo_ControllerPublic_Abstract->_updateModeratorSessionReportCounts()
#7 /home/site/public_html/library/XenForo/ControllerPublic/Abstract.php(30): XenForo_ControllerPublic_Abstract->_updateModeratorSessionCaches()
#8 /home/site/public_html/library/XenForo/Controller.php(308): XenForo_ControllerPublic_Abstract->_preDispatchType('Index')
#9 /home/site/public_html/library/XenForo/FrontController.php(346): XenForo_Controller->preDispatch('Index', 'XenForo_Control...')
#10 /home/site/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#11 /home/site/public_html/index.php(13): XenForo_FrontController->run()
#12 {main}
Request State
array(3) {
["url"] => string(37) "http://www.site.com/conversations/"
["_GET"] => array(1) {
["/conversations/"] => string(0) ""
}
["_POST"] => array(0) {
}
}
 
Hi, After upgrading to 1.5.0 I'm seeing this error on my error log:

Is it possible you have been using XenTrader before switching to XenCentral Trading System? If so, the old reported items may fail to be shown. The solution is to delete all reports for feedback using query
Code:
delete from `xf_report`
where contnet_type='feedback'

Let us know if you still have the problem.

Thank you!
 
Is it possible you have been using XenTrader before switching to XenCentral Trading System? If so, the old reported items may fail to be shown. The solution is to delete all reports for feedback using query
Code:
delete from `xf_report`
where contnet_type='feedback'

Let us know if you still have the problem.

Thank you!

Yes, I used XenTrader before switching to XenCentral Trading System. That query worked like a charm.
 
Just upgraded to latest version of the Trader System 1.5 and tons of errors. Sent you a PM through your ticket system. Disabled the Trader System temporarily until this can be fixed.
 
Hello, after the latest update the "Leave Feedback" link is gone. Every usergroup has had their permissions updated to allow them to leave and receive feedback but the link still doesn't show up below each members ratings in the postbit.
 
@XCentral These are features I would like to see for the next update:

I want to award trophies to people who use the trading system. However, I only want people to get trophies if they have a perfect trading score. Can a new criteria be added that checks the amount of feedback and the feedback score?
upload_2014-6-20_21-49-47.webp


I would like to see the Trader dashboard given an overhaul in order to present a better overview of the latest/top 10/worst traders.

There should also be a way to give feedback to members from this page.

upload_2014-6-20_21-50-28.webp
 
@XCentral These are features I would like to see for the next update:

I want to award trophies to people who use the trading system. However, I only want people to get trophies if they have a perfect trading score. Can a new criteria be added that checks the amount of feedback and the feedback score?
View attachment 76326


I would like to see the Trader dashboard given an overhaul in order to present a better overview of the latest/top 10/worst traders.

There should also be a way to give feedback to members from this page.

View attachment 76327

Thank you for the suggestions. We will consider to implement them all in coming 20-25 days.

Thank you!
 
Why do I have a library\XenCentral\PaymentApi folder ?

It comes with XenCentral Framework package and is used by all our products providing ability to make payments. It is only set of classes and is not used on its own without appropriate products.

Thank you!
 
Can I delete it?

If you are not using XenCentral Ad Server or XenCentral Invitation and Paid Registration System then you can safely remove it, but on each XenCentral Framework upgrade you will get it again and should remove after the upgrade is completed.

Thank you!
 
@XCentral How is the order of untrusted traders calculated?

Why is the trader with a feedback score of 68.4% listed higher than the traders with a a score of 66.7%?

upload_2014-6-21_13-37-3.webp
 
@XCentral How is the order of untrusted traders calculated?

Why is the trader with a feedback score of 68.4% listed higher than the traders with a a score of 66.7%?

View attachment 76383

The untrusted trader block orders the users by absolute number of negative feedback they have received, but the secondary order is not defined. Now we have updated the package to use the rating for secondary order. Just re-download the package and re-upload the files form the package (no need to re-import product XML).

Thank you!
 
The untrusted trader block orders the users by absolute number of negative feedback they have received, but the secondary order is not defined. Now we have updated the package to use the rating for secondary order. Just re-download the package and re-upload the files form the package (no need to re-import product XML).

Thank you!

Thank you, this is perfect :)
 
After upgrading, we're no longer able to leave feedback due to the following error:

ErrorException: Fatal Error: syntax error, unexpected T_FUNCTION - library/XenCentral/Trade/DataWriter/Feedback.php:424

Stack trace:
#0 [internal function]: XenForo_Application::handleFatalError('XenCentral_Trad...')
#1 {main}

(Permissions have been set, and I've re-applied the upgrade. No improvement.)
 
Why doesn't your css and js minify? It looks like you tried to but when looking at PageSpeed Insights, it is recommending me to minify both. 30% on js and 17% on css. I have minify enabled and it appears it is trying to pull your minified script but must not be minified too well.

jquery.autocomplete-min.js?_v=0ee03bdb could save 1.5KiB (30% reduction)
jquery-ui-1.10.3.custom.min.css could save 558B (17% reduction)
 
Back
Top Bottom