Conversation
supportHi, login to WP with Contributor role (With Admin or Member it is OK) cause this error: Undefined array key 1 in /data/web/virtuals/314931/virtual/www/wp-content/plugins/event-page-templates-addon-for-the-events-calendar/the-events-calendar-event-details-page-templates.php on line 62. + 5 errors “Cannot modify header information” in WP core files. If I remove line 62 ($test1 = $menuItems[1];), everithing works fine.
Hi @pesiiin Sorry for the inconvenience. This is a known issue and we will be soon releasing the plugin update with the fix. To make it work till the update comes. File path – /wp-content/plugins/event-page-templates-addon-for-the-events-calendar/the-events-calendar-event-details-page-templates.php Please change the line number 62 with the line given below: $test1 = isset( $menuItems[1] ) ? $menuItems[1] : ”; Let me know if you still face any issues.
Hi, I’m happy with delete line 62 solution. I’ll wait for update 😉 Thanx
Hi @pesiiin We have released the update of the plugin today. Please install the latest version of our plugin i.e 1.6.8 Let us know if you face any issues after the update. Thanks & Regards
No issues, thank You.
Hi @pesiiin Sorry for the inconvenience. This is a known issue and we will be soon releasing the plugin update with the fix. To make it work till the update comes. File path – /wp-content/plugins/event-page-templates-addon-for-the-events-calendar/the-events-calendar-event-details-page-templates.php Please change the line number 62 with the line given below: $test1 = isset( $menuItems[1] ) ? $menuItems[1] : ”; Let me know if you still face any issues.
Hi, I’m happy with delete line 62 solution. I’ll wait for update 😉 Thanx
Hi @pesiiin We have released the update of the plugin today. Please install the latest version of our plugin i.e 1.6.8 Let us know if you face any issues after the update. Thanks & Regards
No issues, thank You.