Pages (5):    1 2 3 4 5
Administrator
Administrator
fretzl   22-09-2015, 17:19
#81

I have updated the theme in the "Unsupported" repository.

Member
Member
kalli   22-09-2015, 17:28
#82

Thank you very much,
you are the hero of the day :-)

Member
Member
kalli   27-09-2015, 17:06
#83

Hello I need help again :-(
After updating to 1.4.10 I have problems with the German umlauts in the text of the news . The title is ok but in the text , the umlauts are not displayed correctly . This only affects the sidebar class = " latestnews - desc ".

Member
Member
kalli   27-09-2015, 19:03
#84

and I have the following message in the errorlogs:
PHP Fatal error: Can not redeclare imagerotate () in htdocs / plugins / image_rotate_gd.php on line 55, even though I have this plugin is not activated

Administrator
Administrator
fretzl   27-09-2015, 20:41
#85

-- German umlauts:
Probably your Zenphoto installation still needs to know the server's system character set.
Please try this:
-- Create an empty file called [i]charset_tést[/i]
-- Upload the file into the [i]zp-data[/i] folder
-- Run setup

-- About the plugin(s):
Please remove all plugins you do not use from the [i]/plugins[/i] folder.

Member
Member
kalli   28-09-2015, 13:56
#86

Hello fretzl,
charset = utf8

phpMyAdmin:

Webserver:
Apache/2.2.29 (Unix)
Datenbank-Client Version: libmysql - 5.0.96
PHP-Erweiterung: mysqli
Database:
Server: rdbms via TCP/IP
Server-Typ: MySQL
Server Version: 5.5.45-log - Source distribution
Protokoll-Version: 10
Benutzer: xxx
Server Zeichensatz: UTF-8 Unicode (utf8)

charset collation utf8mb4_general_ci

Member
Member
kalli   28-09-2015, 14:07
#87

when i look into the database there are
16 records every collation is utf8_unicode_ci
total: 16 records myISAM latin1_german2_ci

Administrator
Administrator
fretzl   28-09-2015, 15:47
#88

Sorry but I can't help you here.

Member
Member
kalli   29-09-2015, 15:04
#89

Hello fretzl,
the problem is located to
function printLatestNewsCustom()
.
.
.
echo "" . html_encode(getContentShorten($content, $contentlength,'(...)', null, null)) . "\n";

the text of the message is ok but in the sidebar , the umlauts as HTML codes are displayed.

Member
Member
kalli   29-09-2015, 15:22
#90

played a little bit
functions.php:

i have changed line 194
from:
echo "" . html_encode(getContentShorten($content, $contentlength,'(...)', null, null)) . "\n";

to:
echo "" . getContentShorten($content, $contentlength,'(...)', NULL, NULL) . "\n";

and it seems to work. :-)

Administrator
Administrator
acrylian   29-09-2015, 16:00
#91

This is probably a downstream issue of the wrong latin1_german2_ci of some of your database tables/columns so you basically get double encoded characters.

Member
Member
kalli   29-09-2015, 16:14
#92

Hello acrylian,
all my databases/collumns have UTF-8
only the summary says
16 records myISAM latin1_german2_ci.

the problem was that function printLatestNewsCustom()
has given the text from the news as html and so i have printet in the sidebar instead Ü the html code

Administrator
Administrator
acrylian   29-09-2015, 16:32
#93

Ok. But you may have entries that are simply stored wrong for some reason (leftovers from the past for example). If chars like Umlauts are already stored encoded html_encode() will double encode so they don't print correctly. The "proper" fix would be to correct those entries.

Member
Member
kalli   29-09-2015, 16:45
#94

the old entries are ok, until the new after updating to 1.4.10 did these problems. No idea why, but after the change in the line 194 of function.php ZPFocus are all special characters in the new News displayed correctly. Perhaps it is but only because that should be displayed in the sidebar with html_encode the news posts.

Member
Member
kalli   29-09-2015, 17:27
#95

another question:
Is there a way in the full- image.php still insert a back button ?
When I look at a picture in full screen mode to get back only via the browser buttons on the site . Or can this be displayed in a new window ?

Member
Member
kalli   29-09-2015, 17:30
#96

again to ZPFocus :
There the news were displayed incorrectly only in the sidebar . otherwise everything is ok No problems with the database or so

Administrator
Administrator
fretzl   29-09-2015, 18:30
#97

There is a theme option to open the full image in a new window.
[i]Image Final Link Option[/i] => choose [i]standard-new[/i]

Member
Member
kalli   29-09-2015, 19:10
#98

many thanks,
my english I should improve time surely . But if you did not need the last 35 years ..... no wonder
as we say in German :
who can read is an advantage..
have a nice week
Zenphoto is great.

Pages (5):    1 2 3 4 5
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.