6.0.0-alpha14
7/2/25

[#8820] selecting tags with umlaut causes a page not find 404
Summary selecting tags with umlaut causes a page not find 404
Queue Ansel
Queue Version 1.1
Type Bug
State Not A Bug
Priority 1. Low
Owners mrubinsk (at) horde (dot) org
Requester michael (at) bigmichi1 (dot) de
Created 01/07/2010 (5655 days ago)
Due
Updated 02/23/2010 (5608 days ago)
Assigned 01/07/2010 (5655 days ago)
Resolved 02/11/2010 (5620 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/23/2010 08:17:20 AM michael (at) bigmichi1 (dot) de Comment #8 Reply to this comment
i set now the database to latin1_german1_ci, the table to 
latin1_german1_ci and also the varchar field to latin1_german1_ci for 
tags, i tell horde to use latin1 as charset, but still i cant use url 
rewriting only get based urls work
02/11/2010 01:42:13 AM Michael Rubinsky Comment #7
State ⇒ Not A Bug
Reply to this comment
Your database is not using the same charset that you are telling horde 
that it is using.
01/10/2010 10:35:25 AM michael (at) bigmichi1 (dot) de Comment #6 Reply to this comment
DB is: horde - latin1_swedish_ci

if i add a new tag with a umlaut i got the same be behavior
01/08/2010 05:11:54 PM Michael Rubinsky Comment #5 Reply to this comment
Ok. Some more questions then -

Is your DB actually using UTF-8?

Are these new tag entries, or were they existing from an earlier 
version? In other words, if you add a new tag, do you still get the 
same behavior?
01/08/2010 07:37:02 AM michael (at) bigmichi1 (dot) de Comment #4
New Attachment: db-screen.JPG Download
Reply to this comment
attached is also a screenshot from phpmyadmin when query the ansel tags table
01/08/2010 07:34:26 AM michael (at) bigmichi1 (dot) de Comment #3
New Attachment: horde.sql Download
Reply to this comment
$conf['sql']['socket'] = '/var/run/mysqld/mysqld.sock';
$conf['sql']['protocol'] = 'unix';
$conf['sql']['database'] = 'horde';
$conf['sql']['charset'] = 'utf-8';
$conf['sql']['splitread'] = false;
$conf['sql']['ssl'] = false;
$conf['sql']['phptype'] = 'mysqli';

attached is the current schema of the horde database
01/07/2010 03:03:11 PM Michael Rubinsky Assigned to Michael Rubinsky
 
01/07/2010 03:02:28 PM Michael Rubinsky Comment #2
State ⇒ Feedback
Priority ⇒ 1. Low
Reply to this comment
I can't reproduce this. Works fine here. What database are you using, 
and what is you setting of $conf[sql][charset]?
01/07/2010 11:41:23 AM michael (at) bigmichi1 (dot) de Comment #1
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ansel
Summary ⇒ selecting tags with umlaut causes a page not find 404
Type ⇒ Bug
Priority ⇒ 2. Medium
Reply to this comment
i have some pictures tagged with the word "rügen", when i now click on 
the tag in the tag cloud i got the following 404 from my webserver 
'The requested URL /ansel/tag/rügen/ was not found on this server.'

Saved Queries