Error on loadding “Add Event” admin page
-
Just came across a new issue that has never happened before.
The “add event” page does not completely render out and a lot of fields are not showing.
Get a console error of” Failed to load resource: the server responded with a status of 500 (Internal Server Error)page stops rendering after the following:
<p class=”em-time-range”>
<span class=”em-event-text”>Event starts at</span>
<input id=”start-time” class=”em-time-input em-time-start” type=”text” size=”8″ maxlength=”8″ name=”event_start_time” value=”12:00 AM” />
to <input id=”end-time” class=”em-time-input em-time-end” type=”text” size=”8″ maxlength=”8″ name=”event_end_time” value=”12:00 AM” />
All day <input type=”checkbox” class=”em-time-all-day” name=”event_all_day” id=”em-time-all-day” value=”1″ />
</p>
<p class=”em-timezone”>
<label for=”event-timezone”>Timezone</label>
<select id=”event-timezone” name=”event_timezone” aria-describedby=”timezone-description”>—————————————————-
All other pages work – just not the add event pageEverything has been working great.
The page I need help with: [log in to see the link]
- The topic ‘Error on loadding “Add Event” admin page’ is closed to new replies.