Installed testlink 1.9.16 on Windows 10 with error when running tests:
Fatal error:*UncaughtError:*Cannotaccomplish use of strings along offset as an oararray in D:\softest\htdocs\testlink\lib\execute\execSetResults. php:1533 php(93):*processTestCase(NULL,*Object(stdClass),Object(stdClass),*Array,*Object(tree),*Object(testcase),*Object(tlAttachmentRepository)*#1{main}*thrownalong in D:\softest\htdocs\testlink\lib\execute\execSetResults. php on line 1533
Open the path file provided in the error: D:\softest\htdocs\testlink\lib\execute\execSetResults. php database
By opening the memory book, Ctrl+F search for $finalFilters
Replace
foreach($locationFilters as $locationKey => $filterValue) { $finalFilters=$cf_filters+$filterValue; $guiObj->design_time_cfields[$tcase_id][$locationKey] =........;
With
$finalFilters = array();
$guiObj-> design_time_cfields = array();
As below:
After returning, refresh new testlinks into the Internet immediately.
Read More:
- [Solved] AS Warning: String literal in setText can not be translated. Use Android resources instead.
- [Go] Solve the empty interface interface{} cannot use (type []string) as type []interface {}
- [Solved] error: taking address of temporary array av_make_error_string((char[AV_ERROR_MAX_STRING_SI…
- tf.nn.dilation2d Call Error: TypeError: dilation2d_v1() got an unexpected keyword argument ‘data_format’
- Uncaught SyntaxError: Cannot use import statement outside a module
- Error: array bound is not an integer constant before ‘]’ token
- [Solved] HTML_Uncaught SyntaxError: Cannot use import statement outside a module
- How to Solve AD20 Channel-Offset Error
- [Solved] Android Studio Compile error: Cannot use connection to Gradle distribution . as it has been stopped.
- Kafka error: ERROR There was an error in one of the threads during logs loading: java.lang.NumberFormatException: For input string: “derby” (kafka.log.LogManager)
- Yaml is installed, and the error YAMLLoadWarning is reported as soon as the code runs: calling yaml.load() without Loader=… is deprecated, as the default Loader is unsafe.
- Using elementui El-dialog as a subcomponent to close an error
- [Solved] Open3d error: unable to display image using open3d
- [Solved] ERROR: Attempting to operate on hdfs journalnode as rootERROR: but there is no HDFS_JOURNALNODE_USE
- Some problems encountered in the initial construction of Ant Design Pro project, such as cross Env, webpack and so on
- C++ BUG: [Error] invalid array assignment
- [Solved] Unity3d reports an error using the opencv plug-in: unsafe code may only appear if compiling with/unsafe.
- [Solved] MindSpore Error: Should not use Python in runtime
- [Solved] pagehelper Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘LIMIT 1’
- [Solved] Vscode Error: “export ‘default‘ (imported as ‘VueRouter‘) was not found in ‘vue-router‘