wordsuppressor
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [ABASE] problems with scandinavian lettersthis solutions work for me:
enable special characters in field value:
<div style="visibility: hidden">[abase sql="SET @@session.character_set_results=utf8"]</div>enable special characters in column names:
<div style="visibility: hidden">[abase sql="SET @@session.character_set_client=utf8"]</div>Forum: Plugins
In reply to: [ABASE] problems with scandinavian lettersUpdate:
This still works fine:
[abase columns="Straße" ...]but this newly doesn’t:
[abase sql="SELECT Straße ...]Forum: Plugins
In reply to: [ABASE] problems with scandinavian lettersAnother buggy thing beside the “?” in the sql results is that I get an error when there is a special character in the column name:
#1. [abase sql="SELECT Straße FROM [...]"] Fatal Error (1431) Unknown column 'Straße' in 'field list' You are using the sql="" attribute so make sure it contains a valid SQL statement. Check to make sure the spelling of all table or column names within the SQL statement are exactly correct.Oh God, look down from heaven. What am I to do?
Forum: Plugins
In reply to: [ABASE] problems with scandinavian lettersSame here for german special characters like ä, ö, ü, ß, …
Everything was fine some days ago.
Viewing 4 replies - 1 through 4 (of 4 total)