Jump to content

Edit History

Jose FG

Jose FG

NOTE: If Nixnix's solution is not work, check the file /controllers/front/category.php. 

The "gods" developers changed the order of the attributes of the "getAllPosts" function, so if the file is still called that function with the order: LANG, LIMIT START, LIMIT is wrong.

If we open the file SmartBlogPost.php and we will see the function, now we see it like this: public static function getAllPost ($limit_start, $limit, $id_lang = null)

Jose FG

Jose FG

NOTE: If Nixnix's solution is not work, check the file /controllers/front/category.php. 

The "gods" developers changed the order of the attributes of the "getAllPosts" function, so if the file is still called that function with the order: LANG, LIMIT_START, LIMIT is wrong. If we open the file SmartBlogPost.php and we will see the function, now we see it like this: public static function getAllPost ($ limit_start, $ limit, $ id_lang = null)

×
×
  • Create New...