Difference between revisions of "General Troubleshooting"

From OpenEMR Project Wiki
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Calendar timing out (Not Displaying at all)==
==Calendar timing out (Not Displaying at all)==


*Following php error note:
*Forum thread related to this issue: http://sourceforge.net/projects/openemr/forums/forum/202505/topic/4749808
 
*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
:*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.
::*line 1515 of pnuserapi.php is related to repeating events on schedule.
Line 10: Line 12:
*Solution:
*Solution:
:*Remove the bad data element from the openemr_postcalendar_events table
:*Remove the bad data element from the openemr_postcalendar_events table
::*If unable/unclear how to do this, feel free to ask on the [http://open-emr.org/forums.shtml OpenEMR Forums].
::*If unable/unclear how to do this, feel free to ask on the [http://open-emr.org/forum.shtml OpenEMR Forums].

Latest revision as of 17:26, 11 October 2011

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.