- This topic has 2 replies, 2 voices, and was last updated 13 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › #_EXCERPT notice: undefined index; event_excerpt
Tagged: #_EXCERPT, undefined index
When I use #_EXCERPT it prints a Notice on the page about undefined index: event_excerpt in events-manager-extendedevents-manager.php on line 997
I don’t know enough of php to fix this myself so I hope someone can help me with this thanks.
It’s not a bug, but a php warning that a variable doesn’t exist. I fixed this in trunk, but you can easily change your php.ini file to not show warnings/notices. See your php.ini file for that, check the setting “error_reporting” and “display_errors”. For a production site, “display_errors” should always be “off”
Thanks for your reply. I am building on xampp so that must be why.