• I know the plug is not updated anymore but maybe anyone is using it as me so I’ve meant to help those “victims of the obsolescence”. If your site suddenly desappears, leaving a white page instead, try to log in the control panel and take a look at the last lines of the pubblic_html/error.log file
    If you find a message like this:
    “PHP Fatal error: Call-time pass-by-reference has been removed…”
    you can fix easily:

    goto
    ..wp-content/plugins/retina-post/request.php
    open it with the editor
    and do the following:

    line 27:
    shuffle ( &$this->symbol_list );
    remove the “&” symbol

    line 34:
    shuffle (&$this->color_list );
    remove the “&” symbol

    save and reactivate the plugin… everything’s in it’s right place now…

    bye

    http://wordpress.org/plugins/retina-post/

  • The topic ‘Php error easy fixing’ is closed to new replies.