Installation Problem

rayaz wrote on Monday, April 21, 2008:

Hi All

I’ve looked everywhere for a solution to my problem but haven’t found one. When running openemr in Firefox I get the following

"Warning: include_once(/var/www/openemr/library/sql.inc) [function.include-once]: failed to open stream: No such file or directory in /var/www/openemr-2.8.2/library/translation.inc.php on line 2

Warning: include_once() [function.include]: Failed opening ‘/var/www/openemr/library/sql.inc’ for inclusion (include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/openemr-2.8.2/library/translation.inc.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/openemr-2.8.2/library/translation.inc.php:2) in /var/www/openemr-2.8.2/interface/globals.php on line 51

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/openemr-2.8.2/library/translation.inc.php:2) in /var/www/openemr-2.8.2/interface/globals.php on line 51
OpenEMR v2.8.2"

I running Ubuntu gutsy

Thanks for your help

rayaz wrote on Monday, April 21, 2008:

SOLVED!!

All I had to do was change the directory name ¨openemr-0.2.8.2"to ¨openemr¨! Got this from going through the previous posts. Thank you all.

drbowen wrote on Monday, April 21, 2008:

It’s OK to use the path:

/var/www/openemr-2.8.2

But you have to remember to change the path definition in

openemr/interface/globals.php

to the true path.

I do this when I am upgrading versions.

Sam Bowen, MD