Just recently we encounter this error "Notice: Undefined index: form_build_id in ajax_get_form() (line 325" when trying to create a message on the order we cant even save the form. Do you have any idea where I can fix it? Thanks

CommentFileSizeAuthor
#2 Untitled.jpg27.34 KBdrupal_simply_amazing

Comments

drupal_simply_amazing’s picture

Issue summary: View changes
StatusFileSize
new27.34 KB
drupal_simply_amazing’s picture

I also notice that if we input 300 more that character the form wont save and giving the error mention above but if we put less than the said number of character it allowed me to save the form.

hiramanpatil’s picture

Hi,

As you said "when trying to create a message on the order", from where you are creating the order? The screen shot you uploaded just shows the ajax error message in popup. Can you please explain the process where you are getting this message and with full page screen shot? so that I can follow the same process and try to reproduce it at my end.

Thanks

drupal_simply_amazing’s picture

@hiramanpatil it is on the commerce order history. www.site_url/admin/commerce/orders/order-id/history

hiramanpatil’s picture

I have tried to post comment with more than 300 characters and its working fine for me.

I am using commerce_message version = "7.x-1.0-rc4" and core = "7.x".

Thanks

drupal_simply_amazing’s picture

Thank you hiramanpatil. I have also notice this when I duplicate the whole site in my local dev and it allows me to save more than 300 chars. I guess this is apache issue.