sproctor / php-calendar

PHP-Calendar
http://www.php-calendar.org/
Apache License 2.0
140 stars 67 forks source link

Error Unrecognized date format. #60

Closed KennethYucha closed 11 years ago

KennethYucha commented 11 years ago

Everything works flawlessly......except when you click on "search" it brings up this error:

Error

Unrecognized date format.
Backtrace

#0 /homepages/42/d330887186/htdocs/wisemen101/calendar/includes/form.php(353): soft_error('Unrecognized da...')
#1 /homepages/42/d330887186/htdocs/wisemen101/calendar/includes/form.php(193): FormDateQuestion->get_specific_html(Object(Form), Array)
#2 /homepages/42/d330887186/htdocs/wisemen101/calendar/includes/form.php(735): FormQuestion->get_html(Object(Form), Array)
#3 /homepages/42/d330887186/htdocs/wisemen101/calendar/includes/search.php(112): Form->get_form()
#4 /homepages/42/d330887186/htdocs/wisemen101/calendar/includes/search.php(120): search_form()
#5 /homepages/42/d330887186/htdocs/wisemen101/calendar/includes/calendar.php(679) : eval()'d code(1): search()
#6 /homepages/42/d330887186/htdocs/wisemen101/calendar/includes/calendar.php(679): eval()
#7 /homepages/42/d330887186/htdocs/wisemen101/calendar/includes/calendar.php(625): do_action()
#8 /homepages/42/d330887186/htdocs/wisemen101/calendar/includes/embed.php(36): display_phpc()
#9 /homepages/42/d330887186/htdocs/wisemen101/events.php(62): include('/homepages/42/d...')
#10 {main}

respond to sthelensbull@msn.com

sproctor commented 11 years ago

Thank you for the report. I hadn't noticed this. It's fixed in commit bbd3b9e and it will be included in the next release.