hey,
What OS is the client (computer running the web browser) computer? Maybe you have a security feature on your client computer that doesn’t allow javascript. Is this a problem on multiple client computers?
-brady
Thanks for your reply. We are using SUSE Enterprise Linux Desktop and openSUSE on the desktops with Firefox and Opera browsers. We even installed MS XP on a desktop with IE 7 and still received the same error.
hey,
What happens when you click on the link provided? (don’t worry, installation script doesn’t require javascript) If you really don’t ahve javascript then openemr won’t let you login.
What version php and mysql you using? Do you have any apps working with mysql on your server?
When I click the link provided, we still get a blank screen. Not in the office today, but will check php and mysql versions. Yes, we have 2 php apps running on that server and a java app connecting to mysql.
Should be able to identify the error in your php server error log then. I’m guessing it’s gonna be a path issue, which should be an easy fix. Also, below is the recommended php configuration settings (php.ini file):
max_execution_time = 60
max_input_time = 90
memory_limit = 128M
display_errors = Off
log_errors = On
register_globals = Off
post_max_size = 30M
magic_quotes_gpc = On
file_uploads = On
upload_max_filesize = 30M
There were a couple in setup.php and one in the library/sqlconf.php script. I fixed these, so the setup works fine with short_open_tag to Off; I then rec. to ensure this setting On during the installation script. There are still definitely some short tags lingering; after log in get bunch of jarbled text in top calendar window if turn this setting off.