• Hi,

    first of all thank you for your support.

    I have some issue configuring the GitHub/Wordpress plugin.

    WordPress:

    – I installed the plugin. I filled out the field in the “WordPress <–> GitHub Sync” page. In particular:

    GitHub hostname: I think it is correct.

    Repository: I think it is correct.

    Webhook Secret: It is the same word that I put in the Secret field on the Webhooks & services settings page on github.com

    Webhook callback: I copied the link displayed on wordpress to the Webhooks & services settings page on github.com

    GitHub:

    1) I pushed the wordpress template as initial commit.

    2) I set the configuration on the the Webhooks & services settings page on github.com, in particular.

    3) Payload URL: It is the Webhook callback displayed on the wordpress.

    4) Secret word: as wordpress setting page

    5) Content type: application/json.

    Issue:
    When I click export from the wordpress panel nothing happen. I cannot understand in wordpress panel if the export have been executed correctly.

    In the GIt Hub I can see an error in the Webhooks & services settings page on github.com. Invalid http response 408.

    Can you help me please?

    MY ATTEMPTS:
    I would like to export on my machine the changed of my collaborators. They are working on the template but I want export on my laptop as soos as there are new changes.

    Thank you very much for your help.

    https://wordpress.org/plugins/wp-github-sync/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author James DiGioia

    (@jamesdigioia)

    First, are you running the latest version? I had some issues with the export feature previously.

    Second, would you mind sharing a link to the GitHub repo, if that’s available?

    Lastly, if you’re doing this on a local development environment and/or have WP_DEBUG on, could you attempt to export again and share the logs?

    Thanks for your help. I’ll see if I can track this issue down.

    Thread Starter cirosirignano

    (@cirosirignano)

    Hi James,

    thank you for your reply.

    – I`m running the latest version 1.3.2

    – This is my repo: https://github.com/cirosirignano/mychefathome.git

    – I added the wp-config.php file on the project root and I set the WP_Debug on ( You acn find everything . Otherwise I do not work on my machine because I bought a wordpress template and I have a friend that on the godaddy wordpress panel make changes and customization. I downloaded you plugin to keep on my machine the latest version.

    How can I generate the log file? Is the file generated when I press the button Export to GitHub on the wordpress panel?
    Can you help me understand where find the log file once

    Thank you in advance.

    In the settings, make sure that the repo name doesn’t include the .git at the end. That caused me the same problems you seem to have experienced.

    In other words, make sure the repo name is set to cirosirignano/mychefathome rather than cirosirignano/mychefathome.git

    Plugin Author James DiGioia

    (@jamesdigioia)

    Thanks, Curtiss. Yeah, the repository, as input in the settings field, should just be [OWNER]/[REPO]. I also would recommend using a separate repository for the content, rather than exporting it into your theme’s repository, as any updates to your theme would have you downloading all of your content files into the theme folder.

    My apologies for not following up sooner. Are you still experiencing issues? I am working on a major rewrite of the internals of the plugin, so there’s a chance the issue your experiencing will be fixed in the next version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Configuring the plugin issue’ is closed to new replies.