Comments 5Alex started the conversationJune 8, 2017 at 2:34pmUnite Revolution Slider 2 admin interface in Joomla is not working with php version 7.1.Error Message: [] operator not supported for stringsRegardes,Alex 753Igor repliedJune 8, 2017 at 5:59pmHi, can you tell me which version of Unite slider do you have on your website?Regards,Igor 5Alex repliedJune 8, 2017 at 7:13pmVersion 4.6.5 b1 753Igor repliedJune 8, 2017 at 9:54pmHi,Please update your Revolution slider to the latest version which can be download from UniteCMS websiteRegards,Igor1 Like 5Alex repliedJune 9, 2017 at 3:10pmHave a solution for that issue.An Array was declared as a String.Change line 21 in revslider/includes/framework/base-admin.class.phpFrom:private static $arrMetaBoxes = ”; //option boxes that will be added to postTO:private static $arrMetaBoxes = array(); //option boxes that will be added to postRegards,Alex4 Likes 753Igor repliedJune 11, 2017 at 8:53amHi,thank you but this was already fixed in the latest versionRegards,Igor1 LikeVita repliedJuly 15, 2017 at 7:19amHi, 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 5Alex repliedJuly 15, 2017 at 6:52pmlook at:administrator\components\com_uniterevolution2\base-admin.class.php Cheers Alex1 LikeVita repliedJuly 16, 2017 at 7:14amthere's no such file. 753Igor repliedJuly 16, 2017 at 1:35pmHi,as I said, this has already been fixed so please download the latest version and install itRegards,IgorVianick repliedJune 4, 2018 at 7:00pmWhat 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.phpI looked for the variable $arrMetaBoxes (wich was on line 45), changed it as suggested and problem solved!Thanks a lot Alex 753Igor repliedJune 5, 2018 at 5:46amHi,good to hear. Or you could download the latest version and have many other issues fixed as well :-)Regards,Igor Sign in to reply ...
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
Hi,
can you tell me which version of Unite slider do you have on your website?
Regards,
Igor
Version 4.6.5 b1
Hi,
Please update your Revolution slider to the latest version which can be download from UniteCMS website
Regards,
Igor
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
Hi,
thank you but this was already fixed in the latest version
Regards,
Igor
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
look at:
administrator\components\com_uniterevolution2\base-admin.class.php
Cheers Alex
there's no such file.
Hi,
as I said, this has already been fixed so please download the latest version and install it
Regards,
Igor
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
Hi,
good to hear. Or you could download the latest version and have many other issues fixed as well :-)
Regards,
Igor