![]() |
|
multilingual issue with Zenphoto 1.2.3 - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Translating (https://forum.zenphoto.org/forum-8.html) +--- Thread: multilingual issue with Zenphoto 1.2.3 (/thread-4601.html) |
multilingual issue with Zenphoto 1.2.3 - flu - 2009-02-02 Hi, I use I've noticed that I haven't got this problem with Zenpage pages texts (I use Zenpage trunk-r3434). Well... Help ? multilingual issue with Zenphoto 1.2.3 - sbillard - 2009-02-03 How are you getting the title? What you are seeing is the raw database text that needs to be processed by the language handling code. EDIT: Never mind. The change to the jQuery edit in line was a little flawed. No multi-lingual fields will be properly handled. Fix will be in tonight's build. multilingual issue with Zenphoto 1.2.3 - flu - 2009-02-03 Ok. Warning: Cannot modify header information - headers already sent by (output started at /home/mysuperwebsite/public_html/zp-core/functions-basic.php:23) in /home/mysuperwebsite/public_html/zp-core/admin.php on line 14 Do you have any idea about it ? multilingual issue with Zenphoto 1.2.3 - sbillard - 2009-02-03 You can change the error reporting define to E_ALL ^E_NOTICE multilingual issue with Zenphoto 1.2.3 - olihar - 2009-02-03 I am getting this as well in the 3436. ` Warning: Cannot modify header information - headers already sent by (output started at /home/olihar/public_html/gallery/zp-core/functions-basic.php:23) in /home/olihar/public_html/gallery/zp-core/functions.php on line 1754 Warning: Cannot modify header information - headers already sent by (output started at /home/olihar/public_html/gallery/zp-core/functions-basic.php:23) in /home/olihar/public_html/gallery/index.php on line 25 Warning: Cannot modify header information - headers already sent by (output started at /home/olihar/public_html/gallery/zp-core/functions-basic.php:23) in /home/olihar/public_html/gallery/zp-core/functions.php on line 1754 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/olihar/public_html/gallery/zp-core/functions-basic.php:23) in /home/olihar/public_html/gallery/zp-core/admin-functions.php on line 9 Warning: Cannot modify header information - headers already sent by (output started at /home/olihar/public_html/gallery/zp-core/functions-basic.php:23) in /home/olihar/public_html/gallery/index.php on line 116 Warning: Cannot modify header information - headers already sent by (output started at /home/olihar/public_html/gallery/zp-core/functions-basic.php:23) in /home/olihar/public_html/gallery/index.php on line 117 multilingual issue with Zenphoto 1.2.3 - flu - 2009-02-03 Ok. Thank you so much (again) Stephen. multilingual issue with Zenphoto 1.2.3 - mikegoodstadt - 2009-02-25 Can you give me the best way to tackle this issue? multilingual issue with Zenphoto 1.2.3 - sbillard - 2009-02-26 The nightly builds have expanded error reporting to help the developers find problems. If you upgrade to the nightly build and get these errors you will need to modify the error reporting define as described above. multilingual issue with Zenphoto 1.2.3 - nynexshadow - 2009-03-11 Hi, I had the same issue as above but after updating to zenphoto-2009-03-08-trunk it's fixed the gallery names and descriptions for multilanguage but it still does the same problem on the contact form if there is more than one language. as in the example below. any ideas how i can go about fixing this? thanks in advance a:2:{s:5:"en_US";s:189:" Fields with * are required. HTML or any other code is not allowed. A copy of your e-mail will automatically be sent to the address you provided for your own records. ÐŸÐ¾Ð»Ñ Ñ * ÑвлÑÑŽÑ‚ÑÑ Ð¾Ð±Ñзательными. HTML или любого другого кода не допуÑкаетÑÑ. ÐšÐ¾Ð¿Ð¸Ñ ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ñлектронной почты автоматичеÑки будет отправлено на адреÑ, указанный Ð´Ð»Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ ÑобÑтвенного отчета. multilingual issue with Zenphoto 1.2.3 - sbillard - 2009-03-12 Yes, the contact form does not handle the multi-lingual strings even though it allows them in its options. I shall fix this in tonights build. Thanks for pointing it out. multilingual issue with Zenphoto 1.2.3 - nynexshadow - 2009-03-12 great, Thank you |