This topic has 5 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #143795
     AntKat
    Participant


    Warning: implode(): Invalid arguments passed in /wp-content/themes/kleo/lib/menu-walker.php on line 166

    #143832
     Laura
    Moderator

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #143947
     AntKat
    Participant

    Hi Laura,
    I’ve attached information from the debug file. I put it in a Word doc to make it easier to separate and read the entries.

    #144077
     Laura
    Moderator

    Hello, seems like there is an issue with the child theme functions.php , do you have any custom code there? if so, make a backup of the file and delete the codes, then test again

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #144152
     AntKat
    Participant

    Hi Laura,
    The child theme functions code had been provided by your team (see attached file) I am not a programmer.

    #144350
     Laura
    Moderator

    Hello, well do the same, delete the code an check if the error is gone 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?