Blank Menu Screens after upgrade

mcsystemsgb wrote on Friday, November 11, 2016:

After a long period of inactivity I upgraded openEMR to 4.2.2 but the left menu and the top are now blank. I see a few mentions of “permissions”, here. Where can I set these? Opening the files up douesn’t change anything. I seem to be able to operate any module independently. Looks the same in Chrome, FF, and Iphone Safari.

The profile I am looking for is for the provider, billing coordinator/receptionist and administrator have broad privileges. And looking forward to building a handheld friendly look that makes the tasks that each faces less clicky and redundant. I just tried it and it seems faster and quite solid, just needs some “view scaling” to tune it up.

Thank you for a great platform!

Frank

mcsystemsgb wrote on Friday, November 11, 2016:

Running 4.2.0 right now. Here’s what it looks like.

cmswest wrote on Friday, November 11, 2016:

hi Frank, are you planning to run this on https for hipaa?

mcsystemsgb wrote on Saturday, November 12, 2016:

Possibly, does that affect this issue?

cmswest wrote on Sunday, November 13, 2016:

just thinking that we start with setting up https, not sure about godaddy’s hipaa compliance capability

mcsystemsgb wrote on Sunday, November 13, 2016:

Do I need to get a Certificate from them?
I see that as an upgrade there.

cmswest wrote on Sunday, November 13, 2016:

before you get more involved you might want to reach out to them and see if they are hipaa compliant, http://www.hhs.gov/hipaa/for-professionals/index.html

mcsystemsgb wrote on Sunday, November 13, 2016:

Ths site has been operating for years. All I need is to find out why the left menu is blank. it works on this other web site. This hosting is also from GoDaddy, but their CPanel oriented product.But this product chokes on the real DB while the regular Deluxe Linux hosting works fine, except for the left menu that is. Do i have to go https to use the left menu?

http://digitaleminence.com/openemr

mcsystemsgb wrote on Sunday, November 13, 2016:

It looks good here, but this GoDaddy product doesn’t seen to have the overhead to handle a developed, live fileset

teryhill wrote on Sunday, November 13, 2016:

Frank are you getting any information in the PHP error log

mcsystemsgb wrote on Monday, November 14, 2016:

[Sat Nov 12 23:50:25 2016] [4714429] [fcgid:warn] [client 174.103.202.168:58390] mod_fcgid: stderr: PHP Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or ‘(’ in /home/content/29/4714429/html/openemr/interface/main/left_nav.php on line 2, referer http://mcsystemsonline.com/openemr/interface/main/main_screen.php?auth=login&site=default
[Sat Nov 12 23:57:07 2016] [4714429] [fcgid:warn] [client 174.103.202.168:63024] mod_fcgid: stderr: PHP Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or ‘(’ in /home/content/29/4714429/html/openemr/interface/main/left_nav.php on line 2, referer http://mcsystemsonline.com/openemr/interface/main/main_screen.php?auth=login&site=default
[Sun Nov 13 00:06:59 2016] [4714429] [fcgid:warn] [client 174.103.202.168:63165] mod_fcgid: stderr: Blowfish hashing algorithm not available. Upgrading to PHP 5.3.x or newer is strongly recommended, referer http://mcsystemsonline.com/openemr/interface/usergroup/user_admin.php?id=15
[Sun Nov 13 00:08:32 2016] [4714429] [fcgid:warn] [client 174.103.202.168:63207] mod_fcgid: stderr: PHP Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or ‘(’ in /home/content/29/4714429/html/openemr/interface/main/left_nav.php on line 2, referer http://mcsystemsonline.com/openemr/interface/main/main_screen.php
[Sun Nov 13 00:43:50 2016] [4714429] [fcgid:warn] [client 174.103.202.168:63966] mod_fcgid: stderr: PHP Warning: Missing argument 3 for optionalAge(), called in /home/content/29/4714429/html/openemr/library/options.inc.php on line 1665 and defined in /home/content/29/4714429/html/openemr/library/options.inc.php on line 57, referer http://mcsystemsonline.com/openemr/interface/patient_file/summary/patient_summary.php
[Sun Nov 13 00:43:50 2016] [4714429] [fcgid:warn] [client 174.103.202.168:63966] mod_fcgid: stderr: PHP Warning: Missing argument 3 for optionalAge(), called in /home/content/29/4714429/html/openemr/library/options.inc.php on line 1665 and defined in /home/content/29/4714429/html/openemr/library/options.inc.php on line 57, referer http://mcsystemsonline.com/openemr/interface/patient_file/summary/patient_summary.php

teryhill wrote on Monday, November 14, 2016:

Upgrade PHP. You can comment out line 2 “use ESign\Api;” of the left nav and see it the menu shows up, But UPGRADE PHP.

mcsystemsgb wrote on Monday, November 14, 2016:

I’ll check that. Should I go all the way to PHP 7 or just the highest version 5?

bradymiller wrote on Tuesday, November 15, 2016:

Hi Frank,

With OpenEMR 4.2.2:
Need php 5.3.3+ to be functional.
Need php 5.5+ for the embedded phpmyadmin to work.
Would recommend at least 5.6+ since lower versions have been end of lifed by php (ie. no longer getting security fixes): http://php.net/supported-versions.php
It is compatible with PHP 7
So either 5.6+ or 7 are recommended.
If you have a choice, would go with PHP 5.6+ for now(for OpenEMR 4.2.2) and then upgrade to PHP 7 when you upgrade to OpenEMR’s next release (5.0.0) in the future(this is because there are several minor PHP7 bug fixes that will be in OpenEMR 5.0.0).

-brady
OpenEMR

mcsystemsgb wrote on Tuesday, November 15, 2016:

The servers, i was on aren’t being upgraded anymore. Move to “CPanel Deluxe Hosting”
Expanded package with File Manager
Created a SQL DB
Did a Create Table if not exist table/data export from 4.2 version on old server
Upgraded DB
Seems Fine Now

Thanks Guys :slight_smile: