Bring Your Business to Life › Support › Image Store › Fatal Error in PHP 5.4
- AuthorPosts
- September 12, 2012 at 1:14 pm #49790DaveParticipant
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.phpSeptember 12, 2012 at 11:47 pm #49794Xpark MediaKeymasterthey were removed for the action filter 2 versions ago, forgot to removed them from filters; will do it on the next version
October 8, 2012 at 9:57 pm #50286Xpark MediaKeymasterall the pass-by-reference variables have been removed on version 3.1.6
October 23, 2012 at 8:20 am #50490thierboxParticipantI 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?
October 23, 2012 at 8:21 am #50491thierboxParticipantOh i am in multi-site! maybe…
November 27, 2012 at 11:26 pm #51167Xpark MediaKeymastermissed a few variables all the pass-by-reference variables have been removed on version 3.1.8
- AuthorPosts
- You must be logged in to reply to this topic.