Viewing 4 replies - 1 through 4 (of 4 total)
  • Adam

    (@adamcole83)

    I’m getting the same error. Can we see a fix soon?

    Same error here as well.

    The fix for this issue is to edit the file listed in the error message on the server and change line 160 from:
    <p><?php _e('Put a checkmark below next to the sites you would like to remove from your site list.', &$this->hook); ?></p>
    to:
    <p><?php _e('Put a checkmark below next to the sites you would like to remove from your site list.', array(&$this->hook)); ?></p>

    Unfortunately I don’t maintain the widget so cannot update the plugin.

    [Signature removed by moderator per forum rules.]

    same error. this is related to people hosting with php 5.4. I just upgraded my php and just got the error. this link may help the plugin author with the problem

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘fatal eror’ is closed to new replies.