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.

CommentFileSizeAuthor
#4 currency_1910214_00.patch2.19 KBxano

Comments

xano’s picture

Status: Active » Postponed (maintainer needs more info)

Thanks 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?

7wonders’s picture

Reproduce with drush cc all -v

xano’s picture

Ctools 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.

xano’s picture

Assigned: Unassigned » xano
Priority: Normal » Minor
Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new2.19 KB
xano’s picture

Title: CurrencyConverter points to non existent file messages » Missing file paths for Ctools plugins
Status: Needs review » Fixed
7wonders’s picture

yep seems to have done the trick :)

drush cc all -v
Initialized Drupal 7.20-dev root directory at /sites/dev.dev
[notice]
Initialized Drupal site default at sites/default                             
[notice]
'all' cache was cleared in /sites/dev.dev#default
[success]
Command dispatch complete  

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

xano’s picture

Assigned: xano » Unassigned