You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
about 5 months ago I wrote about a problem which I detected after porting a GEDCOM file from phpGEDVIEW to webtrees (v. 1.6.x). While editing records containing some german special characters (“ä”, “ö”, “ü”, “ß” etc.) I received several warnings.
Due to the fact that these warnings only occurred when I was logged in (editing the record) and no normal user has ever seen these warnings I kept going on without any changes.
Now I upgraded to version 1.7.1 and received the following massage:
#0 unknown:unknown ErrorException("iconv(): Wrong charset, conversion from UTF-8' toUTF-16BE' is not allowed") #1 /app/Filter.php:72 iconv() #2 unknown:unknown Fisharebest\Webtrees{closure}() #3 /app/Filter.php:78 preg_replace_callback() #4 /app/Controller/IndividualController.php:329 escapeJs() #5 /app/Module/PageMenuModule.php:58 getEditMenu() #6 /app/Theme/AbstractTheme.php:1511 getMenu() #7 /app/Theme/AbstractTheme.php:1876 menuModules() #8 /app/Theme/AbstractTheme.php:215 primaryMenu() #9 /app/Controller/PageController.php:184 bodyHeader() #10 /individual.php:45 pageHeader()
Again users who are not logged in don’t see this message. Nevertheless (and worse then before) I cannot continue to edit the respective record.
Therefore I tested it using another platform: I installed the Apache components and webtrees (v. 1.6.2 – unfortunately the upgrade to 1.7.1 could not be completed there) on a RasberryPi. When using this system I don’t receive any warnings or messages while editing the respective records.
Additionally I installed the actual version of Xanmpp at my desktop PC (incl. webtrees 1.71) and imported the GEDCOM-file to this platform. There3 are no error messages and I can gon on editing.
So I think the reason might be rather a difference between the installed version of php / MySQL on the productive platform (managed by german Telekom – with some special modifications) relative to the version I’m using on my RasberryPi - or Xampp.
Now I need some help in order to go on editing the respective records. Otherwise I need to go back to phpGEDVIEW – or editing at another platform and then everytimes uploading the new GEDVIEW to webtrees – which seems very inconvenient.
The text was updated successfully, but these errors were encountered:
about 5 months ago I wrote about a problem which I detected after porting a GEDCOM file from phpGEDVIEW to webtrees (v. 1.6.x). While editing records containing some german special characters (“ä”, “ö”, “ü”, “ß” etc.) I received several warnings.
Due to the fact that these warnings only occurred when I was logged in (editing the record) and no normal user has ever seen these warnings I kept going on without any changes.
Now I upgraded to version 1.7.1 and received the following massage:
#0 unknown:unknown ErrorException("iconv(): Wrong charset, conversion from
UTF-8' to
UTF-16BE' is not allowed")#1 /app/Filter.php:72 iconv()
#2 unknown:unknown Fisharebest\Webtrees{closure}()
#3 /app/Filter.php:78 preg_replace_callback()
#4 /app/Controller/IndividualController.php:329 escapeJs()
#5 /app/Module/PageMenuModule.php:58 getEditMenu()
#6 /app/Theme/AbstractTheme.php:1511 getMenu()
#7 /app/Theme/AbstractTheme.php:1876 menuModules()
#8 /app/Theme/AbstractTheme.php:215 primaryMenu()
#9 /app/Controller/PageController.php:184 bodyHeader()
#10 /individual.php:45 pageHeader()
Again users who are not logged in don’t see this message. Nevertheless (and worse then before) I cannot continue to edit the respective record.
Therefore I tested it using another platform: I installed the Apache components and webtrees (v. 1.6.2 – unfortunately the upgrade to 1.7.1 could not be completed there) on a RasberryPi. When using this system I don’t receive any warnings or messages while editing the respective records.
Additionally I installed the actual version of Xanmpp at my desktop PC (incl. webtrees 1.71) and imported the GEDCOM-file to this platform. There3 are no error messages and I can gon on editing.
So I think the reason might be rather a difference between the installed version of php / MySQL on the productive platform (managed by german Telekom – with some special modifications) relative to the version I’m using on my RasberryPi - or Xampp.
Now I need some help in order to go on editing the respective records. Otherwise I need to go back to phpGEDVIEW – or editing at another platform and then everytimes uploading the new GEDVIEW to webtrees – which seems very inconvenient.
The text was updated successfully, but these errors were encountered: