Closed (fixed)
Project:
Commerce Cielo
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2012 at 23:29 UTC
Updated:
30 Jul 2012 at 06:01 UTC
I personally was unable to install the module without modifying the .install file. The error is: Fatal error: Class 'CommerceCieloLib' not found.
See other person w/ this issue: http://drupal-br.org/geral/anuncios/modulo-cielo-para-drupal-commerce#co...
This occurs because the CommerceCieloLib class that is included by the .info file:
files[] = includes/commerce_cielo.external.class.inc
is not instantiated during the hook_requirements "install" $phase.
I've attached a patch file for the change necessary to fix this on my system. Perhaps it's a user-error (ie. something I did wrong?) ?
I assume this is something only a few people encounter, and I am unsure why that is.
| Comment | File | Size | Author |
|---|---|---|---|
| commerce_cielo.install.patch | 1.13 KB | lonewolfcode |
Comments
Comment #0.0
lonewolfcode commentedUpdated issue summary.
Comment #1
FranciscoLuz commentedThank you lonewolfcode
Your patch has been applied.
http://drupalcode.org/sandbox/drupalista-br/1240210.git/commitdiff/29189...
Comment #2.0
(not verified) commentedUpdated issue summary.