You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
the news/slug page in the documentation project fails to load
CodeIgniter 4 version
4.0.3
Affected module(s)
the overview view
Expected behavior, and steps to reproduce if appropriate
when you visit the news page it loads the overview view listing the news items in the database along with a link redirecting to News::view/$1 route which displays the single news item.
but it does not show the page.
the reason lies in the view
Describe the bug
the news/slug page in the documentation project fails to load
CodeIgniter 4 version
4.0.3
Affected module(s)
the overview view
Expected behavior, and steps to reproduce if appropriate
when you visit the news page it loads the overview view listing the news items in the database along with a link redirecting to
News::view/$1
route which displays the single news item.but it does not show the page.
the reason lies in the view
should instead be
Context
The text was updated successfully, but these errors were encountered: