cant activate

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #49421
    vreyesd
    Participant

    with PHP 5.4.6 when i try activate

    “Fatal error: Call-time pass-by-reference has been removed; If you would like to pass argument by reference, modify the declaration of do_action(). in /wp-content/plugins/image-store/_inc/admin.php on line 573”

     

     

    #49456
    Xpark Media
    Keymaster

    Open the file image-store/_inc/admin.php and locate this code in line 573 do_action('ims_admin_init', &$this); and replace it with this do_action('ims_admin_init', $this);

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.