Closed (duplicate)
Project:
Pay
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2012 at 23:29 UTC
Updated:
15 Nov 2012 at 16:23 UTC
There are a number of .inc files included in the pay module. However, these files are not listed in the module's info file as required for the registry stuff in D7. This ended up giving me errors about being unable to find "pay_method_gateway" class when I tried to extend it in my pay_realex module when the form was submitted on a multistep form (using webform_pay).
It was only after adding these files to the info file and clearing the cache yet again that things started to work as expected.
| Comment | File | Size | Author |
|---|---|---|---|
| pay_includes_registry.patch | 2.57 KB | stella |
Comments
Comment #1
stella commentedhuh, I've 2 issues open on the same problem. Marking this one as a duplicate as the other issue, #1803872: Missing files[] array in the .info file, contains a newer version of the patch.