Fatal error: Class 'EntityDefaultI18nStringController' not found in /data/web/virtuals/17202/virtual/www/sites/all/modules/rules/rules_i18n/rules_i18n.i18n.inc on line 11

Both version (dev and normal) so its easy, folder "rules_i18n" doesnt exists.

Comments

jbucks’s picture

subscribe

Homotechsual’s picture

subscribe

locy69’s picture

Skip Fatal error

edit
modules/rules/rules_i18n/rules_i18n.i18n.inc on line 11

class RulesI18nStringController extends EntityDefaultI18nStringController {
Modify
class RulesI18nStringController extends EntityDefaultFeaturesController {

boxcars’s picture

entity.i18n.inc is missing from the stable release (entity-7.x-1.0-rc1.tar.gz). Upload the development version of Entity (http://ftp.drupal.org/files/projects/entity-7.x-1.x-dev.tar.gz) which retains the file referencing the making of the class in line 11 .

Jose Reyero’s picture

Project: Internationalization » Rules
Version: 7.x-1.4 » 7.x-2.x-dev
Component: Upgrade » Miscellaneous

Moving to the right (?) module.

mitchell’s picture

Project: Rules » Entity API
Version: 7.x-2.x-dev » 7.x-1.x-dev
Component: Miscellaneous » Code - misc
Priority: Critical » Major
agstlmo’s picture

I am new to Drupal and got the error:

Fatal error: Class 'EntityDefaultI18nStringController' not found in /home/stlouist/public_html/drupal/sites/all/modules/rules/rules_i18n/rules_i18n.i18n.inc on line 11

How do I resolve this? I got the error that Entity was already installed when I tried your suggestion. How do I remove it?

agstlmo’s picture

It worked. Thanks!

fago’s picture

Status: Active » Closed (works as designed)