Closed (fixed)
Project:
Currency
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2013 at 23:04 UTC
Updated:
24 Jul 2013 at 08:44 UTC
Jump to comment: Most recent file
Comments
Comment #1
xanoThanks for reporting this problem. Can you provide step-by-step instructions on how to reproduce the problem using a clean installation of the latest Drupal 7.x-dev and Currency 7.x-2.x-dev releases?
Comment #2
7wonders commentedReproduce with drush cc all -v
Comment #3
xanoCtools apparently expects the class files to be in a particular location and named following specific rules. Because of the registry, this should not be needed, however, this Ctools functionality does tie into the registry.
The easiest fix would be to move the class files around to where Ctools expects them to be. However, I don't want to have to put them there, as this defies some more general conventions. Let's see if there is a way to make Ctools not care about where our class files are located for Currency's plugin types.
Comment #4
xanoComment #5
xanoComment #6
7wonders commentedyep seems to have done the trick :)
Comment #8
xano