On submit webform the confirmation message shows but the site breadcrumb get remove its previous links & only 1 node link show. Breadcrumb needs to fix when webform submit as it appears on the form page. Please help me to sort out this issue. Thanks in advance

Comments

manishway’s picture

Priority: Major » Normal
manishway’s picture

Version: 6.x-3.14 » 6.x-3.12
quicksketch’s picture

Could you screenshot your breadcrumb on the node page and on the webform confirmation page?

manishway’s picture

StatusFileSize
new83.74 KB

Yes, here is the screenshot of webform node page with complete menu breadcrumb before submitting and incomplete menu breadcrumb after submitting webform on confirmation page.

quicksketch’s picture

Priority: Normal » Minor

Hmm, okay well I can see how this might occur. Our webform_set_breadcrumb() function is supposed to help fix the breadcrumb (otherwise you just get "Home" as the breadcrumb), but in your case it may be causing a problem. If you can provide a patch I'd be happy to look at it, but I probably won't be attempting to correct this problem soon; breadcrumbs are really just such a mess.

manishway’s picture

Thanks for your response. I will check whether I can create a patch for it.

manishway’s picture

Title: On submit webform the confirmation message shows but the site breadcrumb get remove its previous links & only 1 node link show » warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.
StatusFileSize
new239.9 KB

There is an issue while submit the form in Drupal. check the errors below :

"warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Calcutta' for 'IST/5.0/no DST' instead in /var/www/html/drupal/sites/all/modules/webform/webform.module on line 3400.
warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Calcutta' for 'IST/5.0/no DST' instead in /var/www/html/drupal/sites/all/modules/webform/webform.module on line 3400."

quicksketch’s picture

Title: warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date. » On submit webform the confirmation message shows but the site breadcrumb get remove its previous links & only 1 node link show

Please do not change the topic of the issue. If the old problem was fixed, we can close this issue and open a new issue to discuss your new question. Multiple questions in the same issue make it extremely difficult to find issues in the future.

manishway’s picture

sorry I have created the new issue of webform under the old issue. I will create this new issue separately.

danchadwick’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Closing for lacking of activity on the 6.x branch.