[SOLVED] A Warning in YouGrids for J 1.6
Hello,
I have a Warning in Joomla 1.6 : Warning: in_array() [function.in-array]: Wrong datatype for second argument in /xxx/xxxxx/xxxxxx/xxxxxxxxx/templates/yougrids/yjsgcore/yjsg_core.php on line 153 What can I do ? Sorry for my English I am an German Men and my English is very Bad.:D Greets MArio |
can you advise what settings you have setup and you php version please
|
I have Preferences leave and PHP Version is: 5.2.12-nmm2
http://img191.imageshack.us/img191/1...2h37m58s00.png |
sorry for the trouble and thnx for the find ,
i forgot to check if that setting is an array , new template is up you can reinstall over the old one , or manual fix would be in file yougrids/yjsgcore/yjsg_core.php line 153 Code:
if(in_array($itemid, $define_itemid) ){Code:
if( is_array( $define_itemid ) && in_array($itemid, $define_itemid) ){ |
Many Thanks,
now it works Fine. Greets Mario |
| All times are GMT -4. The time now is 04:04 PM. |
Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.