Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • I am curious about this as well.

    I am receiving the same type of error. Full error is

    Warning: array_shift() expects parameter 1 to be array, null given in (My server's location).com/html/wp-content/plugins/social/lib/social/service/facebook.php on line 114
    
    Warning: Cannot modify header information - headers already sent by (output started at (My server's location).com/html/wp-content/plugins/social/lib/social/service/facebook.php:114) in(My server's location).com/html/wp-includes/pluggable.php on line 876'

    Any thoughts?

    Can we ask where on the list this is? Are we a few weeks or a few months away from this? It’s an excellent plug in, and this would put a nice piece of icing on it.

    Thanks for the cool app.

    Thread Starter Spegis

    (@spegis)

    Mc_nate, thank you for your feedback, this post already shows up at the link you provided. To answer your question, I have updated the tags for this post to include the versions of Social and WP Super Cache I am using. 1.0 and 0.9.9.9 respectively.

    Any tips on how what your WP Super Cache settings that I may want to alter on my end?

    Thanks again.

    Thread Starter Spegis

    (@spegis)

    OK, so now the site loads again, but I received a similar error on line 1662:

    Warning: require(/home/content/10/XXXXXXX/html/wp-content/plugins/wp-super-cache/plugins/lib/social/walker/comment.php) [function.require]: failed to open stream: No such file or directory in /home/content/10/XXXXXXX/html/wp-content/plugins/social/social.php on line 1662

    Fatal error: require() [function.require]: Failed opening required ‘/home/content/10/XXXXXXX/html/wp-content/plugins/wp-super-cache/plugins/lib/social/walker/comment.php’ (include_path=’.;C:\php5\pear’) in /home/content/10/XXXXXXX/html/wp-content/plugins/social/social.php on line 1662

    Making the same change gives back the WordPress commenting ability, but the “Social” does not load the Facebook and twitter images to click on.

    Can’t seem to got the feature back. If you have an other thoughts that would be great, but like you said, it’s a bug in the plug in as far as WP-Super Cache is concerned.

    Thread Starter Spegis

    (@spegis)

    Am I supposed to replace SOCIAL_PATH with ABSPATH?

    Thread Starter Spegis

    (@spegis)

    Thank you for the reply… I’m afraid I’m a bit to novice to know the way to fix this. I assume that ABSPATH is setting an absolute path…. I’m not sure where on line 392 to place this.

    Could you give me a few more hints?

    // Load Twitter/Facebook
    		require SOCIAL_PATH . 'lib/social/interface/service.php';
    		require SOCIAL_PATH . 'lib/social/helper.php';
    		require SOCIAL_PATH . 'lib/social/service.php';
    		require SOCIAL_PATH . 'social-facebook.php';
    		require SOCIAL_PATH . 'social-twitter.php';

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)