Teams with Umlaut not showing / editable in Teamlist (user_groupes.php)

Post Reply
leclou69
Posts: 5
Joined: 08 Jan 2019, 16:00

Teams with Umlaut not showing / editable in Teamlist (user_groupes.php)

Post by leclou69 »

Hi there,
teams with german Umlauts (or french accents) in their name do not appear in the teams view (user_groupes.php).
I took a look in the code. When I modify www_user_groupes.tpl in line 45 from
<td>{$groupe.nom|escape}&nbsp;</td>
to
<td>{$groupe.nom}&nbsp;</td>
the name is displayed.
But I cannot modify it, because in the dialog for modifying the name it is not visible.
Tried on my local server but also on the demo-page.
These teams with umlaut are written into the database, as you can choose them in the user-dialog as its team.

Thanks in advance for your help,
Markus
soplanning
Site Admin
Posts: 388
Joined: 31 Aug 2017, 15:58

Re: Teams with Umlaut not showing / editable in Teamlist (user_groupes.php)

Post by soplanning »

Hello
this bug was fixed, we updated zip file for version 1.43, please download it again from here : https://sourceforge.net/projects/soplan ... t/download
Just keep your database.inc
leclou69
Posts: 5
Joined: 08 Jan 2019, 16:00

Re: Teams with Umlaut not showing / editable in Teamlist (user_groupes.php)

Post by leclou69 »

Hi,
thanks for the VERY fast answer.
With the new version, the team names with umlauts appear in the teamlist, but not when you try to modify them.
In this case, the field with the team name in the dialog remains empty.
Greetings Markus
soplanning
Site Admin
Posts: 388
Joined: 31 Aug 2017, 15:58

Re: Teams with Umlaut not showing / editable in Teamlist (user_groupes.php)

Post by soplanning »

ok we probably missed some cases, we'll have a look.
soplanning
Site Admin
Posts: 388
Joined: 31 Aug 2017, 15:58

Re: Teams with Umlaut not showing / editable in Teamlist (user_groupes.php)

Post by soplanning »

We tested again, and it is ok, the team name is displayed.
Could you try to empty smarty cache folder please ?
located in /soplanning/smarty/templates_c/
leclou69
Posts: 5
Joined: 08 Jan 2019, 16:00

Re: Teams with Umlaut not showing / editable in Teamlist (user_groupes.php)

Post by leclou69 »

Hi there,
hmm, very strange things happening.
After following your hint to empty the smarty cache folder, teams with umlauts in their name now again don't appear in the list view.
So I started from scratch, deleted all files and folders in the soplanning subdirectory, downloaded the actual version of soplanning from here https://sourceforge.net/projects/soplan ... t/download and copied the uncompressed files on my webserver again.
But the problem remains.
Neither in the list view nor in the modify dialog teams with umlauts are displayed.

When I take a look at the date the soplanning-1-43.zip file was modified on sourceforge (2019-01-07), I'm not sure if I really got the very last version, as I started this bug report on 2019-01-08.

Could it be that we are working with different versions?

Thanks in advance, Markus
soplanning
Site Admin
Posts: 388
Joined: 31 Aug 2017, 15:58

Re: Teams with Umlaut not showing / editable in Teamlist (user_groupes.php)

Post by soplanning »

Hello
We created again this morning a new zip for v1.43, just to be sure.
can you test again please ?
leclou69
Posts: 5
Joined: 08 Jan 2019, 16:00

Re: Teams with Umlaut not showing / editable in Teamlist (user_groupes.php)

Post by leclou69 »

Hi,
just tested it - deleted the old files, downloaded the new zip-file and put it on the server again.
The problem still remains.
Don't see any hints in the apache-log.

System is a little aged:
Apache/2.4.6 (CentOS)
OpenSSL/1.0.1e-fips
PHP/5.4.16
mod_perl/2.0.10
Perl/v5.16.3

I'm a little helpless.
Any ideas?

Thanks in advance,
Markus
soplanning
Site Admin
Posts: 388
Joined: 31 Aug 2017, 15:58

Re: Teams with Umlaut not showing / editable in Teamlist (user_groupes.php)

Post by soplanning »

Ok i know what's wrong.
All cases were fixed only in upcoming v1.44
We moved modifications to v1.43 and updated the zip.
You can download again
leclou69
Posts: 5
Joined: 08 Jan 2019, 16:00

Re: Teams with Umlaut not showing / editable in Teamlist (user_groupes.php)

Post by leclou69 »

Yessss!!!
Now it works!
Thanks a lot once again.

Greetings
Markus
Post Reply