I installed the modules while reading the fb/README.txt from beginning to end. After enabling the modules, no warnings appeared, so I assume everything was installed properly. I tried to edit content on a node and the error "The page you requested does not exist." appeared. I disabled the facebook modules individually while trying continuously to edit a node. I was only able to edit the node after the API was disabled.

Problem: I cannot edit content when I enable the facebook modules.

Global redirect stayed disabled the entire time. And I reproduced the problem one more time.

Comments

davidsanger’s picture

same problem, Drupal 7

FB module 7.x-3.x-dev

davidsanger’s picture

Version: 6.x-2.0-beta3 » 7.x-3.x-dev
davidsanger’s picture

Component: Miscellaneous » User interface
Category: support » bug
Priority: Normal » Critical

bumped up priority since this has my project stopped dead.

There seems to be a conflict with Pathauto module. Ordinary URLs to nodes using aliases work fine, but using the alias with /edit on the end gives a ""The page you requested does not exist." error.

I can still edit if I hand enter the node/nnn/edit URL syntax.

it is the alias/edit syntax that doesn't work.

davidsanger’s picture

resolved the issue for now by commenting out "include "sites/all/modules/fb/fb_url_rewrite.inc" in the settings.php file since I didn't need it.

The url rewrite code was being called scores of times on each page as I found out when i added a print command to print each time it executed