• When I enable debug mode in wp-config.php, I’m getting this message:

    Deprecated: Function create_function() is deprecated in /var/www/wp-content/plugins/revslider/includes/framework/functions-wordpress.class.php on line 257

    Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /var/www/wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php on line 111
    HOME
    TOUR
    CONTACT

    Notice: Undefined index: menu_page_is_menu in /var/www/wp-content/themes/lush/parts/top-menu.php on line 18
    HOME
    Notice: Undefined index: menu_page_is_menu in /var/www/wp-content/themes/lush/parts/top-menu.php on line 18
    TOUR
    Notice: Undefined index: menu_page_is_menu in /var/www/wp-content/themes/lush/parts/top-menu.php on line 18
    CONTACT

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jpdacostas

    (@jpdacostas)

    UPDATE: I have reversed PHP 7.3 to PHP 7.0 and the first 2 errors have gone away.
    So now I’m guessing Revolution Slider does not support PHP 7.3?

    Dion

    (@diondesigns)

    I personally would be very concerned about that first deprecated message. create_function() has many issues, and as of PHP 5.3 (released 10 years ago!), a vastly superior replacement is available.

    Hopefully there is a newer version of Revslider that uses more modern (and more secure) coding.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘create_function() is deprecated’ is closed to new replies.