WD ctools: Plugin currency of plugin type ctools:export_ui points to nonexistent file sites/all/modules/currency/currency/ctools/plugins/export_ui/CurrencyCtoolsExportUI.class.php for class handler handler. [notice]
WD ctools: Plugin currency_locale_pattern of plugin type ctools:export_ui points to nonexistent file sites/all/modules/currency/currency/ctools/plugins/export_ui/CurrencyLocalePatternCtoolsExportUI.class.php for class handler [notice]
handler.
WD ctools: Plugin CurrencyConverter of plugin type currency:currency_converter points to nonexistent file sites/all/modules/currency/currency/CurrencyConverter.class.php for class handler converter. [notice]
WD ctools: Plugin CurrencyConverterFixedRates of plugin type currency:currency_converter points to nonexistent file sites/all/modules/currency/currency/CurrencyConverterFixedRates.class.php for class handler converter. [notice]
WD ctools: Plugin CurrencyConverterBartFeenstraCurrency of plugin type currency:currency_converter points to nonexistent file sites/all/modules/currency/currency/CurrencyConverterBartFeenstraCurrency.class.php for class handler [notice]
converter.Am receiving these after installing currency.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | currency_1910214_00.patch | 2.19 KB | xano |
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