Big fan of Gavick and its related templates and solutions here. I've just installed News Show Pro GK5, and I'm having some trouble getting it to work with K2. I'm using J!3.1.6 and the latest release of NSPro GK5. (I just downloaded it this morning.)
Here are the "data source" settings I'm using:
Source: K2 Categories. I've selected three categories, each of which has one item in it.
Module mode: Standard mode.
Note: I've tried publishing the module with other content sources, including "all K2 items" and "all Joomla articles" and "Joomla categories," and they've all worked fine.
Here's the error I'm getting:
- Code: Select all
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /xxxxxxxxxxxx/modules/mod_news_pro_gk5/data_sources/com_k2/model.php on line 314
I checked the GitHub page for this, and I saw that there was one update related to this module.
https://github.com/GavickPro/News-Show- ... ws_pro_gk5
When I checked the GitHub page, though, it looked like all the changes had been applied to the version I downloaded this morning. Also, my error is connected to a different line number, 314:
- Code: Select all
$content[$pos] = array_merge($content[$pos], (array) $item);
Has anyone else encountered this error? Any assistance would be appreciated!