Login/Setup problems

jberubedo wrote on Monday, April 09, 2012:

Hi,
I have just installed OpenEMR on a Linux server running PHP 5.3.6, I have been having a lot of problems with logging in. I am not able to even get to the log in screen because I get this error:

Deprecated: Assigning the return value of new by reference is deprecated in /home/content/54/9200854/html/openemr/library/adodb/adodb.inc.php on line 861

Deprecated: Assigning the return value of new by reference is deprecated in /home/content/54/9200854/html/openemr/library/adodb/adodb.inc.php on line 867

Deprecated: Assigning the return value of new by reference is deprecated in /home/content/54/9200854/html/openemr/library/adodb/adodb.inc.php on line 1175

Deprecated: Assigning the return value of new by reference is deprecated in /home/content/54/9200854/html/openemr/library/adodb/adodb.inc.php on line 1940

Deprecated: Assigning the return value of new by reference is deprecated in /home/content/54/9200854/html/openemr/library/adodb/adodb.inc.php on line 2960

Deprecated: Assigning the return value of new by reference is deprecated in /home/content/54/9200854/html/openemr/library/adodb/adodb.inc.php on line 3486

Deprecated: Assigning the return value of new by reference is deprecated in /home/content/54/9200854/html/openemr/library/adodb/adodb.inc.php on line 3526

Deprecated: Assigning the return value of new by reference is deprecated in /home/content/54/9200854/html/openemr/library/adodb/adodb.inc.php on line 3545

I can access all files, I have set up things to the best of my knowledge. Link to my info: http://www.jonberubemft.com/info.php

Can anyone please help me?

Thanks,
Jon

yehster wrote on Monday, April 09, 2012:

you need to update your error_log PHP.ini setting.

jberubedo wrote on Monday, April 09, 2012:

What do I update it to? Where is the error_log PHP.ini settings located? If it is inside the php.ini file located in the root, I pasted the current settings below:
register_globals = off
allow_url_fopen = off

expose_php = Off
max_input_time = 90
variables_order = “EGPCS”
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = “a=href,area=href,frame=src,input=src,form=,fieldset=”
short_open_tag = On
max_execution_time = 60
memory_limit = 128M
display_errors = Off
log_errors = on
post_max_size = 30M
file_uploads = On
upload_max_filesize = 30M
error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE
magic_quotes_gpc = On

; Only uncomment zend optimizer lines if your application requires Zend Optimizer support

;
;zend_optimizer.optimization_level=15
;zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
;zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
;zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so
;zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so

; - Be very careful to not to disable a function which might be needed!
; - Uncomment the following lines to increase the security of your PHP site.

;disable_functions = “highlight_file,ini_alter,ini_restore,openlog,passthru,
;       phpinfo, exec, system, dl, fsockopen, set_time_limit,
;                     popen, proc_open, proc_nice,shell_exec,show_source,symlink”

Thanks!

bradymiller wrote on Wednesday, April 11, 2012:

hi,

The php.ini file location is dependent on the linux distribution. Suggest doing a google search for “php.ini location <linux distribution name>”. Also, note the settings are generally distributed throughout the configuration file; so you need to find them and change them; ie. you can’t simple paste it all at the top. And remember to restart the apache server after changing the settings. Here are the pertinent recommended settings for OpenEMR:
http://www.open-emr.org/wiki/index.php/FAQ#What_are_the_correct_PHP_settings_.28can_be_found_in_the_php.ini_file.29_.3F

-brady
OpenEMR