I'm unable to run my update.php script because, despite everything working properly and my system passing the compatibility test, I still get an error in my update.php: "Your PHP environment does not support the minimum requirements for the AWS SDK for PHP."
Anyone have any ideas? Thanks in advance!
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | 1395498-ob-start.patch | 1.93 KB | boombatower |
Comments
Comment #1
boombatower commentedmeet the requirements? or remove the module...
Comment #2
Saoirse1916 commentedYes, it met all requirements -- I ended up removing the module, running update.php, then adding it back in.
Comment #3
boombatower commentedif you clear cache and visit the reports page it shows as all green? otherwise possible core is doing something weird during the update process to mess things up? I can't imagine what.
Comment #4
Saoirse1916 commentedYes, the report shows all green and everything works properly but I can't run update.php with the module enabled.
Comment #5
boombatower commentedI cannot reproduce...can you possible provide more details or debug further?
Comment #6
afeijoThis is happening to me as well
the Report page shows this: Your PHP environment does not support the minimum requirements for the AWS SDK for PHP.
And the update.php shows it too, and won't go ahead
The compatible test page shows all green, no problems there
Comment #7
afeijoI've talked to justafish, he helped me dig into this problem. He believe this is a bug
I have all up to date modules, aws sdk, etc. It was all working fine the past few days, nothing has been changed
Yet today I noticed this error:
I digged it a big, the ob_get_clean() function (line 79) returns that my system does not support it! weird, see:
Comment #8
boombatower commentedIf ob_get_clean() does not work on your system, then 1) [my original question] how does this work normally...nothing special about update.php, 2) how is that a bug? if anything we might have to check for the functions existence..i dunno.
Comment #9
afeijoMy site is working with the AWS services (upload/download normal)
The only problem is with that error in the Report page, and the fact that it disrupt the update.php
Comment #10
boombatower commentedComment #11
boombatower commentedTry this out.
Comment #12
boombatower commentedCommitted this along with a number of other hook_requirements() tweaks/improvements. Please see commits for details.
Re-open if still an issue.