I am sorry to say we do not have any plans to provide migration scripts for old trader extensions, as were were never running one before on a phpbb platform. If someone were to build such a script though we would gladly merge it into our repo.cools wrote:Wondering if there are any plans to create migration scripts from other (older) trader/feedback extensions? I run a forum that's stuck on phpBB 3.0.12 because we make use of the ShMk User Feedback Mod (http://www.riccardobianconi.it/en/phpbb ... -feedback/), and we really don't want to lose the statistics that's currently providing if possible.
Yeah, it adds fields to the forums table (to keep track of which type is enabled), topics table (to keep track of which type the topic is), and users table (to keep summary feedback ratings). Isn't that the convention? To add fields as needed. PhpBB doesn't seem to have an issue managing a table with new fields. Storing those details in other tables would complicate things unnecessarily.cools wrote:Fair enough. I've just gone and checked out the table structures and it looks straightforward to convert over, once the extension reaches stable I'll look at it.
I don't like that it touches tables other than its own "trader_" ones though, is there a particular reason for this?
Please try installing the latest update on the stable version of phpbbaeiz wrote: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()
An update has been posted, it should be usable and we feel it can be deployed on a production forums. Bugs will be fixed as they are discoverednextgen wrote:Any news?
Where are the permissions for giving/viewing feedback? EDIT: OK, I had to delete date then re-enable the extension, now I see permissions that are already set at group permissions.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()