• ladywiki

    (@ladywiki)


    Never mind which version I installed this errors appear:
    (I’ve tested with mqtranslate and same problem)

    Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 51 Notice: Undefined index: in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 51 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 52 Notice: Undefined index: in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 52 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 53 Notice: Undefined index: in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 53 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 54 Notice: Undefined index: in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 54 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 55 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 61 Notice: Undefined index: in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 61 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 111 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 111 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 111 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 111 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 111 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 111 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 111 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 111 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 111 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 111 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 111 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 111 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 111 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 111 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 111 Notice: Undefined index: language in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php on line 111 Warning: Cannot modify header information – headers already sent by (output started at /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_hooks.php:111) in /hsphere/local/home/luisgl/hostalsalinas.com/boutique/wp-content/plugins/qtranslate/qtranslate_core.php on line 71

    https://wordpress.org/plugins/qtranslate/

Viewing 2 replies - 1 through 2 (of 2 total)
  • iggyvolz

    (@iggyvolz)

    First of all, if you’re on a production site, you shouldn’t be seeing any error, whether it occurs or not. Make sure you’re not in debug mode (check your wp-config.php). If you don’t have debug mode enabled, add this code: ini_set('display_errors','0'); which will hide errors.

    The only true errors are the notices, the warning is an error that results from the notices showing. The problem looks to be that $q_config[‘language’] is not set for some reason, which is setting off the chain reaction of errors. If your site is working fine besides the error messages, you can safely ignore it (make sure you set display_errors to 0 as described above).

    Thread Starter ladywiki

    (@ladywiki)

    I have not debug mode enabled and when I added this code “ini_set(‘display_errors’,’0′);” the admin page is blank

    (Thanks for the answer anyway)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No version of qtranslate works in wp 3.8.3’ is closed to new replies.