Pages (2): 1 2   
Member
Member
flu   2009-02-11, 02:11
#1

Hi.
I use zenphoto version 1.2.3 [3469] | zenpage version 1.1 [3469] |
PHP Version 5.2.8 - mysql 5.0.67

When I try to edit a page already published through the Zenpage admin panel, I only get its text in the language actually selected but the other fields for the other languages are blank even if they are filled (the text is displayed for people visiting the web site).

Any idea ?

EDIT
In fact this seems to be more tricky. Sometimes some traductions appear, sometimes not. Then if you save the page with some blank fields (which already contained the text though), they are saved as blank.
Hope it's clear.

Member
Member
sbillard   2009-02-11, 02:42
#2

I have seen cases where it takes a while for the tinyMCE editors to load up. Maybe that is happening?

Administrator
Administrator
acrylian   2009-02-11, 10:39
#3

I will try to reproduce it.

sbillard, if I remember correctly you did you fix something for the multilingual feature recently? Was the print_language_string_list function envolved? The problem is that Zenpage features a separate function print_language_string_list_zenpage because of different input field sizes needed. Probably the changes were not made there and we probably should join this function with the main Zenphoto one and add built sizes for the different usage... Will investigate that.

Member
Member
flu   2009-02-11, 20:59
#4

Hi guys,
even if IMHO tinyMCE is quite heavy for me, I didn't have this problem before the upgrade.

Thank you for your time.

Member
Member
flu   2009-02-11, 21:31
#5

More, I found the same problem with
zenphoto version 1.2.3 [3429] | zenpage version 1.0.1 [3429]
PHP Version 5.2.8 - mysql 5.0.67

Besides I noticed another very weird problem with this one :
I regurlarly get some "ghost" articles which don't have any text nor title but that have a permalink containing a part of other good article permalink (or wierder, a permalink like "favicon.ico").
By "ghost" I mean that I've never saved or edited them, I don't know how they are generated, saved and stored in the database.
Right now, the only thing that I can do is to delete them, but they finaly appear again with a different permalink.
For example, imagine that I have a regular article which permalink is "regular-article"
then I get (sometimes) another "ghost" article which permalink is "regular-arti" which I've never edited.

Will we really all die at the end ?

Administrator
Administrator
acrylian   2009-02-12, 11:56
#6

If it was not a typo: Here once again the note that Zenpage 1.0.1 is not compatible with Zenphoto 1.2.3! You need to upgrade at least to 1.1.

For the ghost page/article that was a bug with the 404 page handling and you have to update to the nightly/svn where this has just been fixed.

Member
Member
flu   2009-02-12, 17:58
#7

