General discussion and support

Description

This forum is obsolete and kept for archival purposes only. Please report bugs and feature requests on GitHub.

Compiling

Submitted by jons on

I have followed the directions from the manual best I can and am having issues.

To do a fresh compile for windows what is the preferred QT version? I am having trouble finding one that will install the mingw32-make executives. As a result I have an error when attempting to execute the second step. After I get that step to run where would I find the resulting Executable? I'm wanting to compile a version with the EXPORT button removed since we are storing lots of personal information and I can't risk people extracting all that info this easily.

Thanks!

Getting com_dotnet error during Server Configuration

Submitted by DJGray on

Greetings. I have the WebIssues server up and running. During initial configuration, I am attempting to establish the connection to the MS SQL Server that will host the DB. when I hit "Next" I am getting the error - The 'com_dotnet' extension is missing or disabled. I see an issue in these forums where this was address with a beta release that was missing a break in the setup script, but find nothing that addresses this particular scenario. What is this error message telling me? What do I need to do to resolve it?

- damon

Views Modification

Submitted by cliffi on

Hi,

I was just wondering. Is it possible to disable Personal Views or to modify which columns appear in the selectable views list.

Essentially I am looking to use WebIssues with a client that wants to be able to use it with multiple clients, however, they do not wish clients to be able to see each other.

At present, you can view every user on the system by modifying a personal view and using the drop down list that is auto-populated. The columns are Created By, Modified By, etc.

webissues 1.1.4 not accessible over https

Submitted by poliman on

I have server with Webissues 1.1.4 where I setup ssl certificate and redirection in .htaccess in public_html:

RewriteEngine On 
RewriteCond %{HTTPS} off 
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

Under http://example.com webissues panel works perfectly but not under https://example.com. Above redirection works excellent for each site on the server. What is wrong, what to do, need help. ;)

openSUSE Leap 42.2 - tips for building and installing from source

Submitted by RafneQ on

I just want to share some general tips for building webissues-1.1.4 client on Leap 42.2 with Qt 5.6.1 (might be useful also for other distros).

Before you start don't forget to install the following packages:
- libqt5-qtbase-devel (provides qmake-qt5)
- libQt5WebKit5
- libQt5WebKit5-devel

Important - edit file: webissues-1.1.4/src/commands/command.h
... and add the following line after #include (line28):