Hello,

I have issues about ajax system error, When I create new node, I have the field: field_game_images to upload images for the games of this node. But when I submitted it was not success, I check on error status page it throw the warning:

LOCATION http://opencasinobonus.com/file/ajax/field_game_images/und/form-nmZzxpMy...
MESSAGE Invalid form POST data.

I trying access to this link, it show:

[{"command":"settings","settings":{"basePath":"\/","pathPrefix":"","ajaxPageState":{"theme":"opencasinobonus","theme_token":"OfrmmuHzaeg_rbHYmpKl3Q7zgVf46YOEKazBnUAaWvU"},"colorbox":{"opacity":"0.85","current":"{current} of {total}","previous":"\u00ab Prev","next":"Next \u00bb","close":"Close","maxWidth":"100%","maxHeight":"100%","fixed":true},"custom_search":{"form_target":"_self","solr":0}},"merge":true},{"command":"insert","method":"replaceWith","selector":null,"data":"\u003Cdiv class=\u0022messages error\u0022\u003E\n\u003Ch2 class=\u0022element-invisible\u0022\u003EError message\u003C\/h2\u003E\nAn unrecoverable error occurred. The uploaded file likely exceeded the maximum file size (100 MB) that this server supports.\u003C\/div\u003E\n","settings":null}]

I using Drupal 7.17, latest version of jQuery and jQuery Form. Cache is APC cache + Entity Cache.

My Php.ini information:

upload_max_filesize = 100M
post_max_size = 100M
memory_limit=480M
max_execution_time=120
max_input_vars = 2000

Please help me.

Thanks

John

Comments

johntang’s picture

Status: Active » Closed (fixed)