Title: Kenton's Replies | WordPress.org

---

# Kenton

  [  ](https://wordpress.org/support/users/kbsmith/)

 *   [Profile](https://wordpress.org/support/users/kbsmith/)
 *   [Topics Started](https://wordpress.org/support/users/kbsmith/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kbsmith/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kbsmith/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kbsmith/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kbsmith/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kbsmith/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Events List Widget not showing today’s event (that is not yet over)](https://wordpress.org/support/topic/events-list-widget-not-showing-todays-event-that-is-not-yet-over/)
 *  [Kenton](https://wordpress.org/support/users/kbsmith/)
 * (@kbsmith)
 * [3 years ago](https://wordpress.org/support/topic/events-list-widget-not-showing-todays-event-that-is-not-yet-over/#post-16942600)
 * **Delete*
    -  This reply was modified 3 years ago by [Kenton](https://wordpress.org/support/users/kbsmith/).
      Reason: Added versions
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Error log: Undefined index](https://wordpress.org/support/topic/error-log-undefined-index/)
 *  [Kenton](https://wordpress.org/support/users/kbsmith/)
 * (@kbsmith)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/error-log-undefined-index/#post-8573710)
 * Same issue and running WP4.7 and AiOEC 2.5.14
 * All-in-One Event Calendar: Undefined index: REQUEST_METHOD @ /home/onaas/public_html/
   site/wp-content/plugins/all-in-one-event-calendar-venue/all-in-one-event-calendar-
   venue.php:31 #8
 * We’ve been seeing these errors since mid-November.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Participants Database] Customisable, easy to use](https://wordpress.org/support/topic/customisable-easy-to-use/)
 *  [Kenton](https://wordpress.org/support/users/kbsmith/)
 * (@kbsmith)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/customisable-easy-to-use/#post-8035189)
 * Video was helpful. Thanks southaussienomad!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Undefined Index](https://wordpress.org/support/topic/undefined-index-32/)
 *  Thread Starter [Kenton](https://wordpress.org/support/users/kbsmith/)
 * (@kbsmith)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/undefined-index-32/#post-5216373)
 * Posted fix from another user on the Time.ly discussion forum:
 * July 24, 2014 at 9:40 am #126922 REPLY (linux4me2)
 * I did not hear back from Time.ly about this, so I did a little experimenting 
   and found a workaround for anyone who is experiencing the same issue.
 * Find the following line on about line 405 (line 415 for me) of /wp-content/plugins/
   all-in-one-event-calendar/app/controller/front.php:
 *     ```
       if ( basename( $_SERVER['SCRIPT_NAME'] ) === 'post.php' ) {
       ```
   
 * and replace it with this:
 *     ```
       //if ( basename( $_SERVER['SCRIPT_NAME'] ) === 'post.php' ) {
       if ( basename( $_SERVER['PHP_SELF'] ) === 'post.php' ) {
       ```
   
 * Using PHP_SELF instead of SCRIPT_NAME has eliminated the error on my server, 
   and switching back to SCRIPT_NAME I get the error filling up my error_log again,
   even though I have confirmed that SCRIPT_NAME is indeed available in my PHP installation.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] No automatic update of events](https://wordpress.org/support/topic/no-automatic-update-of-events/)
 *  [Kenton](https://wordpress.org/support/users/kbsmith/)
 * (@kbsmith)
 * [12 years ago](https://wordpress.org/support/topic/no-automatic-update-of-events/#post-5095036)
 * Along that line, when updating daily or twice daily, are there specific times
   that the sync runs? Can that frequency be adjusted somewhere?

Viewing 5 replies - 1 through 5 (of 5 total)