Good idea, I agree.JupiterGPL wrote:My suggestion....
Make it so the person who started the buy/sell/trade has the option to close it. So for instance if they make the sale they can come back and mark the sale complete and have the option to close the thread or even delete the thread.
Code: Select all
Erreur gΓ©nΓ©rale
SQL ERROR [ mysqli ]
Table 'lemondedutenniscom000.phpbb_trader_reports' doesn't exist [1146]
SQL
SELECT status FROM phpbb_trader_reports WHERE feedback_id=1 AND status=1
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 194
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/ext/rfd/trader/Service/RatingsManager.php
LINE: 592
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/ext/rfd/trader/Controller/Trader.php
LINE: 379
CALL: rfd\trader\Service\RatingsManager->has_open_report()
FILE: (not given by php)
LINE: (not given by php)
CALL: rfd\trader\Controller\Trader->viewUserFeedbackAction()
FILE: [ROOT]/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php
LINE: 117
CALL: call_user_func_array()
FILE: [ROOT]/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php
LINE: 61
CALL: Symfony\Component\HttpKernel\HttpKernel->handleRaw()
FILE: [ROOT]/app.php
LINE: 33
CALL: Symfony\Component\HttpKernel\HttpKernel->handle()
Thanks for this great extension.Mathieu M. wrote:I don't know if this bug was still report, but on my localhost test, topic title is not shown on "Last post" column (just for board index) and the icon for going to newer reply is a 404 (there's no "id" for t= : domain/forum/viewtopic.php?f=18&t=#p1010).
Hi Mathieu, as it is still in beta we are not making it "upgradable". An SQL change was made, please remove the previous extension including data (can be done from ACP) and then enable it again. This should fix this problem.Mathieu M. wrote:
I uploaded the extension with new Github updates, but on "Trader feedback", I get this error :
Good suggestions! For the original problem that you have reported, is this on one of the screens added by the Trader extension or on the stock phpBB screen?Mathieu M. wrote:OK, the Trader Feedback is running good now, there's only the other problem
Oh, by th way, the Trader Feedback page is not looking well in responsive view. I think you should put down (or up) the statistics and recent ratings from the main content ("All feedback received" and co...).
Hmm, we have tried both with the english and french languages enabled and are not getting this. Are you running RC3?Mathieu M. wrote:Take a look at my screenshot.
The topic created with Trader extension "Sell" system is not shown at the index page, and the icon to go to last reply is not good.
I have installed a clean copy of the latest nightly build and activated only the trader plugin. So far I was not able to reproduce. Have tried on both English and French localizations.Mathieu M. wrote:Yes, and this bug only appears with topics related to Trader extension.
Code: Select all
General Error
Cannot find module ./../includes/acp/\rfd\trader\acp\main_module.php
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/functions_module.php
LINE: 571
CALL: trigger_error()
FILE: [ROOT]/adm/index.php
LINE: 81
CALL: p_master->load_active()
Code: Select all
array('module.add', array('acp', 'Trader', array(
'module_basename' => '\rfd\trader\acp\main_module',
'module_langname' => 'Recalculate Trader Rating',
'module_mode' => 'recalculate_trader_rating',
'module_auth' => 'acl_a_trader && acl_a_board',
))),