Calender problem in 3.2

opensourcecrazy wrote on Sunday, March 07, 2010:

Hello everyone, I just dowloaded 3.2 and everything wen fine and as i log
in I get the following errors

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\openemr\interface\main\calendar\pnadodb\adodb.inc.php on
line 3211

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\openemr\interface\main\calendar\pnadodb\adodb.inc.php on
line 3248

Deprecated: Function session_register() is deprecated in
C:\xampp\htdocs\openemr\interface\main\calendar\includes\pnSession.php on
line 158

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser
.php on line 149

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser
.php on line 196

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser
.php on line 206

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser
.php on line 276

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser
.php on line 318

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser
.php on line 797

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser
.php on line 849

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser
.php on line 947

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser
api.php on line 159

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\pnuser
api.php on line 553

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\common
.api.php on line 937

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\common
.api.php on line 940

Deprecated: Assigning the return value of new by reference is deprecated in
C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\common
.api.php on line 1578

I have no idea where it is coming from when all other pices of software
working, I wonder if there is some OS or browser or if it is a work in
porcess?

Can someone help please.

Thanks
DM

bradymiller wrote on Sunday, March 07, 2010:

hey,

These are benign php warnings (we do need to deal with these in the future
for php6), and should only be going to your php log file. Ensure your php
configuration files (php.ini) has following settings (notably
display_errors needs to be off) :
http://www.openmedsoftware.org/wiki/FAQ#What_are_the_correct_PHP_settings_.28can_be_found_in_the_php.ini_file.29_.3F

If you make any changes in the php.ini file, then you need to re-start
your apache server.

-brady

opensourcecrazy wrote on Sunday, March 07, 2010:

Thanks Brady !
  All I had to do was restart Apache. PHP.ini were set correctly but server was not restarted after that.

Thanks again!
DM