Affected by the charset problem during install....

Author Message

Benj Duval

Monday 20 March 2006 7:08:36 am

Hi,
i'm unfortunately affected by the charset problem during install. This is the first time ever that i encounter this problem when installing a script.

Linux
Ez: 3.7.4
Php: 4.4.2
Mysql: 4.1.18

My server is a dedicated server, hosted in USA. I chose as a language, English/USA and got the folowing message:

"Warning

The database cannot be used, it uses the character set which is different from the requested charset iso-8859-1, iso-8859-2, iso-8859-3, iso-8859-4, iso-8859-9, iso-8859-10, iso-8859-13, iso-8859-14, iso-8859-15, windows-1252, windows-1250, cp850, dec-mcs."

My question is: how can I know which encoding is my database using ? What should I do to convert it ?

(although I don't see why I encouter a problem when using English/USA as the language).

Thanks,
Benj

Benj Duval

Monday 20 March 2006 8:22:30 am

I logged in mysql, used the ez database and typed:

mysql> ALTER DATABASE CHARACTER SET latin1;
Query OK, 1 row affected (0.00 sec)

mysql> ALTER DATABASE COLLATE latin1_swedish_ci;
Query OK, 1 row affected (0.00 sec)

Even after this, I still got the error message.

Well, this is all I can do thus far. If I can't get past this, I will not be able to use the software.

Cordially,
Benj

Benj Duval

Monday 20 March 2006 10:36:10 am

I tried to install EZ in an existing database. For some reason, I didn't had the problem with this already existing database.

Maybe the problem was caused because my database name contained a "-" ?

Anyway, the system is up and running. If someone encounter this problem, try removing "-" from your database name if any.

Benj

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

eZ debug

Timing: Jan 18 2025 22:25:15
Script start
Timing: Jan 18 2025 22:25:15
Module start 'layout'
Timing: Jan 18 2025 22:25:15
Module start 'content'
Timing: Jan 18 2025 22:25:15
Module end 'content'
Timing: Jan 18 2025 22:25:15
Script end

Main resources:

Total runtime0.6169 sec
Peak memory usage4,096.0000 KB
Database Queries55

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0080 589.2813152.6563
Module start 'layout' 0.00800.0036 741.937539.5078
Module start 'content' 0.01160.6040 781.4453440.6719
Module end 'content' 0.61550.0013 1,222.11728.1094
Script end 0.6169  1,230.2266 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.5831160.0002
Check MTime0.00150.2426160.0001
Mysql Total
Database connection0.00070.120810.0007
Mysqli_queries0.568692.1699550.0103
Looping result0.00050.0790530.0000
Template Total0.581794.320.2909
Template load0.00220.361820.0011
Template processing0.579593.936420.2897
Template load and register function0.00020.030510.0002
states
state_id_array0.00080.123510.0008
state_identifier_array0.00070.107320.0003
Override
Cache load0.00190.3040310.0001
Sytem overhead
Fetch class attribute can translate value0.00060.102010.0006
Fetch class attribute name0.00140.231230.0005
XML
Image XML parsing0.00010.019310.0001
class_abstraction
Instantiating content class attribute0.00000.001430.0000
General
dbfile0.00070.1183100.0001
String conversion0.00000.001840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
8content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 19
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs