ezpublish problems, problems and more problems...

ezpublish problems, problems and more problems...

Monday 14 April 2003 5:18:06 pm - 5 replies

Modified on Monday 14 April 2003 5:23:52 pm by J. Field

Author Message

Kai Duebbert

Monday 14 April 2003 9:21:36 pm

Hi,

to 1)
We have our eZ publish 3.0 running in multi-language mode. It has English, German and Chinese and works without problems. We are using Postgresql because we need UTF-8. It's not possible to say why yours isn't working without getting more information, but at least I can confirm that it does work.

to 2)
Yes, the site gets slower when using multi-languages. Use a PHP-Cache and you don't have problems. I don't know what you mean with your last sentence in (2). Have a look at the websites of php-accelerator etc. they explain how to use it. It has nothing to do with eZ publish, but with PHP in general.

to 3)
They wrote several times, that the mail function is not included in 3.0 yet, but will be included in version 3.1.

Hope this helps a bit.

Kai

Ole Morten Halvorsen

Tuesday 15 April 2003 2:21:15 am

3)
Have you check your mail log? What does it say when you try to send a mail?

Senior Software Engineer - Vision with Technology

http://www.visionwt.com
http://www.omh.cc
http://www.twitter.com/omh

eZ Certified Developer
http://ez.no/certification/verify/358441
http://ez.no/certification/verify/272578

Ole Morten Halvorsen

Tuesday 15 April 2003 8:07:17 am

3) see also:
http://ez.no/developer/ez_publish_3/forum/install_configuration/mailsettings_not_found

Senior Software Engineer - Vision with Technology

http://www.visionwt.com
http://www.omh.cc
http://www.twitter.com/omh

eZ Certified Developer
http://ez.no/certification/verify/358441
http://ez.no/certification/verify/272578

J. Field

Tuesday 15 April 2003 8:12:35 am

Hello, thanks for the answers. It will try to explain a little better some points previously exposed. I use mysql version 3,23,53, is the one that comes by defect with the installer from ezpublish. By the made tests so that the translation this available one in my site seems to be that I need to have qualified the Utf-8 in the file i18n.ini

[CharacterSettings]
Charset=UTF-8
HTTPCharset=
MBStringExtension=enabled

If the adjustment is Charset=iso-8859-1 in the file i18n.ini with the translation to other languages it does not seem to be available in my site and when loading the pages in the navigator it appears the following message:

Fatal error: Maximum execution time of 30 seconds exceeded in /opt/ezpublish/sites/default/lib/ezi18n/classes/ezcodepage.php on line 92
Fatal error: eZ publish did not finish it's request
The execution of eZ publish was abruptly ended, the debug output is present below.

If the adjustments of local language are in eng-GB e.g.
[RegionalSettings]
Locale=eng-GB

and in i18n.ini they are:

[CharacterSettings]
Charset=iso-8859-1
HTTPCharset=
MBStringExtension=enabled

In this case it does not appear the message of error arrives mentioned, but therefore the translation is not possible. He is everything what I can explain referring to the translation by the made tests; if somebody can help me, thanks again beforehand.
--------------------
I have verified the mail registry and they do not exist logs of exit of emails supposedly sent through ezpublish. The sendmail service works correctly since envio of mail is possible from any client email and also from the way console. Anticipated thanks.

[MailSettings]
MailTransport=sendmail
# Configuration for SMTP
TransportServer=
TransportPort=25
TransportUser=
TransportPassword=
AdminEmail=username@domain
# The address which will be set at the sender of the e-mail as default
EmailSender=username@domain

Kai Duebbert

Wednesday 16 April 2003 7:17:56 pm

About the translation. See this comment in settings/site.ini:
---------
# Text translation is automatically disabled when the Locale is set to eng-GB
-----------

Also, you can't use UTF-8 with MySQL. You have to use Postgresql. It's mentioned in the forums here in several posts.

So, to get what you want, you have to find a charset that can be used by all languages *and* MySQL *and* have to set the right settings in your site.ini (well, the override one).

Kai

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.