Closed (fixed)
Project:
Hosting
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
13 Apr 2016 at 03:19 UTC
Updated:
7 Jul 2016 at 08:04 UTC
Jump to comment: Most recent, Most recent file
hosting_server_post_hosting_verify_task() does a query on hosting_platform, which might not be enabled.
Going to add a "module_exists" check before calling it.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 2705097-server-verify-platforms.patch | 1.54 KB | jon pugh |
| #3 | 2705097-server-verify-platforms.patch | 977 bytes | jon pugh |
Comments
Comment #3
jon pughComment #4
ergonlogicShouldn't we just move that to
hosting_platform_post_hosting_verify_task()?Comment #5
ergonlogicComment #7
jon pughGood call I've made the fix
Comment #8
jon pughComment #10
helmo commentedThere was a missing } in platform/hosting_platform.drush.inc ... but after adding that it looks good.... committed.