Calendar Error

srini1975 wrote on Sunday, September 13, 2009:

I nstalled Xampp and openemr in windows 2003 server. All the steps went successfully but after logging into the openemr the caledar was not displayed. Please find the error details below. please advise on this

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampplite\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:\xampplite\htdocs\openemr\interface\main\calendar\pnadodb\adodb.inc.php on line 3248

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

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

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

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

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

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

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

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

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

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

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

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

Deprecated: Assigning the return value of new by reference is deprecated in C:\xampplite\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:\xampplite\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:\xampplite\htdocs\openemr\interface\main\calendar\modules\PostCalendar\common.api.php on

bradymiller wrote on Sunday, September 13, 2009:

Hey,
I think these are just benign php warnings.

What version OpenEMR are you using?

Are you using the special Xampp-OpenEMR package?

When you say not seeing calendar, do you see anything else, or just a blank screen?

Ensure your php.ini file (php configuration file) has following settings (if change any settings then remember to restart apache server):<br>
short\_open\_tag = On<br>
max\_execution\_time = 60<br>
max\_input\_time = 90<br>
memory\_limit = 128M<br>
display\_errors = Off<br>
log\_errors = On<br>
register\_globals = Off<br>
post\_max\_size = 30M<br>
magic\_quotes\_gpc = On<br>
file\_uploads = On<br>
upload\_max\_filesize = 30M<br>

-brady

bradymiller wrote on Sunday, September 13, 2009:

regarding above, ignore the <br> tags. Here is are the settings more clear in the php.ini file:

short\_open\_tag = On

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

srini1975 wrote on Sunday, September 13, 2009:

Hi Brady

Thanks a lot, i updated the php.ini file based on your reply and now its owrking fine.

Thanks

My client got this suddenly without doing anything to cause-

Fatal error: Smarty error: [in default/views/day/ajax_template.html line 382]: [plugin] unknown tag - ‘pc_sort_events’ (core.load_plugins.php, line 118) in C:\xampp\htdocs\openemr\vendor\smarty\smarty\libs\Smarty.class.php on line 1100

on aws Windows 2019 server, EMR version - 6.0 (4)

Please help as can’t use calendar at all. Thanks!