Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pantheon build is broken #2445

Closed
erogray opened this issue Apr 5, 2018 · 4 comments
Closed

Pantheon build is broken #2445

erogray opened this issue Apr 5, 2018 · 4 comments

Comments

@erogray
Copy link

erogray commented Apr 5, 2018

Problems with Pantheon build — seems like theme is partially missing or something?

screen shot 2018-04-03 at 12 56 59 pm

screen shot 2018-04-03 at 1 11 09 pm

@janette janette added the ready label Apr 6, 2018
@janette
Copy link
Member

janette commented Apr 6, 2018

An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: http://dev-drop-test-1145.pantheonsite.io/install.php?profile=dkan&locale=en&id=2&op=do StatusText: OK ResponseText: Fatal error: Call to a member function processImport() on null in /srv/bindings/8e475ab51300484f93f85934f93f9001/code/profiles/dkan/modules/dkan/dkan_fixtures/modules/dkan_default_content/dkan_default_content.install on line 19

No migration found with machine name dkan_default_content_groups
Warning: Invalid argument supplied for foreach() in defaultconfig_features_export_render() (line 66 of /srv/bindings/c3a3cb99e37140ad95640c5d3f6f555e/code/profiles/dkan/modules/contrib/defaultconfig/defaultconfig.features.inc)

Class 'RestWSBaseFormat' not found profiles/dkan/modules/dkan/dkan_fixtures/dkan_fixtures.module:570
Fatal error: Class name must be a valid object or a string in /srv/bindings/767d5e36545b4ebcbf4f2173276e485c/code/includes/common.inc on line 8069

@janette
Copy link
Member

janette commented Apr 27, 2018

Building the site locally (with acquia's devdesktop) worked perfectly, no errors.

@janette
Copy link
Member

janette commented May 29, 2018

  • When installing on Pantheon the installation is not enabling all of the features needed.
  • Instructions on the README file for How to update dkan profile are old.

user is instructed to run

# Make a branch so we can test the travis build sep
git checkout -b rebuilding_dkan_profile
# Run dkan update script
cd scripts
./rebuild-dkan.sh
# Add, Commit, Push and check the travis build for the 'rebuilding_dkan_profile' branch
git add ../profiles/dkan -A
git commit -m "Rebuilding dkan"
git push origin rebuilding_dkan_profile

./rebuild-dkan.sh

#!/bin/bash

cd ../profiles
rm -rf dkan
git clone --branch 7.x-1.x http://git.drupal.org/project/dkan.git
git checkout 7.x-1.3
cd dkan
rm -rf .git
rm .gitignore
sh dkan.rebuild.sh

and dkan.rebuild.sh does not exist

@erogray
Copy link
Author

erogray commented May 31, 2018

Closing in favor of #2537

@erogray erogray closed this as completed May 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants