Tagged: , , , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #481407

    Hi,
    http://stage21.ramsau.com/category/die-bergwacht/
    This erros message comes on different sites
    Warning: Illegal offset type in isset or empty in /var/www/vhosts/ …. plugins/sitepress-multilingual-cms/inc/template-functions.php on line 360

    It does not happen with standard-theme, only with enfold. I already asked wpml support: Answer:

    This issue is not happening when default theme is activated. So this clearly an compatibility issue with the Enfold theme.

    I have forwarded the details to our Themes & Plugins Compatibility Team and they will contact the author.

    I’m using wp 4.2.3, enfold 3.2.1, wpml 3.2.2, php 5.4.42, 128MB

    This message appears only when enfold and wpml are enabled. The message does not show up when default theme ist active, or when wpml is not active.

    #481876

    Hey xxtita!

    Thank you for using Enfold.

    This is an issue between WPML and blog grid style. Unfortunately, we’re not sure what’s causing the warning. You can hide the warnings by adding this code in the wp-config.php file:

    ini_set('log_errors','On');
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    EDIT: Look for this code then replace it with the code above:

    define('WP_DEBUG', false);
    

    Best regards,
    Ismael

    #481989

    Hi Ismael,
    works, thanks.
    Just wanted to say, Its not happening on all grid-style blog sites. There was no error warnings on the blog-page “Aktuelles” where all posts are showing. The error-message only appears in categories with grid-style. So all grid-styles with http…/category/… show error-messages.

    I will try the next time with a clean installation. Already did and worked. This site was cloned (site and db) and copied into a new file.

    #482634

    Hi,

    Thanks for the info and glad you got it fixed :-)

    Best regards,
    Rikard

    #510949

    Hello

    What about this problem? We have Enfold 3.3.2, WPML 3.2.7 and WP 4.3.1 and today after fresh install of WPML I’ve got same thing on grid layout.
    Strange, my blog layout has grid layout but this problem is only at category pages.
    Can you contact with kriesit and resolve this warning? Enfold and WPML have very big community and everyone would be happy :)

    Thanks!

    #511027

    Hey!

    Have you tried the code Ismael suggested?
    Did not worked out for you?

    Best regards,
    Basilis

    #1226768

    Having the same issue…hide PHP warnings do not work as described above.
    Deactivated all cache plugins

    • This reply was modified 4 years ago by iconbit.
    #1227118

    Hi iconbit,

    Please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.