• After updating i got the error 500 so i looked in my error logs and seen this

    ERROR LOGS

    [20-Jan-2013 10:47:08] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in public_html/(RMOVENAME).com/wp-content/plugins/facebook/admin/settings-debug.php on line 228
    [20-Jan-2013 10:47:12] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in public_html/(RMOVENAME).com/wp-content/plugins/facebook/admin/settings-debug.php on line 228

    LINE 228 or settings-debug.php

    echo ‘<table><caption>’ . esc_html( __( ‘Not connected to Facebook’, ‘facebook’ ) ) . ‘</caption><thead><th>’ . esc_html( __( ‘Name’ ) ) . ‘</th><th><abbr title=”‘ . esc_attr( sprintf( __( ‘Number of published posts in the last %u days’, ‘facebook’ ), 90 ) ) . ‘”>’ . esc_html( _x( ‘# of recent posts’, ‘recent articles. used as a table column header’, ‘facebook’ ) ) . ‘</abbr></th></thead><tbody>’;

    how do i fix this

    http://wordpress.org/extend/plugins/facebook/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Error 500 after update’ is closed to new replies.