This topic is locked

Menu not opening the application after click

2/26/2021 3:51:07 AM
PHPRunner General questions
J
jianwong author

I have this strange encounter as when click on the menu, the respective application won't open.

There are multiple menus in the main menu, all working fine except two. After clicking it, it redirects to menu.php. I clear the browser cache and re login again, but to no avail. Anyone had come across this issue before and managed to address it? Any solutions or ideas that can help to resolve it? Please share.

My project is built with version 9.8.

K
keithh0427 2/26/2021

I had this occur recently and it turned out to be an issue with one of my lookup "WHERE" statements. Once I corrected that, the menu worked as advertised. I would begin looking into the page that the menu is calling.

Sergey Kornilov admin 3/2/2021

Maybe permissions are missing for those tables?
I don't think this something that can be troubleshot without access to your application.