Okay
  Public Ticket #1659705
Code on homepage
Closed

Comments

  • Sean started the conversation

    Hi guys, there is currently code being displayed on my homepage currently, just below the header;

    Deprecated: The each() function is deprecated. This message will be suppressed on further calls in/home/hf7h1b505myd/public_html/wp-content/plugins/js_composer_salient/include/classes/core/class-vc-mapper.phpon line186

    I am on the latest version of the theme, and this only appeared today. Can someone please let me know what I might be able to do to get rid of it?


  •  75
    Scott replied

    Hey there,

    Your PHP Settings are likely not correct. 

    Please ensure you are running the PHP version 7.1 and not 7.2 as it is causing issues .

    You can verify your PHP configuration limits by installing a simple plugin called WordPress phpinfo http://wordpress.org/extend/plugins/wordpress-php-info/

    Recommended PHP configuration limits are as follows:

    max_execution_time 60
    memory_limit 256M
    post_max_size 48M
    upload_max_filesize 48M

    Please have your host fix this up for you.

    Regards 

    Themenectar Support Team