You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2018. It is now read-only.
I had to include and push a composer.json file with a mbstring extension and a composer lock file to heroku to get visual composer to work and load my homepage for the theme I used. I ran touch composer.json to the root of the app directory, required the extension inside the file (example https://coderwall.com/p/deyqua/how-to-use-mbstring-on-heroku-php) and then ran composer update to auto generate the composer lock file. example here https://devcenter.heroku.com/articles/getting-started-with-php#declare-app-dependencies . I then was able to push from production:master and it fixed the issue with my theme.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had to include and push a composer.json file with a mbstring extension and a composer lock file to heroku to get visual composer to work and load my homepage for the theme I used. I ran touch composer.json to the root of the app directory, required the extension inside the file (example https://coderwall.com/p/deyqua/how-to-use-mbstring-on-heroku-php) and then ran composer update to auto generate the composer lock file. example here https://devcenter.heroku.com/articles/getting-started-with-php#declare-app-dependencies . I then was able to push from production:master and it fixed the issue with my theme.
The text was updated successfully, but these errors were encountered: