Recently developed two times in Tongda OA. I had a three-point problem with a sore egg. I hope the great God can give you valuable advice
1: The same code. I wamp in the environment with the administrator to create a successful ordinary user, the upper right corner of the login user is still an administrator. But put in OA in the upper right corner is just add the successful user. and other features when clicked will show me a good illegal access page, but continue to add users, incredibly can (I also did the same illegal access, and did not go to execute)
2: Three pages of the user administrator's supplier. All have a refresh order function. Same notation. The refresh of administrators and users no matter how many times it refreshes. There's no problem. But the supplier's initial refresh time, can display the normal order number, but refreshes the second time, the database directly does not have.
3: Use Ajax to do a quick search for the customer's linkage function. The code is all the same, and echo the SQL statement is not garbled. But the drop-down table on the right has a noticeable movement, but does not follow the SQL statement to get the answer selected.
Reply to discussion (solution)
1, the server configuration is different, Linux? The default permissions
1, when creating the user, the newly created user has done the login processing?
2. Whether the page has a direct calling program port
3. Does SQL return data correctly and is the data correctly applied
Unregistered users, register automatically after login, it is popular practice
However, you should exclude the administrator's actions
If your system is not like this, please modify the
A refresh is gone, obviously the filter condition is missing, or not
The drop-down list is obviously moving. Indicates that the drop-down table has been updated with Ajax (this is not normally done)
But you didn't set a check on the new drop-down list (typically assigned when AJAX is returned)
1. Possible reasons, the session is re-overwritten.
2. Possible reasons, the session is re-overwritten. Then the query data error
3. Since the move, and no error, it means that there is no error in Ajax.