Fatal Error in PHP 5.4

HomeSupportImage StoreFatal Error in PHP 5.4

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #49790
    Dave
    Participant

    After upgrading to PHP 5.4.6, the entire wordpress site is brought down by:

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

    More info here:
    http://us.php.net/manual/en/language.references.pass.php

    #49794
    Xpark Media
    Keymaster

    they were removed for the action filter 2 versions ago, forgot to removed them from filters; will do it on the next version

    #50286
    Xpark Media
    Keymaster

    all the pass-by-reference variables have been removed on version 3.1.6

    #50490
    thierbox
    Participant

    I don’t know why i got this error if you remove it all!

    Fatal error: Call-time pass-by-reference has been removed; If you would like to pass argument by reference, modify the declaration of apply_filters(). in C:\xampp\htdocs\localwordpress\wp-content\plugins\image-store\_inc\store.php on line 921

    Maybe because i am in localhost?

    #50491
    thierbox
    Participant

    Oh i am in multi-site! maybe…

    #51167
    Xpark Media
    Keymaster

    missed a few variables all the pass-by-reference variables have been removed on version 3.1.8

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