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.
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
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..
@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.
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.
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.
Comments
Comment #1
ahwebd commentedsame here,
drush message:
PHP Fatal error: Class 'FacesExtendable' not found in .../sites/all/modules/rules/rules/includes/rules.core.inc on line 81Comment #2
ahwebd commentedComment #3
thekevinday commentedNever 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 =(
Comment #4
ahwebd commentedI was forced to remove the module to be able to access the site
Comment #5
ahwebd commentedsorry posted in the same time
Comment #6
pheno commentedThat 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
Comment #7
thekevinday commentedUsing 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.
Comment #8
arcanys commentedHow 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
Comment #9
fagosry guys, I need to roll a new-release. But using the dev version of Rules should work, have you tried that?
Comment #10
arcanys commentedHi,
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..
Comment #11
arcanys commentedI have no https on my site..is it safe to do so?for the updates?
Comment #12
pieterdc@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.
Comment #14
Neil_in_Chicago commentedI 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.
Comment #15
Drupalearner commentedI 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
Comment #16
fagoIndeed, 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.