• Resolved Dean_Wilson

    (@dean_wilson)


    Simple fix required for the plugin to work on php7.3:

    \wp-content\plugins\LayerSlider\includes\slider_markup_init.php on line 87:

    $data[] = '<script type="text/javascript">';

    causes fatal error:
    Uncaught Error: [] operator not supported for strings

    Just need to initialise $data as an array first with:

    $data = [];

    and its all good.

Viewing 1 replies (of 1 total)
  • Plugin Author Umar Bajwa

    (@umarbajwa)

    Hi,

    This is not our plugin. This plugin does not have any file with name : slider_markup_init.php

    Thanks

    • This reply was modified 4 years, 1 month ago by Umar Bajwa.
Viewing 1 replies (of 1 total)
  • The topic ‘Update required for Php 7.3 support’ is closed to new replies.