General discussion and support

Description

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

Value has incorrect format with view

Submitted by Jaime on

When the client is in english:

I have install Webissues 2.0.0 in Linux Ubuntu, i have configure webissues with the web, now i want create views, but receive the message "Value has incorrect format" when i introduce a filter date.

i have not problem when i put "today"

When the client is in spanish:

the users of company speak spanish, so, the client of webissues should is in spanish, when this is so, the view not accept any value how date filter, send the messenger error "Value has incorrect format"

WI 1.1.5 moved from php56 to php74 Count Warning

Submitted by jm1601 on

Hey guys!
I moved my WI installation from PHP56 to PHP74 and now I get several warnings like this:

PHP Warning: count(): Parameter must be an array or an object that implements Countable in
*/webissues/system/api/querygenerator.inc.php on line 693

It seems to be a common warning when using a php-version 7.0 or newer and I tried several solutions like putting this in an if condition using is_countable($items) etc. but I'm absoluety not an expert in php and the warning is still there.

Custom Language

Submitted by cliffi on

Hi,

I want to change some of the language by editing one of the existing language files. Is there a way to do this via a "drop-in" process?

I looked at the source code, but that seems to suggest you need to compile the entire application again, just to alter a few language terms?

Is there an easier way to change/edit the language files?

So far I have created a data/locale.ini file with the following:

[languages]
en_EDIT = English / Edited

Database Errors on v2.0.1 on new installation

Submitted by cliffi on

Hi,

When I install the new 2.0.1 server from scratch, it progresses to the database creation part and then fails with the following error:

" An unexpected error occured while processing the request. "

If I restart the setup process, I then get the following error:

The database is not compatible with this version of WebIssues.

This happens on creation of both a new DB and a DB with demo data in it.

Any ideas what is happening? Version of PHP is 7.2.30 but does the same with 7.4.5 as well.