General Troubleshooting

From OpenEMR Project Wiki
Revision as of 17:26, 11 October 2011 by Bradymiller (talk | contribs) (→‎Calendar timing out (Not Displaying at all))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Calendar timing out (Not Displaying at all)

  • The following is noted in the php error log:
  • Fatal error: Maximum execution time of 60 seconds exceeded in \interface\main\calendar\modules\PostCalendar\pnuserapi.php on line 1515
  • line 1515 of pnuserapi.php is related to repeating events on schedule.
  • Problem:
  • Likely bad data element being stored in the openemr_postcalendar_events table
  • Solution:
  • Remove the bad data element from the openemr_postcalendar_events table
  • If unable/unclear how to do this, feel free to ask on the OpenEMR Forums.