|
»Forumlar »SE ? Support
»Önemli türkçe karakter sorunu
https://seditio.com.tr/eski1/forums.php?m=posts&q=1469 |
| Author: TheRaskol, Posted: 2011-06-30 17:05 GMT. |
|
Merhaba; 2 g?n ?nce hostumu de?i?tirdim ve domain ns'lerini y?nlendirdim. Bununla beraber t?rk?e karakter sorunu ba?lad?. Eski hostta karakterleri t?rk?e okurken yeni hostta ?al??t?rd???mda t?rk?e karakterler ??kmad?. Sorunun sistm dosyalar?nda oldu?u s?ylendi. Yani sql'de bir sorn yok fakat ftp dosyalar?nda eski firmada sorun ??kmazken yeni firma t?rk?e karakterleri g?stermiyor. Sorun sql ile alakal? de?il yani. ??nk? sql i?ine bakt???mda karakterler sorunsuz. Acaba bu sorun seditio'nun hangi dosyas?ndaki ayardan kaynaklan?r. ?ok te?ekk?r ederim. |
| Author: Kaan, Posted: 2011-06-30 19:59 GMT. |
|
Sorun Seditio da de?il kesinlikle host firman?z sizi yanl?? y?nlendirmi?. Sistem dosyalar? ile hi? bir alakas? yoktur tamamen mysql ile alakal?d?r. Mysql yi import ederken ald?g?n?z yedekdeki karekter seti ile y?kleyiniz. Sorun devam ediyorsa host firman?zdaki karekter setleri sizin karekter setinizi desteklemiyor demektir. Seditio kodlan?rken latin1 olarak kodlanm??t?r ve sistem dosyalar? ile hi? bir alakas? yoktur mysql^nin firman?z sizi yanl?? y?nlendiriyor. |
| Author: TheRaskol, Posted: 2011-07-01 00:28 GMT. This post was edited by TheRaskol (2011-07-01 00:30 GMT, 5534 Gün ago) |
|
?u k?sm? b?yle yapt?m; Kod: function sed_sql_connect($host, $user, $pass, $db) { $connection = @mysql_connect($host, $user, $pass) or sed_diefatal('Could not connect to database !<br />Please check your settings in the file datas/config.php<br />'.'MySQL error : '.sed_sql_error()); $select = @mysql_select_db($db, $connection) or sed_diefatal('Could not select the database !<br />Please check your settings in the file datas/config.php<br />'.'MySQL error : '.sed_sql_error()); mysql_query("SET NAMES 'latin5'"); mysql_query("SET CHARACTER SET latin5"); mysql_query("SET COLLATION_CONNECTION = 'latin5_turkish_ci'"); return(TRUE); } Acaba bu ilerde bir orun yarat?r m?? Te?ekk?rler. son mesaj 1 dakika fakat ?u an google chrome ile girdi?ide font ?ok b?y? ??k?yor ve ?u hata var. Kod: Warning: Expiry date cannot have a year greater then 9999 in /home/uodevelo/public_html/system/common.php on line 253 |
| Author: Kaan, Posted: 2011-07-01 00:38 GMT. |
|
Arama yaparsan bunun ??z?m?n? bulabilirsin. Warning: Expiry date cannot have a year greater then 9999 Latin 1 olarak ayarlarsan daha uygun olur. Seditio'nun sistem yap?s? latin1 dir. O i?lem sorun olu?turmaz uygulayabilirsin sorununu ??z?yorsa. |
| Author: TheRaskol, Posted: 2011-07-01 01:55 GMT. |
|
latin1 malesef olmuyor yine eskisi gibi ? oluyor fakat latin5 oldu. Te?ekk?rler kaan bir de bu ileti?im eklentisindeki captcha kodu g?r?nm?yor |
| Author: Kaan, Posted: 2011-07-01 22:55 GMT. |
|
Host dan kaynaklanan bir sorun o daha ?nce bende ya?ad?m ayn? sorunu ba?ka ileti?im eklentisi kullanabilirsin. Seditio 151 i?erisindeki ileti?im eklentisini kullanabilirsin. |
| Author: TheRaskol, Posted: 2011-07-02 02:29 GMT. |
|
?uankinde ?u hatalar var; Kod: Warning: imageftbbox() [function.imageftbbox]: Unable to access /vhosts/uo-developer.com/http/plugins/iletisim/inc/fonts/VeraMoBd.ttf in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 296 Warning: imageftbbox() [function.imageftbbox]: Invalid font filename in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 296 Warning: imagefttext() [function.imagefttext]: Unable to access /vhosts/uo-developer.com/http/plugins/iletisim/inc/fonts/VeraMoBd.ttf in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 304 Warning: imagefttext() [function.imagefttext]: Invalid font filename in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 304 Warning: imageftbbox() [function.imageftbbox]: Unable to access /vhosts/uo-developer.com/http/plugins/iletisim/inc/fonts/Dekadens.ttf in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 296 Warning: imageftbbox() [function.imageftbbox]: Invalid font filename in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 296 Warning: imagefttext() [function.imagefttext]: Unable to access /vhosts/uo-developer.com/http/plugins/iletisim/inc/fonts/Dekadens.ttf in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 304 Warning: imagefttext() [function.imagefttext]: Invalid font filename in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 304 Warning: imageftbbox() [function.imageftbbox]: Unable to access /vhosts/uo-developer.com/http/plugins/iletisim/inc/fonts/SwatchIt.ttf in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 296 Warning: imageftbbox() [function.imageftbbox]: Invalid font filename in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 296 Warning: imagefttext() [function.imagefttext]: Unable to access /vhosts/uo-developer.com/http/plugins/iletisim/inc/fonts/SwatchIt.ttf in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 304 Warning: imagefttext() [function.imagefttext]: Invalid font filename in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 304 Warning: imageftbbox() [function.imageftbbox]: Unable to access /vhosts/uo-developer.com/http/plugins/iletisim/inc/fonts/SwatchIt.ttf in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 296 Warning: imageftbbox() [function.imageftbbox]: Invalid font filename in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 296 Warning: imagefttext() [function.imagefttext]: Unable to access /vhosts/uo-developer.com/http/plugins/iletisim/inc/fonts/SwatchIt.ttf in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 304 Warning: imagefttext() [function.imagefttext]: Invalid font filename in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 304 Warning: imageftbbox() [function.imageftbbox]: Unable to access /vhosts/uo-developer.com/http/plugins/iletisim/inc/fonts/SwatchIt.ttf in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 296 Warning: imageftbbox() [function.imageftbbox]: Invalid font filename in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 296 Warning: imagefttext() [function.imagefttext]: Unable to access /vhosts/uo-developer.com/http/plugins/iletisim/inc/fonts/SwatchIt.ttf in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 304 Warning: imagefttext() [function.imagefttext]: Invalid font filename in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 304 Warning: Cannot modify header information - headers already sent by (output started at /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php:296) in /home/uodevelo/public_html/plugins/iletisim/inc/php-captcha.inc.php on line 320 Senin s?yledi?in 1.51 contact eklentisinin ba?ka ayalar? da m? var acaba? http://www.uo-developer.com/p-contact.html |
| Author: Kaan, Posted: 2011-07-02 11:03 GMT. |
|
Bu benim s?yledi?im eklentiden kaynaklanm?yor kesinlikle imagefttext() b?yle bir fonksiyon yok ??nk? onda senin ileti?im ad?n? verdi?in dosyalardan kaynaklan?yor ??nk? benim ?nerdi?imde inc klas?r? yok ve fonts da kullanm?yor. Alttaki kodlar? plugin.standalone.contact.tpl olarak kaydet tema i?ine at. Kod: <!-- BEGIN: MAIN --> <div id="title_back"> <div id="title"> {PLUGIN_CONTACT_TITLE} </div> <div id="subtitle"> {PLUGIN_CONTACT_EXPLAIN} </div> </div> <div id="main"> <!-- BEGIN: PLUGIN_CONTACT_ERROR --> <div class="error"> {PLUGIN_CONTACT_ERROR_BODY} </div> <!-- END: PAGEADD_ERROR --> <form action="{PLUGIN_CONTACT_FORM}" method="post" name="sendmail"> <table class="cells"> <tr> <td>{PLUGIN_CONTACT_RECIPIENTS_TITLE} : </td> <td> {PLUGIN_CONTACT_RECIPIENTS} </td> </tr> <tr> <td>{PLUGIN_CONTACT_EMAIL_TITLE} : </td> <td>{PLUGIN_CONTACT_EMAIL} * </td> </tr> <tr> <td>{PLUGIN_CONTACT_NAME_TITLE} :</td> <td>{PLUGIN_CONTACT_NAME} *</td> </tr> <tr> <td>{PLUGIN_CONTACT_PHONE_TITLE} :</td> <td>{PLUGIN_CONTACT_PHONE}</td> </tr> <tr> <td>{PLUGIN_CONTACT_SUBJECT_TITLE} :</td> <td>{PLUGIN_CONTACT_SUBJECT} *</td> </tr> <tr> <td>{PLUGIN_CONTACT_BODY_TITLE} :</td> <td>{PLUGIN_CONTACT_BODY} *</td> </tr> <tr> <td colspan="2">{PLUGIN_CONTACT_REQUIRED}</td> </tr> <tr> <td colspan="2" style="text-align:center;">{PLUGIN_CONTACT_ANTISPAM}</td> </tr> <tr> <td colspan="2" style="text-align:center;"> <input type="submit" class="submit" value="{PLUGIN_CONTACT_SEND}" /></td> </tr> </table> </form> </div> <!-- END: MAIN --> |
| Powered by Seditio | Print version |