Closed (won't fix)
Project:
Views PDF
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2012 at 20:22 UTC
Updated:
7 Mar 2013 at 18:55 UTC
I've made a view that uses ubercart's order id as the argument to create a pdf. So the path is /order-invoices/%oid
Works great!
However, I'm also using a rule to save the pdf to the server with the same oid using the token [uc_order:uc_order_id]. This works too.. but only sometimes? I keep randomly getting a pdf named: [uc_order:uc_order_id].pdf instead of 49.pdf, for example.
I can't seem to isolate anything about the order itself that makes it unique in any way... and the view path pulls the proper pdf doc.
I'm trying to incresase php memory limit from 92 to 132.. maybe that will help?
Seems like a bug?
Comments
Comment #1
simon georges commentedI apologize, the 6.x version is not maintained any more. This issue is close for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
Comment #1.0
simon georges commentedwanted to change title.. not sure how. added memory limit specs.