Hi;
I have installed the module, but unable to see any fields under the Facebook publication types. First time I enabled the modules, I got an timeout error, then after increasing the timeout, got this error

Fatal error: Allowed memory size of X bytes exhausted (tried to allocate Y bytes)...

Fixed this one as well, still not getting any fields. Uninstalled and installed again, still same issue. There don't seem to be any SQL errors (at least the Query debugger doesn't show any).

So it does not seem to be related to the other issue logged here. BTW using Drupal 7.26

Thanks for any help on this.

Comments

borntosucceed’s picture

Also not sure if this is related, when I try to use this in Rules, I get following error:

An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /drupal/docroot/system/ajax
StatusText: parsererror
ResponseText:
Fatal error: Unsupported operand types in /var/www/drupal/docroot/includes/form.inc on line 2637

Not sure if they are related to each other.

borntosucceed’s picture

Priority: Critical » Normal

Just did a new install of Drupal and this time there is no issue. Not sure what caused it, I made sure from the beginning that I have enough memory allocated and the timeout set to a higher value.

nally’s picture

Thanks for posting this. I was experiencing exactly the same issue, and your post solved it for me!

e0ipso’s picture

Allowed memory size of X bytes exhausted

This is unrelated to this module, this is a problem with your PHP settings. Try increasing the memory_limit in your php.ini file.

e0ipso’s picture

Status: Active » Closed (works as designed)

Thanks for taking the time to contribute to the issue queue! :-)

Closing.

nally’s picture

What step is taking so long during install? (I can't find anything in the .install files that would lead to this.) Could this be happening during some initial handshaking between Drupal and FB itself?

Could the following be added to an install section in a README and to the documentation?

***

Installing the modules may cause a PHP request with a high execution time. In order to prevent issues when installing, make sure that you either temporarily disable your max_execution_time limit (which defaults often to 30 seconds) or set it higher than that.