dradis / dradis-ce

Dradis Framework: Collaboration and reporting for IT Security teams
https://dradis.com/ce/
GNU General Public License v2.0
672 stars 190 forks source link

Problem importing Issues from MediaWiki #645

Closed jwdewidt closed 4 years ago

jwdewidt commented 4 years ago

When I Search an issue by mediawiki I Get the following Error

    @filter.run(@params)
  elsif @filter.respond_to?(:query)
    @filter.query(@params)
  end
else
  [{

When I search via the api the results are found with: http://127.0.0.1:8888/api.php?action=opensearch&search=SSL&format=json

System configuration

Dradis version: v3.16.0 Dradis-CE Ruby version: 5.4.4 MediaWiki version: 1.34.1

rachkor commented 4 years ago

@jwdewidt this looks like a configuration issue. Did you follow these instructions to get Dradis connected to your MediaWiki? https://dradisframework.com/support/guides/customization/connect_mediawiki.html

jwdewidt commented 4 years ago

Sorry, but I found it. An issue in my Docker environment.