New openemr 3.2 install

gutiersa wrote on Sunday, April 04, 2010:

I just made a new installation of openemr version 3.2.0, but when I try to do setup.php I get the following message:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

But nothing gets logged in the error log.

Freebsd 7.1
php5
mysql 5.1
apache22

My openemr v3.2.0-dev  runs beautifully. But I wanted to upgrade.

visolveemr wrote on Monday, April 05, 2010:

Hi,

Could you please check whether the environment has the correct permissions to execute ?

Thanks,

VicarePlus Team
www.vicareplus.com

gutiersa wrote on Monday, April 05, 2010:

actually the problem was I had forgotten about my .htpasswd file

now my problem is that I imported the users from another database, then I gave them the gacl priviledges, saved the user. Now I cannot log in even with admin.

was I supposed to set something up in admin acl first? if so how can i fix this?

ty for your reply

bradymiller wrote on Wednesday, April 07, 2010:

hey,
If you need to “break” into php-gacl (to get to the main php-gacl gui) to fix something, simply comment out the acl controls placed at the top of the following files:
openemr/gacl/admin/acl_admin.php
… (see this directory for the other scripts you’ll need and comment out the acl checks from the top of them)
then can go directly to them with web browser. http:/localhost/openemr/gacl/admin/acl_admin.php
-brady