Active
Project:
Drupal for Facebook
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2010 at 13:37 UTC
Updated:
19 Jul 2011 at 21:56 UTC
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
Comment #1
davidsanger commentedsame problem, Drupal 7
FB module 7.x-3.x-dev
Comment #2
davidsanger commentedComment #3
davidsanger commentedbumped 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.
Comment #4
davidsanger commentedresolved 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