gius Level 4
-
I get the following warnings (see below).
How to correct ?Warning: count(): Parameter must be an array or an object that implements Countable in /home/clients/94f81f0a865930eaeac9289bf1827292/web/components/com_simgallery/tables/photos.php on line 54
Warning: count(): Parameter must be an array or an object that implements Countable in /home/clients/94f81f0a865930eaeac9289bf1827292/web/components/com_simgallery/tables/albums.php on line 57
Warning: count(): Parameter must be an array or an object that implements Countable in /home/clients/94f81f0a865930eaeac9289bf1827292/web/components/com_simgallery/tables/photos.php on line 54
Warning: count(): ... show more -
I'm using SIMGalery with Joomla / Community Builder 2.0.5.
I get the message SIMGallery plugin not compatible with this CB versionNotice during usage :
Notice: Undefined variable: in /volume1/web/joomla/plugins/system/simgallery_system/simgallery_system.php on line 598
This is the line 598 of your plugin
if ( (!${$config->get('cbparam')} && !$userid) || (${$config->get('cbparam')} == 'userprofile' && !$userid) || (!${$config->get('cbparam')} && $userid == $user->id) || (${$config->get('cbparam')} == 'userprofile' && $userid == $user->id) ) {
Could you help ?... show more
SIMBunch Answers powered by SIMAnswers from SIMBunch