Closed several27 closed 7 years ago
Log says for itself:
- The requested PHP extension ext-v8js 1.3.1 has the wrong version (1.2.0) installed. Install or enable PHP's v8js extension.
Your app requires version 1.3.1 but 1.2.0 installed, so you may rather drop version constraint or install proper version.
@pinepain But it's an heroku app, with linked build pack through HEROKU_PHP_PLATFORM_REPOSITORIES
. Shouldn't it be automatically updated to the latest?
And packages.json points to the correct, latest, 1.3.1 version I think.
WARNING: Your 'composer.lock' is not up to date with
and then Installing dependencies from lock file
: you have your .lock file out of sync with composer.json, try to sync it (run composer update
) and then publish app again.
@pinepain My bad, was playing around too much. Just updated the log. But the problem still persists.
In my opinion something is wrong with the packages.json, it seems like it uses older version for some reason.
Hm, then you'd better wait for @stesie, I haven't looked into v8js heroku since may or so.
@several27 the point is that I haven't yet compiled v8js for Heroku since 1.2.0
But thanks for pointing that out, I really should get some automatism installed :)
@stesie I thought so. If you could please update it that'd be great.
Thanks
Sorry, I forgot about rebuilding the packages. Now it's done.
Hi, I have a problem when trying to deploy heroku app. I'm getting the
push failed
error and this is the exact log pointing to the problem with a v8js version (?).