-
Notifications
You must be signed in to change notification settings - Fork 172
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
Update module produces errors when checking for new versions of DKAN modules #2537
Comments
@boabjohn Can you try the following steps? https://acouch.github.io/dkan-site/pantheon/ Maybe we should add this to the docs. |
G'Day @acouch ,
There are no actual errors yet...but I'd just like a bit of reassurance that this level of noise is expected and manageable? There is one module with a security update pending and several with pending updates. Not sure if I should first try to update all modules before getting stuck into configurations. Your advice or guidance much appreciated! Kind regards.... |
Hi all. Just installed DKAN on Pantheon following the DKAN docs (using Terminus, this provided link doesn't seem to work), and got the same messages in the final "Drupal installation complete" screen:
As @boabjohn above, just wanted to know if everything is OK and the messages can safely be ignored... Thanks in advance. |
@jjalcolea that is a faulty check for version info, so yes you can ignore those warnings, or apply #2637 as a patch until the next release. |
Thanks @janette. Please note that the link provided in the documentation to launch a DKAN site in Pantheon doesn't seem to work either (https://dashboard.getpantheon.com/products/dkan/spinup) Best, Juanje. |
@jjalcolea just tested the link and it worked for me. What are you seeing? |
I'm going to rename this issue as its focus has narrowed quite a bit. There are clearly issues with pantheon installs beyond the version check but those will be addressed in other tickets. |
Howdy all, similar to other reports, but just adding the most recent.
Pantheon provides a list of custom upstream builds here:
https://pantheon.io/docs/start-state/
That link fires off a new DKAN build, which (after a lot of building) gives this for a homepage:
Error message Warning: in_array() expects parameter 2 to be array, null given in DBObject->__set() (line 63 of /srv/bindings/c7c353dff2244e6fa56e9b21a8501b54/code/profiles/dkan/modules/contrib/eck/eck.classes.inc). Warning: in_array() expects parameter 2 to be array, null given in DBObject->__set() (line 63 of /srv/bindings/c7c353dff2244e6fa56e9b21a8501b54/code/profiles/dkan/modules/contrib/eck/eck.classes.inc). PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pantheon.t' doesn't exist: SELECT t.* FROM {} t WHERE (name = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => visualization ) in DBObject->load() (line 133 of /srv/bindings/c7c353dff2244e6fa56e9b21a8501b54/code/profiles/dkan/modules/contrib/eck/eck.classes.inc).
I am not gear-headed enough to know what to do next...hoping that there may be a reasonable solution recipe I can follow along?
Thanks!
Connects #2445
The text was updated successfully, but these errors were encountered: