Upgrading my rules version caused a php whitescreen error message about FacesExtendable not being defined.

Comments

ahwebd’s picture

Component: Rules Core » Rules Engine

same here,
drush message:
PHP Fatal error: Class 'FacesExtendable' not found in .../sites/all/modules/rules/rules/includes/rules.core.inc on line 81

ahwebd’s picture

Priority: Major » Critical
thekevinday’s picture

Priority: Critical » Normal
Status: Active » Closed (fixed)

Never mind, this is fixed in -dev.

Use the -dev version.

I must have gotten mixed up in version numbers and thought this alpha2 was new =(

ahwebd’s picture

I was forced to remove the module to be able to access the site

ahwebd’s picture

Priority: Normal » Critical
Status: Closed (fixed) » Fixed

sorry posted in the same time

pheno’s picture

That was a close one thought I bricked it.

So installing faces fixes this? But I read elsewhere its not so good to use it.

Will be happy to keep testing if I can be sure of how to setup without brick effect.

*Installing faces prior works:

http://drupal.org/project/faces

thekevinday’s picture

Using the -dev version is better.
I get "invalid urls" when faces is installed when clicking on certain rules links.
The -dev properly functions without 'faces' installed and the invalid urls do not appear.

arcanys’s picture

How to fixed this problem?It's kinda urgent...
I'm using drupal 7 beta 3..still the same error..PHP Fatal error: Class 'FacesExtendable' not found in /mnt/stor2-wc2-dfw1/435876/staging.childup.com/web/content/sites/all/modules/rules/rules/includes/rules.core.inc on line 81

fago’s picture

sry guys, I need to roll a new-release. But using the dev version of Rules should work, have you tried that?

arcanys’s picture

Hi,

I updated my site to Drupal core 7.0-rc1, but after i click the update it opens a page that says
"Authorize file system changes"
To continue, provide your server connection details

Is this the correct page?cause its asking for a FTP credentials..

arcanys’s picture

I have no https on my site..is it safe to do so?for the updates?

pieterdc’s picture

@arcansys Your question isn't related to the Rules module, as far as I know. So please ask it somewhere else.

And while I'm typing: https is safer than http, but for Drupal updates, it doesn't matter that much. It's still recommended to firstly test your updates before you do them on a live site.

Status: Fixed » Closed (fixed)

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

Neil_in_Chicago’s picture

Priority: Critical » Major
Status: Closed (fixed) » Needs work

I got the same error message adding modules to a new, clean install. This is (at least) the fourth report of the same bug.
Rules integration is broken, April 2010.
rules_core_action_execute error after install Rules (DP7), June 2010.
Fatal error when trying to set data, August 2010.

Drupalearner’s picture

I have had just resolved this problem in my installation by:
1. manually installing the -dev version of the rules module (dated 11 Oct 2010), and
2. running update.php

This worked, so i hope it is helpful for others too. Good luck.

PS also see #3 above

fago’s picture

Status: Needs work » Closed (won't fix)

Indeed, the faces.inc is already included with Rules, so updating to the latest version (alpha or dev) has to work *without* the faces module being there. Try running update.php - if that doesn't help please open a separate issue and describe your problem / setup / installed modules.