When the view posts option is chosen from the news module and there aren't any items saved in the news table, it crashes with a global error catch.
Logged In: YES user_id=848322
two cases when this happens:
1. when the database table does not exist 2. when the database table is empty
the original bug is for a the first case. this is a follow up for the second case:
the module should handle situations where there are no news items to show.
Log in to post a comment.
Logged In: YES
user_id=848322
two cases when this happens:
1. when the database table does not exist
2. when the database table is empty
the original bug is for a the first case. this is a follow up for
the second case:
the module should handle situations where there are no news
items to show.