HI Brady…
was testing out my system…and trying out sending emails from the patient reminder screen…(I mean sending the patient reminders). After clicking process and send button, t showed 2/2 patients (As I have set up two patients only in my test site) and then it was processing for infinite time…There were total 9 reminders and the mails were like never sent as the processing time was too much…please check this issue…
I have set up the offsite portal and mail server is running…you can test the email function…just change the contact email id of the patients in the demographics.
I just checked this on your demo. Note when you click on the Report link in above screen, you get an error regarding not having CURL installed. So, your server needs the CURL php extension installed (in ubuntu, this is the ‘php5-curl’ package).
Hi…
I enabled the curl extension in php.ini file…now after going to report results it shows that the emails are pending…(screenshot attached). Anything more to do or install??
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\interface\\patient_file\\summary\\shot_record.php on line 245, referer: http://nahahealthclinic.dyndns.org/openemrtest/interface/patient_file/summary/immunizations.php?mode=add&id=&pid=2&cvx_code=33&administered_date=2013-01-21&manufacturer=Glaxo&lot_number=IN11233&administered_by=Naha%2C+Dr.+Arnab&administered_by_id=1&education_date=2013-01-21&vis_date=2013-01-21¬e=
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\controllers\\C_Document.class.php on line 318
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\controllers\\C_Document.class.php on line 566
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\controllers\\C_Document.class.php on line 924
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\controllers\\C_Document.class.php on line 925
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\library\\classes\\TreeMenu.php on line 179
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\library\\classes\\TreeMenu.php on line 211
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\library\\classes\\TreeMenu.php on line 268
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\controllers\\C_Document.class.php on line 318
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\controllers\\C_Document.class.php on line 566
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\controllers\\C_Document.class.php on line 924
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\controllers\\C_Document.class.php on line 925
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\library\\classes\\TreeMenu.php on line 179
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\library\\classes\\TreeMenu.php on line 211
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\library\\classes\\TreeMenu.php on line 268
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\controllers\\C_Document.class.php on line 318
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\controllers\\C_Document.class.php on line 566
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\controllers\\C_Document.class.php on line 924
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\controllers\\C_Document.class.php on line 925
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\library\\classes\\TreeMenu.php on line 179
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\library\\classes\\TreeMenu.php on line 211
PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\xampp\\htdocs\\openemrtest\\library\\classes\\TreeMenu.php on line 268
Hi…
The issue is solved…thanks for the fix but I have to press the process and send button 3 times…the emails dont go at one go….why is this…you can check on my demo…
Looks like your demo is down. Let me know when it’s back up, so I can play around with the one at a time email issue. Also, check your php error log (it’s possible that an a php error is being thrown after sending the email, which is then breaking it out of the loop that should be sending all of the emails).
oh,
That should be an easy fix. Just need to include the maviq class. I’ve added this fix and the previous fix (for the mail class) to sourceforge and they’ll be mirrored to github in 13 minutes. Let me know if it works with these fixes.
-brady OpenEMR
Can I get a status on the Maviq feature. Is this dead? This is important because I have essentially commented out this feature in the above fix because it appears to break on Windows.