Hi,
I've got a view of users, if i set the pagination to more than 50 rows, ican't use view send action But if i set my view to show only 45 rows it works like a charm..
i receivethis notice :
Notice : Undefined index: step in views_send_form_submit(

I've changed the max_posts_size in my php.ini with no success....

Is someone have an idea ?
thanks.

Comments

hansfn’s picture

What does " I can't use view send action" mean. That you are redirected to the first page all the time or something else?

Could you check the error log of your server and see if you find something useful. And have you tried in different browsers?

romaingar’s picture

yes i rteurn to the first page of the user view. the problem does'nt return any logs or errors only a notice message. i will invetigate more, maybe it's liked with a server configuration...

romaingar’s picture

Status: Active » Closed (fixed)

Ok i've found the good variable in mysql who generate this problem. It's max_allowed_packet see : #1905104: Cannot proceed to confirmation page due to error "Please select at least one item"

jtalloen’s picture

Version: 7.x-1.x-dev » 7.x-1.0-rc3
Status: Closed (fixed) » Active

Having the same issue with 7.x-1.0-rc3.
fyi: mysql variable max_allowed_packet is set to 1,048,576
Complete error msg is:
Notice: Undefined index: step in views_send_form_submit() (line 514 of .../sites/all/modules/views_send/views_send.module).

hansfn’s picture

Status: Active » Closed (fixed)

Please try to increase max_allowed_packet - 1MB isn't that much.