moved ez spanish site - charset problem

Author Message

juan uribe

Friday 20 March 2009 10:54:07 am

ok, this is my story I moved\migrated a site from postgres to mysql.

http://www.lanacion.com.co

the procedure I followed was: 1) installed a fresh ez onto mysql 2) backed up schema of the mysql database 3) droped mysql database 4) recreated database using script. <i>Note: I made sure everything was utf8.</i> 5) backed up postgres database, only data with full inserts 6) restored data from postgres onto the new mysql database. 7) modified site.ini.append.php to point to the new database.

Now the site runs :) but the restored data, all accents (á,é,í,ó,ú,ü,ñ) are displayed wrong for example insted of:
‘Caquetá rumbo al Emprendimiento’
I get:
•â€˜Caquetá rumbo al Emprendimiento’

Now this is for the migrated data, but the new data or if I edit and correct it manually it comes out correctly.

I thought it was a problem with scripts, debuged this a lot, I thought it might have been the editing of these with vi :( but after many hours I dicided to create a very simple test page.

http://www.lanacion.com.co/paginaPrueba.php

$con = mysql_connect("localhost","username","password");
if (!$con)
  {
  die('Could not connect: ' . mysql_error());
  }

mysql_select_db("ezLaNacion", $con);

$result = mysql_query("SELECT * FROM ezcontentobject");
echo "<h1>Nueva Pagina</h1>";
while($row = mysql_fetch_array($result))
  {
  echo $row['name'];
  echo "<br />";
  }

mysql_close($con);

this shows all the old stuff correct but the new stuff wrong... From this I conclude that I´m missing some setting some where, in ez...

Please help as this is a daily local news paper and every day that goes by it the problem, will be worst to fix.

By the way stay of postgres for big ezflow sites !!!! I hope the instructions for migrating, will be of help, as this has taken my over 2weeks to figure out !!!

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 16:07:23
Script start
Timing: Jan 18 2025 16:07:23
Module start 'layout'
Timing: Jan 18 2025 16:07:23
Module start 'content'
Timing: Jan 18 2025 16:07:24
Module end 'content'
Timing: Jan 18 2025 16:07:24
Script end

Main resources:

Total runtime0.8633 sec
Peak memory usage4,096.0000 KB
Database Queries46

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0047 589.1563152.6406
Module start 'layout' 0.00470.0026 741.796939.4922
Module start 'content' 0.00730.8547 781.2891409.1172
Module end 'content' 0.86200.0013 1,190.40638.1406
Script end 0.8632  1,198.5469 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00300.3509160.0002
Check MTime0.00130.1553160.0001
Mysql Total
Database connection0.00080.089510.0008
Mysqli_queries0.822895.3064460.0179
Looping result0.00040.0479440.0000
Template Total0.833196.520.4166
Template load0.00210.238420.0010
Template processing0.831096.265620.4155
Template load and register function0.00020.026810.0002
states
state_id_array0.00140.159110.0014
state_identifier_array0.00170.197520.0009
Override
Cache load0.00170.1956170.0001
Sytem overhead
Fetch class attribute can translate value0.00130.152510.0013
Fetch class attribute name0.00110.127510.0011
XML
Image XML parsing0.00010.014010.0001
class_abstraction
Instantiating content class attribute0.00000.000610.0000
General
dbfile0.00060.0699100.0001
String conversion0.00000.001440.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
1content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
3content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 8
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs