Testlink 1.9.20 fixed db sample upgrade#362
Conversation
dcoomber
commented
Feb 4, 2024
- Removed references to deleted / deprecated PostgreSQL dump
- Updated MySQL dump to 1.9.20 (with some poetic license to insert missing data for new columns)
|
Hello, maybe you can help me?! When I search a test suite in the search function in Testlink, I get this error message ============================================================================== DB Access Error - debug_print_backtrace() OUTPUT START ATTENTION: Enabling more debug info will produce path disclosure weakness (CWE-200) ============================================================================== #0 database->exec_query() called at [C:\xampp\htdocs\testlinkfix\lib\functions\database.class.php:644] Thank you |
Thank you for your input. It would assist if you could share the relevant content of the underlying log file(s) in the Here's an example from the Assuming that you are experiencing the same issue as I am, I resolved the error by running the following SQL statement as the MySQL use testlink_sample;
grant execute on function UDFStripHTMLTags TO 'testlink'@'%';I'll add an instruction to |
…ECUTE permissions needed on UDFStripHTMLTags)
|
Hello, thank you very much for your help :) Query failed: errorcode[1305] |
Well this was a bit sneaky of you... it appears that you're asking for support that isn't related to the changes that I made (i.e. you didn't restore the DB dump in my PR). Naughty, naughty! 🤣 I'm joking, though. Your report helped me uncover and submit an improvement. Here's the explanation of the problem you're facing now:
|
|
Wow! Thank you, I actually missed it! Anyway, thank you very much for your help I have now tried to import the script manually into the database via phpmyadmin, unfortunately I get this error TestLink Open Source Project - http://testlink.sourceforge.net/# This script is distributed under the GNU General Public License 2 or later.# ---------------------------------------------------------------------------------------# @filesource testlink_create_udf0.sql##USE
|
|
okay my bad, I forgot to change the database name in the .sql! it works ! THX! <3 |
Great show, @fabisento . I'm thrilled that you're up-and-running (and that I got to help someone). Have a great week ahead! |
|
@fmancardi please may I have your thoughts on this PR |
|
Thanks for your contribution |