[SOLVED] - BUG - Only the first home page module box is loaded

More
28 Apr 2014 14:55 #3127 by cpvt
If you have multiple module boxes in home page only the first one are loaded when you enter in Home page.

SOLUTION:

The developer added a function to reuse a class if already instanciaded, in this case ListViewController, but forget to check if the QueryGenerator has changed, also they not set the new QueryGenerator. This happen in home page where each module box contain a "Listview" object.

in include/home.php after line 298 add this line

$controller->setQueryGenerator($queryGenerator);

cp
The following user(s) said Thank You: dende

Please Log in to join the conversation.

More
23 May 2014 09:43 #3140 by dende
Thank you !

I've reported this thread to our technical dept.

Bye

Please Log in to join the conversation.

Time to create page: 0.065 seconds