Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
O
OSDI
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 4
    • Merge Requests 4
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Extensions
  • OSDI
  • Issues
  • #18

Closed
Open
Opened Aug 23, 2018 by everykittysdaydream@everykittysdaydreamMaintainer

Can't schedule an import when the webhook is a WordPress-based site

Created by: MegaphoneJon

The various CMSes that CiviCRM supports all have different methods of indicating to their front page router which page should be loaded. Here are two examples:

Drupal: https://test-drupal.megaphonetech.com/civicrm/osdi/webhook
WordPress: https://testsite-wp.megaphonetech.com/wp-admin/admin.php?page=CiviCRM&q=civicrm%2Fosdi%2Fwebhook

Furthermore, this assumes that Drupal "clean URLs" are enabled. Otherwise, the Drupal URLs are constructed similarly:

Drupal (no clean URLs): http://example.org/index.php?q=civicrm/osdi/webhook
Joomla 1.5 sites: http://example.org/administrator/index2.php?option=com_civicrm&task=civicrm/osdi/webhook
Joomla 1.6+ sites: http://example.org/administrator/index.php?option=com_civicrm&task=civicrm/osdi/webhook
WordPress sites: http://example.org/wp-admin/admin.php?page=CiviCRM&q=civicrm/osdi/webhook

If it helps to troubleshoot, I provisioned a WordPress site at https://osdi3.megaphonetech.com on the same server as the other two.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: extensions/osdi#18