Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • thkellmann Friend
    #200912

    Hello everybody,

    from which file the error messages are read? I would like to change this in the German language.


    1. contact-Customize-error-messages
    Adam M Moderator
    #547914

    Hi,

    By default, we only provide 1 language file for this module and it’s located in root_folder/language/en-GB/en-GB.mod_jaquickcontact.ini, if you want to translate it to another language, please make a copy of this file, rename it and place in appropriate language folder.

    thkellmann Friend
    #551170

    Thanks for the info, I revised the file.
    The attachment contains a German version.

    However, I have found a mistake.
    When i activate “Use ajax sending” always the standard “Thank you message” is output.
    I have in vain tried to prevent.
    This is very annoying. Could you try to find the error?


    thkellmann Friend
    #551371

    Wrong Attachment. Sorry.

    Please change after download the filename to de-DE.mod_jaquickcontact.ini


    Thanh Nguyen Viet Friend
    #551607

    Hello,

    To resolve this issue, please try to use solution below:
    – Open the file:
    modules/mod_jaquickcontact/admin/helper.php

    – Find the code line:
    [PHP]$mainframe->initialise(array(
    ‘language’ => $mainframe->getUserState( “application.lang”, ‘lang’ )
    ));[/PHP]

    – And replace it with:
    [PHP]$app->initialise();[/PHP]

    thkellmann Friend
    #552088

    Hello,

    i check the file modules/mod_jaquickcontact/admin/helper.php and don´t find the code

    $mainframe->initialise(array(
    'language' => $mainframe->getUserState( "application.lang", 'lang' )
    ));

    similar Code i find in Line 46

    $mainframe->initialise();

    if i change this line in

    $app->initialise();

    the contact form don´t send without any error the message.

    Thanh Nguyen Viet Friend
    #552092

    You can send me a PM with FTP account of your site, I’ll help you to debug and resolve this issue.

    thkellmann Friend
    #552235

    Hello,
    i send immediately the accouont Informations, thanks for your Support.

    Thanh Nguyen Viet Friend
    #552249

    Hello,

    I have checked your site and detected a cause of this issue.
    It occurred because your module is not assigned to All page, thus on ajax handle page it can not get module, that meant it can not get error message in module setting.

    This is an issue of JA Quick contact module, we will fix it for upcoming version.

    For quick solution, I have assigned this module to display on all page on your site.

    thkellmann Friend
    #552262

    Great Support Dead Code, well done. Have a good time.

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 3 voices, and was last updated by  thkellmann 9 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum