Undefined index

vish-fj wrote on Friday, September 05, 2014:

getting PHP error in all pages nearly…

creating new facilities


Undefined index: mode in C:\wamp\www\openemr\interface\usergroup\facilities.php on line 36
Facilities

creating new client


Undefined index: fstart in C:\wamp\www\openemr\interface\new\new_search_popup.php on line 22

can anyone help me here plizz

thanksss

visolveemr wrote on Friday, September 05, 2014:

Hello vish

Is the above error displayed on a Web Page or Error Log?

Those are PHP Notice and not an error, however it will function as intended.
If the PHP Notice displayed on a webpage, we can perform the settings in php to turn off the error reporting for PHP Notice.

OpenEMR Customization/Support Team,
ViSolve Inc
services@visolve.com
Demo’s @ ViSolve Demo Library

vish-fj wrote on Friday, September 05, 2014:

Hi

Its on the web page but after switch off display errors on PHP settings its fine. also when i try to create a new user i get error “invaild password”

yehster wrote on Friday, September 05, 2014:

Make sure you are putting the correct information in the two password text boxes.
The top box is new user’s password (new credentilal), while the bottom is for the current administrator/user’s password (to verify identity)

visolveemr wrote on Friday, September 05, 2014:

Hello vish

In the Add User forms,
Password field: we need to enter the new user password and
Your Password field: we need to enter the Logged in users password.

I think you have entered new password in the Your Password field

OpenEMR Customization/Support Team,
ViSolve Inc
services@visolve.com
Demo’s @ ViSolve Demo Library

vish-fj wrote on Friday, September 05, 2014:

Thanks guys manage to create the new users.