ERROR. Please pick a proper 'Password'

angelicken wrote on Saturday, March 14, 2015:

Hello, new user here trying to complete installation on OS X 10.

APACHE & MySQl are both running great with no problems.

First, i have many undefined index issues on my installer.class (lines 13 thru 31).

Then on step 3 of the setup i get error message: ERROR. Please pick a proper ‘Password’ --this happens when i enter the initial user & password as: admin/pass
I did chose to have OpenEMR create a database for me… I have tried many different passwords but nothing worked.

Please i am in need of any suggestions.
Thanks

fsgl wrote on Saturday, March 14, 2015:

See other thread.

blankev wrote on Saturday, March 14, 2015:

In Globals there is an option of simple passwords and more secure passwords. Hope this is something?

If you install OpenEMR on a local machine with XAMPP there is a password with something like escargot… all in the manual, but hidden so not everybody will have the option to invade your newly installedOopenEMR.

fsgl wrote on Saturday, March 14, 2015:

Pimm,

Mac users are very devoted to their OS.

If Kenny were a Window/Ubuntu user, he probably would not have to ask for help because Brady’s packages are super easy to install.

Because we are talking about a Mac device, we’ll have to offer extra help. Mac install guides are as rare as hen’s teeth.

blatta wrote on Sunday, March 15, 2015:

OK. OK. I’ll get around to writing one eventually, as soon as I solve several other problems. In general, however, I’ll stick with my original (on some other thread) statement that installing OEMR on a Mac isn’t really all that difficult. I’ve done it several times on MAMP but my preferred method is to create my own Mac/Apache/MySQL/PHP stack, which is really quite easy but doesn’t always seem to agree with the latest versions of MySQL. We Mac users do indeed love our Macs (and Linux machines, and even Windows to a lesser extent).

blankev wrote on Sunday, March 15, 2015:

Time to think twice for a solution.

How can Brady be convinced to start to think about MAC, wasn’t this an Apple-clone ;-))

Or did it start in the beginning? Eve said to Adam an apple a day (not all agree the apple was a forbidden fruit) get you clothed like a gentle man, but makes you take hurdles to big for human beings…

The snake said: YES. Fruit for thought.

fsgl wrote on Sunday, March 15, 2015:

Be great if Brady gives us a Mac package. Last I heard he was considering tinkering with his Mac. MU2 is a big drag on his time, so a “Mac Pac” will have to wait. We’re not fully certified yet.

An apple a day, keeps the doctor away.

Adam/Eve creation story cannot be a woman’s concoction.

The most rudimentary form of reproduction is budding as in bacteria. Biologists use the terms mother & daughter cells for good reasons.

In the evolution to sexual reproduction, Mother Nature should have created the X chromosome first because it’s easier to duplicate it to give “Eve”. The Y chromosome must have been a good mutation of the X chromosome. Adam’s rib, I think not.

Buddhism teaches that desire, rather than original sin, is at root of suffering. How can there be good without evil? Human experience would be radically different without polarities (hot/cold, rich/poor, well/sick).

angelicken wrote on Sunday, March 15, 2015:

Thanks all. But any help will be appreciated.

fsgl wrote on Sunday, March 15, 2015:

Did you try the other install guide, mentioned in the other thread?

angelicken wrote on Sunday, March 15, 2015:

YES - i still stuck with the password on the Initial User Password.

Do you think this is caused by all the Undefined index notices i have?

Notice: Undefined index: iuser in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 13

Notice: Undefined index: iuserpass in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 14

Notice: Undefined index: iuname in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 15

Notice: Undefined index: iufname in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 16

Notice: Undefined index: igroup in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 17

Notice: Undefined index: server in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 18

Notice: Undefined index: loginhost in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 19

Notice: Undefined index: port in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 20

Notice: Undefined index: root in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 21

Notice: Undefined index: rootpass in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 22

Notice: Undefined index: login in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 23

Notice: Undefined index: pass in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 24

Notice: Undefined index: dbname in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 25

Notice: Undefined index: collate in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 26

Notice: Undefined index: source_site_id in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 28

Notice: Undefined index: clone_database in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 29

Notice: Undefined index: no_root_db_access in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 30

Notice: Undefined index: development_translations in /Applications/XAMPP/xamppfiles/htdocs/openemr/library/classes/Installer.class.php on line 31
OpenEMR Setup

?

fsgl wrote on Sunday, March 15, 2015:

In which setup step did the “use another password” error message pop up, Step 2 or Step 3?

Provide screenshot of above error message.

I presume that Apache & MySQL are both running as depicted thus :


& by access to phpMyAdmin.

Post the fatal errors from php_error_log.

In Windows the path is xampp\php\logs\php_error_log & in Linux it’s /var/log/apache2/error.log. Don’t know the exact path for OS X, but look in the vicinity.

fsgl wrote on Sunday, March 15, 2015:

Explanation of notices, so we need the screenshot & the fatal errors.

angelicken wrote on Sunday, March 15, 2015:

Thanks a lot. I figured out the issue. I was forgetting to add the mysql password. I added it and it worked
I am fine now with the rest of the install. But my only question is regarding these Notices…should i pay attention to them or just ignore?

fsgl wrote on Sunday, March 15, 2015:

Nice work!

Are there any fatal errors now? If no fatal errors, it’s probably safe to ignore the notices. Fatal errors must be fixed, however.

To help other Mac users in future, I will need to modify the second OS X install guide. Were there any other problems with the pictorial install guide (not the Mountain Lion guide)? Thanks for being a guinea pig.

So in Step 2, the MySQL password must be set? In the Linux guide, Brady did say that the MySQL password requires setting.

blankev wrote on Sunday, March 15, 2015:

Looking in the reality world of today, it is better to use the word MUTINY, this goes for males, if you suggest they are secondary to females, it only fits mutiny.

Delete the option of mutation. An union has much more chromosomes compared to human being are also better equipped than a human beings with XX or XY to survive. A hole replaced by a tree just by mutation? A tree planted in a hole seems to be a creative solution. You have to be a creator, even better THE CREATOR to think of such a solution.

angelicken wrote on Sunday, March 15, 2015:

YES…Glad guinea pig. I did not use the Mountain Lion Guide…yes you are right its the second OS X install.

Thanks, A LOT to you guys