Ok, I've upgraded this one
(zenphoto version 1.2.3 [3429] | zenpage version 1.0.1 [3429])
to the last nightly
(zenphoto version 1.2.3 [3475] | zenpage version 1.1 [3475]) .

  1. I had this message while upgrading Zenpage :
    Creating the database tables for zenpage: Table [code]zp_zenpage_news[/code] has been successfully created (or already exists). Table [code]zp_zenpage_news_categories[/code] has been successfully created (or already exists). Table [code]zp_zenpage_news2cat[/code] has been successfully created (or already exists). Table [code]zp_zenpage_pages[/code] has been successfully created (or already exists). Table update failed! Error: Duplicate entry '' for key 2

  2. I still get the problem in my first message (When I try to edit a page already published through the Zenpage admin panel, I only get its text in the language actually selected but the other fields for the other languages are blank even if they are filled (the text is displayed for people visiting the web site). More : sometimes an english field is marked as french (and vice versa).

  3. Zenpage isn't already translated in french till it joined the main official Zenphoto package ?

Administrator
Administrator
acrylian   2009-02-12, 18:09
#8
  1. Huh, that one seems new.. Did not get that myself. I have no idea right, hopefully sbillard will.
  2. I am sorry, I still did not have the time to dig into that. I hopefully will find enough time soon and of course that will be fixed.
  3. Yes. There would be a inconvenient way to get the old separate translation working again but that would mean readding the functions for it manually (They are still there). But best is to join the translation as I sent on the translation group.
Member
Member
flu   2009-02-12, 18:22
#9
  1. ok (in fact this is not the first time I get it, the first time was after the upgrade to ZP 1.2.3 if I remember well)
  2. ok, thank you for consider this, actually I can't use the Zenpage plugin for this reason
  3. Hmm. I must have missed something...
Member
Member
flu   2009-02-12, 18:52
#10

More :
Actually I'm wondering if there is not a problem with tinyMCE and the multilingual plugin.

For example, if french language is actually selected and displayed in my admin panel, when I want to add a link in an article, the link edit popup displays weird things like :
{#advlink_dlg.url}

{#advlink_dlg.list}
{#advlink_dlg.anchor_names}
{#advlink_dlg.target}
{#advlink_dlg.titlefield}

But if english language is selected, the link edit popup displays the good strings :
Link URL
Link list
Anchors
Target
Title
Class

Administrator
Administrator
acrylian   2009-02-12, 19:34
#11

Re:1-3 No problem of course want that to work generally and since it did before it must be related to Zenphoto's multilingual changes. It has top priority for me currently if that helps....

Re tinymce: That might be, but should not affect tinyMCE in general. Strings like "{#advlink_dlg.titlefield}" are actually just untranslated tinymce strings. It uses its own js way for translations and is probably not able to have several instances with several translations.

Member
Member
flu   2009-02-12, 20:03
#12

1-3 : thank you (yeah it helps !)

tinymce : Yes I know that there is a problem with the translation of the strings, can you reproduce it ?

Administrator
Administrator
acrylian   2009-02-12, 20:23
#13

I just found some time to dig into this.

Well, just tried I can reproduce the confusing behaviour in multilingual mode (content of german becomes content of the english string etc). I have to admin I have no idea currently. the two language strings list functions I mentions seems not to be different for their basic functionality... Guess I need some help by the "chief" here...

Update: Must be a Zenpage issue as I can't reproduce it with album descs or title...

I also can see the tinymce issue. Weird is that some of the buttons contain a translation (german as the selected main language in my case). I actually can't remember if that hasn't been that way for ever. Do you maybe since you use the multilingual feature more extensive than I actually do? Anyway, I am not sure if anything can be done if that is.

Member
Member
flu   2009-02-12, 21:15
#14

Great ! (in a way...)

About the tinymce problem (not translated strings), I had the same problem with zenpage version 1.0.1 [3429]. In fact I noticed it after the 1.2.3 Zenphoto upgrade. Before I had no problem.

Thank you for your time.

Member
Member
flu   2009-02-16, 11:46
#15

Hi guys,
anything new about it ?

Administrator
Administrator
acrylian   2009-02-16, 12:27
#16

Yep, sbillard sent a fix I will test today (I am sure it works though). It will be in tonight's nightly for sure. Sorry, it seems this issue is my fault, I did miss a detail while restructuring Zenpage (well, there is a reason why sbillard is the "chief", isn't it..:-)).

Member
Member
flu   2009-02-16, 12:52
#17

Fine !
I can't wait to try the zenphoto-2009-02-16-trunk !
Does it fix the Zenpage problem or the tinymce translation strings issue (or both) ?

Don't feel sorry, thank you for your great job !

Administrator
Administrator
acrylian   2009-02-16, 13:37
#18

No, this only fixes the quite urgent multilingual issue. About the tinymce one: It actually should use the one that is selected as the backend language and the config data that is printed looks ok. Not sure why that does not work yet.

Member
Member
flu   2009-02-17, 10:49
#19

The multilingual issue is fixed for me with the last nightly - zenphoto version 1.2.3 [3488].
Thank you !

But I still get the untranslated strings with tiny MCE...
Do you have any idea about it ?

Administrator
Administrator
acrylian   2009-02-17, 11:06
#20

Sorry, currently not but will try to find out.

Pages (2): 1 2   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.