Hello,
I'm facing a new problem using the Expeditor inet export function. When I'm trying to call the admin/commerce/orders/socolissimo/expeditor-inet URL, I've got a 404 error, instead of the usual file download.
Does anyone have the same issue ?
I'm using :
- Drupal 7.56
- Drupal Commerce 7.x-1.13
- Address field 7.x-1.2
- Address field phone 7.x-1.3
- Views data export 7.x-3.2
- Commerce Colissimo 7.x-2.x-dev
Thanks a lot for any help, I'm stuck with this. There's no more information in the logs. Only a "page not found" warning.
Comments
Comment #2
alxgl_old commentedI just solve my issue by myself.
It seems that it is really easy to break the Commerce Order / Colissimo / Expeditor Inet View...
At the time I installed the Colissimo module, my Commerce Order View was overrode and used a VBO as first column (on all displays). Few times after, I removed the VBO column because I did not need this functionality anymore. I did not tried to use the Expeditor Inet export at this specific moment, so I just forgot about this change, but this was the cause of my issue.
I just place the VBO column back and suddenly, everything came fine.
I don't have time to dig into this issue to find out if it's a matter of column index or anything like that, but I hope my feedback will be useful.