Okay
  Public Ticket #1302854
Cyrillic names
Closed

Comments

  •  1
    Nitrat started the conversation

    Hello!

    Why are column names not transferred correctly if they are written in Cyrillic ???

    Only english - wdtcolumns44, wdtcolumns45 etc...

  •  1,698
    Miloš replied

    HI Nitrat,
    Thank you for your purchase.

    Sorry I did not quite understand your issue, can you please describe me more or send me some example/screenshot so I can take a look.


    Thank you.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •  1
    Nitrat replied

    I have the field names in the Russian language. When the table is created all columns are not called by these names, but it is not clear - wdtcolumns44, wdtcolumns45 etc...See screeenshot from form.

  •  1,698
    Miloš replied

    Hi Nitrat,

    Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.

    Also point me to the table ID so I can take a look.


    Thank you.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •   Nitrat replied privately
  •  1,698
    Miloš replied

    Hi Nitrat,

    Unfortunately when I try to configure the table Id 3 I get this error. ( attachment) 


    Can you please tell me do you manage to open a configuration page for this table.

    Best regards.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •  1
    Nitrat replied

    Hi Bogdan.

    Now I see the same thing. But last week everything worked. The code there is like this -


    select le.id, lead_id, 

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 131 ) blser,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 132 ) blnom,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 86 ) nom,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 133 ) golog,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 76 ) sozd,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 85 ) strahovatel,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 6 ) fsr,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 4 ) isr,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 5 ) osr,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 57 ) fsl,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 55 ) isl,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 56 ) osl,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 62 ) pols,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 63 ) drs,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 64 ) grs,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 99 ) docum,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 8 ) serdoc,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 9 ) numdoc,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 10 ) datv,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 11 ) kemv,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 38 ) adresmj,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 40 ) datareg,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 28 ) telstr,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 100 ) fax,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 130 ) emails,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 90 ) org,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 37 ) naimyu,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 103 ) sokrnaz,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 104 ) firmnaim,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 109 ) naiminostr,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 36 ) innyu,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 105 ) ogrnyu,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 106 ) dataregyu,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 107 ) mestregyu,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 108 ) docegr,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 91 ) adresyu,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 110 ) telyu,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 111 ) faxyu,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 139 ) siteyu,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 114 ) emailyu,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 93 ) fioyu,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 115 ) doljyu,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 116 ) danndoc,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 146 ) naimip,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 118 ) innip,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 119 ) ogrnip,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 44 ) drz,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 43 ) polz,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 45 ) grz,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 22 ) fz,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 20 ) iz,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 21 ) oz,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 60 ) fzl,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 58 ) izl,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 59 ) ozl,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 123 ) docz,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 124 ) serdocz,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 125 ) nomdocz,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 126 ) datavdocz,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 127 ) kemvdocz,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 122 ) adrs,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 54 ) telz,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 129 ) emailz,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 88 ) cena,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 89 ) ss,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 82 ) progr,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 27 ) stars,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 141 ) vremya,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 138 ) fin

    ,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 140 ) terr,

    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 75 ) agent,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 142 ) naimagent,
    (select value from wp_rg_lead_detail f where f.lead_id = l.lead_id and f.field_number = 144 ) komissia

    from wp_rg_lead_detail l, wp_rg_lead le 

    WHERE l.form_id = '7'

    AND l.lead_id = le.id
     
    AND status='active'

    group by lead_id


  •  1,698
    Miloš replied

    Hi Nitrat,

    Is there any information/errors in the server log.

    Can you please check that.

    Best regards.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •  1
    Nitrat replied

    Hi Bogdan

    Now the table opens for editing, try

  •  1,698
    Miloš replied

    Hi Nitrat,

    Ok now I can see the issue.
    It looks like a small bug on our side.
    I will forward this issue to my team and I will get back to you as soon as I have an answer.

    Sorry for any inconvenience and thank you for understanding.

    Best regards.

    Kind Regards, 

    Miloš Jovanović
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables