Closed GoogleCodeExporter closed 9 years ago
Further investigation shows that the error is actually because
vq2-system_library_language.php is trying to load a language for
payment/vq2-catalog_controller_payment_migs_gateway.
Perhaps the vqmod patch for system/library/language is chewing up the file too
soon?
Original comment by fre...@gmail.com
on 11 Oct 2011 at 5:02
I've actually found the source of this error, the migs gateway payment
controller sets $self->name to basename(__FILE__);
Patch suggestion: Ability to map back from the cached filename to the original
filename? so I can add something like
<operation>
<search position="replace"><![CDATA[__FILE__]]></search>
<add>$vqmod->original_file_name(__FILE__)</add>
<operation>
Original comment by fre...@gmail.com
on 11 Oct 2011 at 5:25
This is not a vQmod issue, and shouldn't be considered one. There are a number
of better ways to do this, as pointed out in the Official vQmod 2.0 thread on
the OpenCart forums
Original comment by DJG6...@gmail.com
on 20 Oct 2011 at 6:52
Original issue reported on code.google.com by
fre...@gmail.com
on 11 Oct 2011 at 4:35Attachments: