Qualcuno può aiutarmi?
ho problemi col charset... come si può risolvere?
sembra che la ver. 1.0.2 non gestisca bene l'iso... in particolare:
<?php
defined( '_VALID_MOS' ) or die( 'Restricted access' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
invece di riportare iso-8859-1 come era prima di questa ver ora porta utf-8...
e la formattazione dei vecchi articoli va a farsi friggere...
Ho aggiornato da mambo 4.5.2.3 a Joomla 1.0.0-Stable poi ho patchato con le varie rev di joomla.it e ora con l'aggiornamento a 1.0.2
La mia
Configurazione è:
System Information
PHP built On: Linux xxxx.xxxx.it 2.4.30-p01p #7 SMP Fri May 27 12:54:28 CEST 2005 i686
Database Version: 4.0.25-standard-log
PHP Version: 4.3.10
Web Server: Apache/2.0.49
WebServer to PHP interface: cgi
Joomla! Version: Joomla! 1.0.2 Stable [ Sunset ] 02-Oct-2005 16:00 UTC
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it-IT; rv:1.7.12) Gecko/20050919 Firefox/1.0.7
Relevant PHP Settings:
Safe Mode: OFF
Open basedir: none
Display Errors: ON
Short Open Tags: ON
File Uploads: ON
Magic Quotes: ON
Register Globals: ON
Output Buffering: OFF
Session save path: /tmp
Session auto start: 0
XML enabled: Yes
Zlib enabled: Yes
Disabled Functions: none
WYSIWYG Editor: TinyMCE WYSIWYG Editor
Configuration File: <?php
$mosConfig_MetaAuthor = '1';
$mosConfig_MetaDesc = 'xxxxxxxxxxxx';
$mosConfig_MetaKeys = 'xxxxxxxxxxxxxx';
$mosConfig_MetaTitle = '1';
$mosConfig_absolute_path = 'xxxxxxxxxxxxxxxxxxxx';
$mosConfig_allowUserRegistration = '1';
$mosConfig_back_button = '1';
$mosConfig_cachepath = 'xxxxxxxxxxxxxxxxxxxx';
$mosConfig_cachetime = '350';
$mosConfig_caching = '1';
$mosConfig_db = 'xxxxxx'
$mosConfig_dbprefix = 'xxxxx_';
$mosConfig_debug = '0';
$mosConfig_dirperms = '0755';
$mosConfig_editor = 'htmlarea3_xtd';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_enable_stats = '0';
$mosConfig_error_message = 'This site is temporarily unavailable.
Please notify the System Administrator';
$mosConfig_error_reporting = '-1';
$mosConfig_favicon = '';
$mosConfig_fileperms = '0644';
$mosConfig_fromname = 'xxxxxxxxxxxxx';
$mosConfig_gzip = '1';
$mosConfig_helpurl = '';
$mosConfig_hideAuthor = '0';
$mosConfig_hideCreateDate = '1';
$mosConfig_hideEmail = '0';
$mosConfig_hideModifyDate = '1';
$mosConfig_hidePdf = '0';
$mosConfig_hidePrint = '0';
$mosConfig_hits = '1';
$mosConfig_host = 'xxxxxx'
$mosConfig_icons = '1';
$mosConfig_item_navigation = '1';
$mosConfig_lang = 'italian';
$mosConfig_lifetime = '1800';
$mosConfig_link_titles = '1';
$mosConfig_list_limit = '50';
$mosConfig_live_site = '
http://xxxxxxxxxxxxxxxxx';
$mosConfig_locale = 'it_IT';
$mosConfig_mailer = 'mail';
$mosConfig_mailfrom = 'xxxxxxxxxx';
$mosConfig_ml_support = '0';
$mosConfig_multipage_toc = '1';
$mosConfig_offline = '0';
$mosConfig_offline_message = 'Sito in Manutenzione.
Torna pi� tardi, Grazie.
This site is down for maintenance.
Please check back again soon.';
$mosConfig_offset = '0';
$mosConfig_pagetitles = '1';
$mosConfig_password = 'xxxxxx'
$mosConfig_readmore = '1';
$mosConfig_secret = 'xxxxxxxxxxxxxxxx';
$mosConfig_sef = '1';
$mosConfig_sendmail = '/usr/sbin/sendmail';
$mosConfig_shownoauth = '0';
$mosConfig_sitename = 'xxxxxxxxxxxxxxxxx';
$mosConfig_smtpauth = '0';
$mosConfig_smtphost = 'localhost';
$mosConfig_smtppass = '';
$mosConfig_smtpuser = '';
$mosConfig_uniquemail = '1';
$mosConfig_user = 'xxxxxx'
$mosConfig_user = 'xxxxxx'
$mosConfig_vote = '0';
setlocale (LC_TIME, $mosConfig_locale);
?>
Aiutoooooooooo....
grazie sakara