Hi there,

Please have a look at my domain. http://www.simosihlecrafts.co.uk/
I am getting this error:

Fatal error: Declaration of facebook_pull_box::options_form() must be compatible with that of boxes_box::options_form() in /customers/a/5/a/simosihlecrafts.co.uk/httpd.www/sites/all/modules/facebook_pull/plugins/facebook_pull_box.inc on line 0

please do you have any ideas / at the moment my site is down with no backup to fall back on

Thanks

CommentFileSizeAuthor
#3 block_breaks_site-1571338-3.patch503 bytesmariacha1
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aidanlis’s picture

Just delete the module folder to get your site back online ... not sure why you're getting that error and noone else is. What version of boxes are you using?

huytp’s picture

Just need change

 public function options_form() 

to

public function options_form(&$form_state)

in facebook_pull_box.inc line 24

mariacha1’s picture

Status: Active » Needs review
FileSize
503 bytes

Here's a quick patch that does what's recommended above.

jennifer.beatty’s picture

I just tested the patch in #3 and it worked perfectly. Thank you so much!

rli’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

This issue was reported 2 years ago and still exits. The patch in #3 is working, please commit.

daveferrara1’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Patch Applied.