Your Time:
Our Time:
← Back to discussions

On version 5

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 53 replies, 5 voices, and was last updated 10 years ago by Anonymous.

  • 2016-07-21 at 9:48 am
    Support Expired
    #15529
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    Hello,
    How do I translate “advanced Testimonial Manager” for French?
    On version 5
    Thank you

    2016-07-21 at 9:29 pm
    Supported
    #15531
    pddv
    Participant
    • Topics: 5
    • Replies: 23
    • Total posts: 28
    • Post count: 46

    Hi hostingnames,
    please take a look into the documentation:
    04 Localizing Script

    We have localized the script by default with the english language using the poEdit translator. If you wish to have it translated all the strings to your language make sure you create a new translation file and place it in the locale/{YOUR -en_US- LANGUAGE}/LC_MESSAGES/messages.po

    For example if you are using it for the spanish language then your directory for the localization should be something like locale/es_ES/LC_MESSAGES/message.po. If you are using it for the portugal then it should be like locale/pt_PT/LC_MESSAGES/messages.po.

    After translation make sure you change the ;language in the functions.php file located in the include folder in last see below.

    Replace the en_US with your language you have created and the folder names are case sensitive you need to make sure it is same as it is now with the uppercase.

    // Set language
    $advt_lang = “en_US”;
    if( !empty( $advt_lang ) ) {
    putenv(‘LC_ALL=$advt_lang’);
    setlocale(LC_ALL, $advt_lang);
    bindtextdomain(“messages”, “./locale”);
    textdomain(“messages”);
    }

    If you have an issue with localization on your server then make sure your server has the gettext php extension installed and enabled. Check out with your php settings and if you are using the shared hosting you need to ask you host for how to enable the extension for the gettext. If you are familiar on enabling the gettext then find the below code in your php.ini file and remove the semicolon from the starting of the below line.

    extension=php_gettext.dll

    I hope it answer your question.

    Best regards,
    Norman

    2016-07-22 at 5:11 am
    Support Expired
    #15536
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    hi,
    all right, no worries
    a mistake here
    [21-Jul-2016 11:32:49 p.m. UTC] PHP Notice: Undefined variable: citationextras in /home/avis/public_html/dev/randomreview.php on line 94

    		if ( ( $companyname ) && ( $companyname_enable == 'yes' ) ) { 
    			echo '<span class="companyname" '.$citationextras.'>'.stripslashes( $companyname ). '</span>';
    		} 

    thank you very much

    2016-07-22 at 1:19 pm
    #15544
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    Add these 2 lines above the Company Website in randomreview.php file and see.

    $citationcolor 	= $citation_color ? ' color:'.$citation_color. ';' : '';
    $citationextras = ($citationcolor!=='') ? ' style="'.$citationcolor.'"':'';
    2016-07-22 at 11:59 pm
    Support Expired
    #15549
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    Hello,
    error

    [22-Jul-2016 18:20:02 UTC] PHP Fatal error:  Call to undefined function bindtextdomain() in
    /include/function.php on line 83

    thank you

    2016-07-23 at 10:44 pm
    Support Expired
    #15550
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130
    This reply has been marked as private.
    2016-07-25 at 4:25 pm
    #15557
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    Kindly provide ftp details so that we can check.

    2016-07-26 at 4:00 am
    Support Expired
    #15567
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    Hello,
    with version 4.1.1 we have no problem
    with version 5 we have problems
    problem detected when you visit the page index.php and single.php why?
    thank you

    2016-07-26 at 3:17 pm
    #15574
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    What is your php version? Tell me your php version.
    It means you have not installed php extension for gettext support. Kindly please read the documentation and the settings.

    http://stackoverflow.com/questions/28066131/php-versions-confusing-gettext-not-working-with-phpstorm

    • This reply was modified 10 years, 1 month ago by Fem.
    2016-07-26 at 3:30 pm
    Support Expired
    #15577
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    Hi,

    Version de PHP 5.5.33
    File_Gettext 0.4.2

    with version 4.1.1 we have no problem
    with version 5 we have problems
    problem detected when you visit the page index.php and single.php why?
    thank you

    2016-07-26 at 3:43 pm
    #15578
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Wordpress 4.5.3 release and people updates. New bugs arises. Why?
    New Software releases and for some people bugs and issues comes. Why?
    Similarly Testimonial Manager releases 5.0 and the bugs appear. May be a php version and settings.

    Is GetText Support enabled on your server?

    2016-07-26 at 3:59 pm
    Support Expired
    #15579
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    the site works well
    except that I have errors in my logs
    yes GetText Support is enabled.
    no problem with the page add new.php
    problem detected when I visit the page index.php and single.php

    2016-07-26 at 5:13 pm
    #15580
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    Oh! glad to hear about that its working well.
    Strange, it’s not showing any errors on my end, why it’s showing on your end?

    2016-07-26 at 5:21 pm
    Support Expired
    #15581
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    yes why errors?

    [26-Jul-2016 13:46:31 UTC] PHP Notice:  Undefined variable: new_version in /home/dev/public_html/avis-client/include/function.php on line 26
    [26-Jul-2016 13:46:34 UTC] PHP Notice:  Undefined variable: new_version in /home/dev/public_html/avis-client/include/function.php on line 26
    [26-Jul-2016 13:46:34 UTC] PHP Notice:  Undefined variable: projdesc in /home/dev/public_html/avis-client/randomreview.php on line 41
    [26-Jul-2016 13:46:36 UTC] PHP Notice:  Undefined variable: new_version in /home/dev/public_html/avis-client/include/function.php on line 26
    [26-Jul-2016 13:46:36 UTC] PHP Notice:  Undefined variable: projdesc in /home/dev/public_html/avis-client/testimonials.php on line 63
    [26-Jul-2016 13:46:36 UTC] PHP Notice:  Undefined variable: rate_option in /home/dev/public_html/avis-client/testimonials.php on line 106

    why my ‘add new.php “no detected error.
    and on the page index.php and single.php
    I see errors on logs

    extension = php_gettext is active

    Version de PHP 5.5.33
    File_Gettext 0.4.2

    2016-07-26 at 6:13 pm
    #15588
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Replace these attached files zip files. Extract it and upload php files.

    randomreview.php
    testimonials.php
    include/functions.php

    2016-07-26 at 9:44 pm
    Support Expired
    #15594
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    I thank you very much test
    new detected error

    [26-Jul-2016 16:09:12 UTC] PHP Notice:  Use of undefined constant His - assumed 'His' in /home/dev/public_html/avis-client/addnew.php on line 26
    [26-Jul-2016 16:09:12 UTC] PHP Notice:  Use of undefined constant His - assumed 'His' in /home/dev/public_html/avis-client/addnew.php on line 28
    2016-07-27 at 10:42 am
    #15595
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    Kindly replace this file with addnew.php.

    2016-07-28 at 2:12 pm
    Support Expired
    #15622
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    Hi, how are you
    thank you again for the quick response
    we have a problem on admin
    When we issue a customer-reviews
    the photo is deleted?

    2016-07-28 at 4:21 pm
    #15624
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    Yes, you can delete.

    2016-07-28 at 5:27 pm
    Support Expired
    #15626
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    When we edit a customer review
    photo she deleted all alone?

    2016-07-28 at 5:40 pm
    #15627
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Je ne comprends pas votre anglais . Veuillez s’il vous plaît demander à vos questions dans le français ou votre langue préférée pour que je puisse le traduire via google translate et comprendre .

    Je suis toujours vous dis de poser des questions en français ou dans votre langue.

    2016-07-28 at 8:15 pm
    Support Expired
    #15631
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    When we éditton a customer review in administration
    it removes the image?

    Lorsque nous éditton un commentaire client dans l’administration
    il supprime l’image?

    2016-07-29 at 1:20 pm
    #15635
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Nope it will not remove while editing the testimonial.

    2016-07-29 at 4:05 pm
    Support Expired
    #15659
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    Hello,
    when editing the testimony.
    administration
    he delete the picture
    Why
    thank you

    2016-07-29 at 5:18 pm
    #15660
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Je ne comprends pas votre question .
    he delete the picture? he who? why? what why?

    2016-07-30 at 12:01 am
    Support Expired
    #15664
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    Hello,
    when editing of the testimony,
    client in administration
    it does remove the client’s picture

    Thank you

    2016-08-01 at 3:27 pm
    #15682
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    Follow this path testimonial/admin/update.php and replace the given file.

    2016-08-01 at 7:06 pm
    Support Expired
    #15689
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    Hello,
    nothing changed
    always the same problem
    he remove the image of the customer
    thank you

    2016-08-01 at 7:55 pm
    Support Expired
    #15690
    hostingames
    Participant
    • Topics: 14
    • Replies: 101
    • Total posts: 115
    • Post count: 130

    on version 4.1.1
    no problem
    Once the customer reviews edit the picture is not deleted
    the problem is the version 5

    2016-08-02 at 11:57 am
    #15704
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    It’s working fine at my end. Why not at your end? You might have changed the code at your end.

You must be logged in to reply to this topic.