Okay
  Public Ticket #1199768
Unite Revolution Slider 2 Admin area is not working
Closed

Comments

  •  5
    Alex started the conversation

    Unite Revolution Slider 2 admin interface in Joomla is not working with php version 7.1.

    Error Message: [] operator not supported for strings


    Regardes,

    Alex

  •  529
    Igor replied

    Hi,

    can you tell me which version of Unite slider do you have on your website?

    Regards,
    Igor

  •  5
    Alex replied

    Version 4.6.5 b1

  •  529
    Igor replied

    Hi,

    Please update your Revolution slider to the latest version which can be download from UniteCMS website

    Regards,
    Igor

  •  5
    Alex replied

    Have a solution for that issue.

    An Array was declared as a String.

    Change line 21 in revslider/includes/framework/base-admin.class.php

    From:
    private static $arrMetaBoxes = ”; //option boxes that will be added to post

    TO:
    private static $arrMetaBoxes = array(); //option boxes that will be added to post

    Regards,
    Alex

  •  529
    Igor replied

    Hi,

    thank you but this was already fixed in the latest version

    Regards,
    Igor

  • Vita replied

    Hi,

    where can I find the expression "private static $arrMetaBoxes = ”; //option boxes that will be added to post" within the Joomla Component? There is noch base-admin.class.php as far as I know.

    thx in advance

  •  5
    Alex replied

    look at:
    administrator\components\com_uniterevolution2\base-admin.class.php

    Cheers Alex

  • Vita replied

    there's no such file.

  •  529
    Igor replied

    Hi,

    as I said, this has already been fixed so please download the latest version and install it

    Regards,
    Igor

  • Vianick replied

    What Alex suggests solved my issue, only that the base_admin.class.php file in my case was located at:

    /administrator/components/com_uniterevolution2/inc_php/framework/base_admin.class.php

    I looked for the variable $arrMetaBoxes (wich was on line 45), changed it as suggested and problem solved!


    Thanks a lot Alex

  •  529
    Igor replied

    Hi,

    good to hear. Or you could download the latest version and have many other issues fixed as well :-)

    Regards,
    Igor