⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

NetworkError: 414 Request-URI Too Long



Michaelo

Michaelo
  • profile picture
  • Member

Posted 23 January 2015 - 18:15 PM

Hello!

 

First, I really appreciate your work - grocery crud saves me terrible hours of writting basic operations. But just realized that I have a problem with mysql longtext datatype. I use GC for pages management (in my CMS) and if I try to save page on edit/add form, in firebug it returns this error:

 

NetworkError: 414 Request-URI Too Long ... and very long URL (it seems to be an URL with all POST parameters... something's broken and form isn't sent via POST but GET).

 

I use many modules in my HVMC structure with GC and this is the only one place where I have this problem (only one table with longtext column).

 

Is it normal or did I something wrong?

Many thanks!

 

EDIT: When I click Save btn, it returns that error to firebug. When I click Save btn again, it saves the form (and everything's OK).